Commit c75bf9e6 by 王悦

fix查询接口

parent 91510e93
...@@ -525,7 +525,7 @@ class TrademarktransactionService extends ServiceBase { ...@@ -525,7 +525,7 @@ class TrademarktransactionService extends ServiceBase {
}*/ }*/
async queryAlistatus(code, status) { async queryAlistatus(code, status) {
let res = await reqbyget({ let res = await reqbyget({
action:"QueryTrademarkOnSale", action:"QueryTrademarkUploadAuditResult",
reqbody: { reqbody: {
registerCode:code, registerCode:code,
PageNum:1, PageNum: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