Commit 7d150077 by 王昆

gsb

parent 392d178c
......@@ -312,7 +312,7 @@ class BpoSDPJApi {
ccashinfo.openId = this.trim(obj.openId);
await ccashinfo.save();
// console.log("调用二要素 (兰伯望) 接口返回:"+JSON.stringify(doAuthRes));
this.doSign3(ccashinfo);
await this.doSign3(ccashinfo);
return { code:0, msg:"认证成功", data:{amt:system.f2y(ccashinfo.amt),mchtId:ccashinfo.mchtId}};
}catch (e) {
console.log(e);
......
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