|
@@ -29,10 +29,10 @@ public class YqRegController {
|
|
|
* @return
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
- // @GetMapping("/per")
|
|
|
+ @GetMapping("/per")
|
|
|
public String per(ModelMap map) throws Exception {
|
|
|
|
|
|
- String notifyUrl = "http://47.99.212.176:9000/yqpay/notify"; //主动通知地址
|
|
|
+ String notifyUrl = "https://pay.dayaedu.com/api/yqpay/notify"; //主动通知地址
|
|
|
|
|
|
String seraialNumber = GenerateNum.getInstance().GenerateOrderNo();
|
|
|
|
|
@@ -47,9 +47,9 @@ public class YqRegController {
|
|
|
return "/reg/register";
|
|
|
}
|
|
|
|
|
|
- // @GetMapping("/com")
|
|
|
+ @GetMapping("/com")
|
|
|
public String com(ModelMap map) throws Exception {
|
|
|
- String notifyUrl = "http://47.99.212.176:9000/yqpay/notify"; //主动通知地址
|
|
|
+ String notifyUrl = "https://pay.dayaedu.com/api/yqpay/notify"; //主动通知地址
|
|
|
|
|
|
String seraialNumber = GenerateNum.getInstance().GenerateOrderNo();
|
|
|
|