|
@@ -87,9 +87,9 @@ public class UserOrderClient extends BaseController {
|
|
|
@PathVariable("payMethod") String payMethod,
|
|
|
HttpServletRequest request
|
|
|
) {
|
|
|
- if (debugMode) {
|
|
|
- return null;
|
|
|
- }
|
|
|
+ // if (debugMode) {
|
|
|
+ // return null;
|
|
|
+ // }
|
|
|
//支付回调:openType is ORIGINAL ,paymentClient is STUDENT,payChannel is ali_app,payMethod is executePayment
|
|
|
log.info("支付回调:openType is {} ,paymentClient is {},payChannel is {},payMethod is {}", openType, client, payChannel, payMethod);
|
|
|
BaseResult<PaymentCallBack> res = paymentClient.analysisNotice(
|