Commit 5b9fbb39 by 宋毅

tj

parent 77d15108
...@@ -9,7 +9,8 @@ class tmqueryCtl extends CtlBase { ...@@ -9,7 +9,8 @@ class tmqueryCtl extends CtlBase {
this.appInfo = { this.appInfo = {
jd: { appkey: "201911251551", secret: "56006077354d48858026c80c0e10bef6" }, jd: { appkey: "201911251551", secret: "56006077354d48858026c80c0e10bef6" },
1688: { appkey: "201911131657", secret: "eeb18393aade40149287b024d8ba0850" }, 1688: { appkey: "201911131657", secret: "eeb18393aade40149287b024d8ba0850" },
gsbhome: { appkey: "201912141625", secret: "8cbb846776874167b5c7e01cd0116c66" } gsbhome: { appkey: "201912141625", secret: "8cbb846776874167b5c7e01cd0116c66" },
bw: { appkey: "202001081738", secret: "9bdcbc48afd04d9ba54236947a78210b" },
}; };
} }
async doPost(pobj, obj, req) { async doPost(pobj, obj, req) {
...@@ -140,6 +141,9 @@ class tmqueryCtl extends CtlBase { ...@@ -140,6 +141,9 @@ class tmqueryCtl extends CtlBase {
case "gsbhome": case "gsbhome":
reqParam = self.appInfo["gsbhome"]; reqParam = self.appInfo["gsbhome"];
break; break;
case "bw":
reqParam = self.appInfo["bw"];
break;
default: default:
break; break;
} }
......
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