Commit 16955567 by wkliang

delete log

parent 7e7bdbfc
...@@ -13,7 +13,6 @@ class FblicenseService extends AppServiceBase { ...@@ -13,7 +13,6 @@ class FblicenseService extends AppServiceBase {
async getList(pobj) { async getList(pobj) {
try { try {
let url = `${this.centerOrderUrl}action/diagnosisneedbus/springBoard` let url = `${this.centerOrderUrl}action/diagnosisneedbus/springBoard`
console.log(url)
pobj.actionType = 'getList' pobj.actionType = 'getList'
let result = await this.restClient.execPost(pobj, url) let result = await this.restClient.execPost(pobj, url)
return JSON.parse(result.stdout) return JSON.parse(result.stdout)
......
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