|
@@ -40,8 +40,8 @@ public class OrderUtils {
|
|
* @throws Exception
|
|
* @throws Exception
|
|
*/
|
|
*/
|
|
public static String orderOnlineByJson(EOrderRequestData orderRequestData) throws Exception {
|
|
public static String orderOnlineByJson(EOrderRequestData orderRequestData) throws Exception {
|
|
- // 第三方接口对时效性有要求,并发数不超过多少,此处Sleep 100ms
|
|
|
|
- Thread.sleep(100);
|
|
|
|
|
|
+ // 第三方接口对时效性有要求,并发数不超过多少,此处Sleep 1200ms
|
|
|
|
+ Thread.sleep(1200);
|
|
// 生成电子面单的请求数据
|
|
// 生成电子面单的请求数据
|
|
String requestData = JSONObject.toJSONString(orderRequestData);
|
|
String requestData = JSONObject.toJSONString(orderRequestData);
|
|
// 生成系统级请求数据
|
|
// 生成系统级请求数据
|