Commit 5b100856 by 兰国旗

jianronggoutongjilu

parent ccfde654
......@@ -561,6 +561,10 @@ class UtilsNeedService2 extends AppServiceBase {
PageSize: pobj.actionBody.pageSize || 10,
}, apiVersion: "2019-05-08"
});
for(var i=0;i<res.data.Data.length;i++){
res.data.Data[i]['createTime'] = new Date(res.data.Data[i].CreateTime).toISOString()
res.data.Data[i]['content'] = res.data.Data[i].Note
}
}
if (result.data.uapp_id == uappId.baidu) {
......
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