Commit 528dba81 by 王昆

gsb

parent 6b0b50c3
...@@ -49,10 +49,10 @@ class LDApplet extends AppletBase { ...@@ -49,10 +49,10 @@ class LDApplet extends AppletBase {
async encrypt(obj, req) { async encrypt(obj, req) {
let key = { let key = {
"partner": "1", "partner": "10001",
"user_id": "1", "user_id": "100120123",
"mchtId": "1103817785420820481", "mchtId": "1103817785420820481",
"balance": "5000" "balance": "200"
}; };
let en = system.encryption(JSON.stringify(key)); let en = system.encryption(JSON.stringify(key));
......
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