Commit 1d520c59 by 王昆

gsb

parent 37df8efc
...@@ -500,6 +500,11 @@ class BpoSDPJApi { ...@@ -500,6 +500,11 @@ class BpoSDPJApi {
"bizContent": bizContent, "bizContent": bizContent,
}; };
cashInfo.openId = cashUser.openId;
cashInfo.id_name = cashUser.id_name;
cashInfo.id_no = cashUser.id_no;
cashInfo.save();
// now // now
let signArr = []; let signArr = [];
signArr.push("appId=" + param.appId); signArr.push("appId=" + param.appId);
......
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