Commit 53d4920b by 孙亚楠

d

parent 648426f7
......@@ -114,6 +114,10 @@ class MerchantApplet extends AppletBase {
}
let merchant = await this.getMerchant(pobj.merchant_id);
console.log("h5->merchantApi->saveorder->merchant" + JSON.stringify(merchant));
if(!merchant.sign){
return system.getResult(null, `系统错误,请联系商户`);
}
let loginUser = await this.getLoginUser(pobj.merchant_id, pobj.openid);
let order = {
saas_id: merchant.saas_id,
......
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