Commit 6bb6b09e authored by wjf's avatar wjf

l

parent 2620484c
......@@ -465,7 +465,7 @@ export class NetManager extends ABNetManager {
deviceSessionId: window['_device_session_id'],
score: score,
}
var sgin = this.encrypt(data);
var sgin = this.encrypt(JSON.stringify(data));
const net: INetData = {
name: 'hc_submit',
uri: '/hdtool/happyclear/submit',
......@@ -481,7 +481,7 @@ export class NetManager extends ABNetManager {
// deviceSessionId: window['_device_session_id'],
// score: score,
sgin:sgin
sgin: sgin
},
hideMsg: true,
callback: callback
......
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