Commit e6cfc94f by wkliang

delete log

parent d0e55dde
......@@ -37,7 +37,6 @@ class TmrejaskcaseService extends ServiceBase {
req.actionType = "receiveDeliveryData"
req.actionBody = reqdata
let res = await this.restClient.execPostWithToken(req, qfurl, token)
console.log(res)
return res
} else {
return "--"
......
......@@ -134,7 +134,7 @@ class TrademarkcaseService extends ServiceBase {
tradeType: tmpdata.tradeType,
tradeImg: tmpdata.tradeImg,
applicantName: tmpdata.applicant.applicantName,
fileType: tmpdata.offical.otype,//官文类型
fileType: tmpdata.offical.otype, // 官文类型
received_at: tmpdata.offical.oDate,
dir: tmpdata.offical.dir
}
......@@ -164,7 +164,6 @@ class TrademarkcaseService extends ServiceBase {
}
}
let res = await this.restClient.execPost(queuereq, this.queueurl)
console.log(res)
return res
} else {
return "--"
......
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