Commit 38a1080c authored by 俞嘉婷's avatar 俞嘉婷

log

parent dd970e44
...@@ -108,6 +108,8 @@ const store = makeAutoObservable({ ...@@ -108,6 +108,8 @@ const store = makeAutoObservable({
param.recordId = this.startInfo.recordId; param.recordId = this.startInfo.recordId;
param.timestamp = Date.now(); param.timestamp = Date.now();
console.info('param', param)
const paramEn = AESEncrypt( const paramEn = AESEncrypt(
JSON.stringify(param), JSON.stringify(param),
"1c5f9cab3460e316", "1c5f9cab3460e316",
...@@ -115,7 +117,7 @@ const store = makeAutoObservable({ ...@@ -115,7 +117,7 @@ const store = makeAutoObservable({
); );
const { success, data } = await API.submitAnswer({ const { success, data } = await API.submitAnswer({
param: encodeURIComponent(paramEn), param: paramEn,
}); });
if (success) { if (success) {
......
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