Commit 412b14f6 authored by xinzhedeai's avatar xinzhedeai

fix:检查整改提交

parent e989148b
......@@ -23,4 +23,12 @@ const API_KEY_MAP = {
privateKey:
'5e46fef0286f55aef6bb13f12373150023a4146edcd170be770b8823b24cb319',
},
'submit': {
// no-page
id: 'gqyjglptsafecheckpost',
publicKey:
'044943bf8a73d1e59eaf60b40ee7cafa2e47fa6c31fb87aa896697c3663e6b7e2479766063e61b221914674ace5661961b36e52e88710a97a754ae5b7c4cce5ebf',
privateKey:
'00cea945d93181bb687b2dbcfe8d69ebfa9b88554cdc4dcb3f630d06c13e32a5b6',
},
}
......@@ -332,9 +332,9 @@ window.onload = function() {
loadingType: 'spinner',
});
http2.post({
serviceId: API_KEY_MAP["no-page"]['id'],
interfacePublicKey: API_KEY_MAP["no-page"]["publicKey"],
interfacePrivateKey: API_KEY_MAP["no-page"]["privateKey"],
serviceId: API_KEY_MAP["submit"]['id'],
interfacePublicKey: API_KEY_MAP["submit"]["publicKey"],
interfacePrivateKey: API_KEY_MAP["submit"]["privateKey"],
reqParams: {
sign: 7,
"hdId": this.id,
......@@ -365,9 +365,9 @@ window.onload = function() {
loadingType: 'spinner',
});
http2.post({
serviceId: API_KEY_MAP["no-page"]['id'],
interfacePublicKey: API_KEY_MAP["no-page"]["publicKey"],
interfacePrivateKey: API_KEY_MAP["no-page"]["privateKey"],
serviceId: API_KEY_MAP["submit"]['id'],
interfacePublicKey: API_KEY_MAP["submit"]["publicKey"],
interfacePrivateKey: API_KEY_MAP["submit"]["privateKey"],
reqParams: {
sign: 8,
"hdId": this.id,
......
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