|
|
@@ -831,6 +831,8 @@ public class ERPServiceImpl implements ERPService {
|
|
|
String method="open.api.openCommon.batchOrder";
|
|
|
String bizBody =JSONArray.toJSONString(orderInfo);
|
|
|
String response = null;
|
|
|
+ System.out.println("appkey:"+appkey);
|
|
|
+ System.out.println("appSecret:"+appSecret);
|
|
|
try {
|
|
|
response = KyeDefaultOpenApi.builder
|
|
|
(appkey, appSecret) //应用Key,密钥
|
|
|
@@ -893,6 +895,7 @@ public class ERPServiceImpl implements ERPService {
|
|
|
creatOrder_SF(logisticsPrice);
|
|
|
}else if("德邦".equals(logisticsPrice.getLp_FinalCompany())){
|
|
|
creatOrder_DoP(logisticsPrice);
|
|
|
+ }else if("跨越".equals(logisticsPrice.getLp_FinalCompany())){
|
|
|
try {
|
|
|
creatOrder_KY(logisticsPrice);
|
|
|
} catch (IOException e) {
|