refactor(buildpackage): 调整数智中台相关配置并注释测试接口
- 移除了多余的空行 - 添加了数智中台的 appId、publicKey 和 secretKey 配置- 注释掉了测试用的 u8c_url 配置
This commit is contained in:
parent
28be3efaa5
commit
314751d6fa
|
@ -75,7 +75,6 @@ public class OverallConstant {
|
|||
prodOverPublic.put("arapFkApproveCode", "8000370045");//付款单保存即审批
|
||||
|
||||
|
||||
|
||||
prodOverPublic.put("appId", "800037");//数智中台
|
||||
prodOverPublic.put("publicKey", "ZJYAWb7lhAUTYqekPkU+uHJv1/ObJxb7dT7sD8HPRDGAgyhCe7eDIk+3zDUT+v578prj");//数智中台
|
||||
prodOverPublic.put("secretKey", "fviZnLBsQUAGF8w8FSOdJi7XlIm/XAZclMxRagDLfTyJFlvnIBF3w66Hrpfzs8cYj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=");//数智中台
|
||||
|
@ -150,6 +149,7 @@ public class OverallConstant {
|
|||
//测试
|
||||
// prodOverAll.put("u8c_url", "http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface");
|
||||
// prodOverAll.put("u8c_url", "http://ufidahz.com.cn:9067/kangarooDataCenterV3/entranceController/externalCallInterface");
|
||||
// prodOverAll.put("u8c_url", "http://39.170.109.90:8081/kangarooDataCenterV3/entranceController/externalCallInterface");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue