|
@@ -52,7 +52,7 @@ public class HaiKongWarehouseTemplate {
|
|
|
"&format=xml" + "&sign_method=md5" + "&customerId=" + haiKongProperties.getWareCustomerId() +
|
|
|
"×tamp=" + DateUtil.format(new Date(), "yyyy-MM-dd HH:mm:ss") +
|
|
|
"&app_key=" + haiKongProperties.getWareAppId() + "&v=1.0";
|
|
|
- String signUrl = WareSysSignUtils.getSignRequest(url, xmlStr, "GREE1001");
|
|
|
+ String signUrl = WareSysSignUtils.getSignRequest(url, xmlStr, haiKongProperties.getWareAppSecret());
|
|
|
|
|
|
Request.Builder builder = new Request.Builder();
|
|
|
|