Commit 2f6f3846 authored by 何娜's avatar 何娜

Update task.js

parent f89dfa94
Pipeline #4770 passed with stage
in 47 seconds
......@@ -109,7 +109,7 @@ class TaskService extends Service {
});
const ret = await this._request(cityConfigUrl, '51gs', {method: 'get'});
ctx.logger.info(`【Task】getCityList params 51gs`, ret.status, ret.data.data.length);
// ctx.logger.info(`【Task】getCityList params 51gs`, ret.status, ret.data.data.length);
this._checkSuccess(ret);
ret.data.data.map(Prov => {
let newProv = {provinceName: Prov.provinceName, citys: []};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment