Commit 94330b16 by 王昆

gsb

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