|
|
@@ -100,7 +100,7 @@ public class BiHeServiceImpl implements BiHeService {
|
|
|
.addAttribute("key3", "xixixixi"));
|
|
|
order.setImageUrl("https://dfs.ubtob.com/group1/M00/B8/16/CgpkyFtazM6AJzGJAABMYEueKOQ200.jpg");
|
|
|
order.setIsUrl("YES");
|
|
|
- order.setOrderId("orderId");
|
|
|
+ order.setOrderId("orderId4");
|
|
|
order.setOrderModelId("b2000001");
|
|
|
order.setOrderStatus("b200000101");
|
|
|
order.setPayStatus("UNPAID");
|
|
|
@@ -124,10 +124,10 @@ public class BiHeServiceImpl implements BiHeService {
|
|
|
order.setDetails(new ModelMap().addAttribute("key1", "orderId")
|
|
|
.addAttribute("key2", "lalalala")
|
|
|
.addAttribute("key3", "bababababa"));
|
|
|
- order.setOrderId("orderId2");
|
|
|
+ order.setOrderId("orderId4");
|
|
|
order.setOrderStatus("b200000102");
|
|
|
order.setPayStatus("PAID");
|
|
|
- String url = "https://opengw.bgycc.com/open/order/changeStatus";
|
|
|
+ String url = "https://opengwtest.bgycc.com/open/order/changeStatus";
|
|
|
String content;
|
|
|
try{
|
|
|
content = HttpUtil.doPost(url, JSON.toJSONString(order));
|