|
@@ -391,17 +391,13 @@ public class TOrderController extends BaseController<TOrder,TOrderExample,TOrder
|
|
|
personageJson.put("isGuar", "12");
|
|
|
altInfo.add(personageJson);
|
|
|
break;
|
|
|
-
|
|
|
-
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
String orderNo = sn;
|
|
|
BigDecimal amount = price;
|
|
|
String productDesc = "";
|
|
|
String commonParameter = "";
|
|
|
String returnUrl = null;
|
|
|
- String notifyUrl = "http://app.sunzee.com.cn/api/order/notify.htm";
|
|
|
+ String notifyUrl = "http://clean.sunzee.com.cn/api/order/payCleanNotify.htm";
|
|
|
String isShowPic = "1";
|
|
|
String openId = null;
|
|
|
String authCode = null;
|