Commit 7bda6240 by Sxy

:fix: businessType

parent f94765ad
......@@ -45,11 +45,11 @@ class AliHandler {
}
if (actionBody.type_code) {
if (actionBody.type_code == "icpsq") {
params.businessType = "ICP";
params.businessType = "/qcfw/icp/";
params.businessName = "icp";
}
if (actionBody.type_code == "edisq") {
params.businessType = "EDI";
params.businessType = "/qcfw/edi/";
params.businessName = "edi"
}
}
......
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