Commit 94330b16 by 王昆

gsb

parent f08eb3ad
...@@ -23,7 +23,6 @@ class TestApi { ...@@ -23,7 +23,6 @@ class TestApi {
return {msg: "success"} return {msg: "success"}
} }
async donloadContract(obj) { async donloadContract(obj) {
this.downcontractClient.donloadContract(); this.downcontractClient.donloadContract();
return {msg: "start success"}; return {msg: "start success"};
...@@ -32,7 +31,7 @@ class TestApi { ...@@ -32,7 +31,7 @@ class TestApi {
async genPosterQrcodeImg(obj) { async genPosterQrcodeImg(obj) {
return await this.imghandleApi.genPosterQrcodeImg(obj.qrcode, obj.bakImg); return await this.imghandleApi.genPosterQrcodeImg(obj.qrcode, obj.bakImg);
} }
async creatCompanyAccountId(obj) { //创建企业账号 async creatCompanyAccountId(obj) { //创建企业账号
var params = { var params = {
......
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