Commit 269405a7 by 王昆

gsb

parent 519cadb6
......@@ -209,6 +209,7 @@ class YZContractApi {
signArr.push("key=" + busi.key);
var sign = md5(signArr.join("&")).toUpperCase();
console.log(sign);
if (sign != obj.sign) {
return {
code: 1001001,
......@@ -216,7 +217,7 @@ class YZContractApi {
};
}
var params = {
entcompanyId: busi.ecompany_id,
ecompanyId: busi.ecompany_id,
startId: startId,
idNo: idNo,
pageSize: pageSize,
......@@ -224,7 +225,7 @@ class YZContractApi {
};
try {
var userList = await this.entcontractSve.findSignedUses4Push(params);
var userList = await this.econtractSve.findSignedUses4Push(params);
var result = {
code: 0,
......
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