Commit c6c41af5 by 王悦

fix获取商标交易咨询信息

parent ef7d92ea
...@@ -805,7 +805,7 @@ class UtilsNeedService extends AppServiceBase { ...@@ -805,7 +805,7 @@ class UtilsNeedService extends AppServiceBase {
}, apiVersion: "2019-05-08" }, apiVersion: "2019-05-08"
}); });
if (res.status == 0) { if (res.status == 0) {
pobj.actionBody.data.push(...res.data.Data); pobj.actionBody.data.push(...res.data.Data.Trademark);
if (page < res.data.TotalPageNum) { if (page < res.data.TotalPageNum) {
await this.queryByAli(pobj, page + 1) await this.queryByAli(pobj, page + 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