Commit 8cc90e5e by wkliang

debug

parent 90a31188
......@@ -44,6 +44,7 @@ class AskForService extends AppServiceBase {
let url = `${this.centerOrderUrl}askfor/collect/tradeMark`
let result = await this.restClient.execPost(pobj, url)
result = result.stdout
console.log("result: ", result)
result = JSON.parse(result)
return result
}
......
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