Commit f35d3cbc by 王悦

fix

parent 9cee7759
......@@ -802,10 +802,10 @@ class UtilsNeedService extends AppServiceBase {
End: pobj.actionBody.End ? pobj.actionBody.End : "",
PageNum: page,
PageSize: 10,
}, apiVersion: "2019-05-08"
}, type: "TM"
});
if (res.status == 0) {
pobj.actionBody.data.push(...res.data.Data);
pobj.actionBody.data.push(...res.data.Data.Trademark);
if (page < res.data.TotalPageNum) {
await this.queryByAli(pobj, page + 1)
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -48,6 +48,7 @@
"node-xlsx": "^0.15.0",
"nodemailer": "^6.3.0",
"pinyin": "^2.9.0",
"puppeteer": "^1.20.0",
"qr-image": "^3.2.0",
"sequelize": "^4.37.8",
"sequelize-cli": "^4.1.1",
......
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