Commit 16e07c7f authored by zhengke's avatar zhengke

no message

parent a2c9c602
......@@ -520,6 +520,8 @@
this.loading = false;
if (res.data.resultCode == 1) {
this.dataList = res.data.data;
}else{
this.Error(res.data.message)
}
});
},
......
......@@ -357,10 +357,9 @@ export default {
key = this.getLocalStorage().SecretKey;
}
var encodeMsg = encodeURIComponent(JSON.stringify(msg)).toLowerCase();
var md5Str = md5(`cmd=${cmd}&msg=${encodeMsg}&token=${token}&key=${key}`);
var md5Str = md5(`msg=${encodeMsg}&token=${token}&key=${key}`);
var postData = {
"msg": msg,
"cmd": cmd,
"token": token,
"sign": md5Str,
}
......
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