mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 13:42:07 +08:00
增加支付回调日志输出
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ public class PayController {
|
|||||||
@RequestParam(required = false) Map<String, String> params,
|
@RequestParam(required = false) Map<String, String> params,
|
||||||
@RequestBody(required = false) String body,
|
@RequestBody(required = false) String body,
|
||||||
@RequestHeader Map<String, String> headers) {
|
@RequestHeader Map<String, String> headers) {
|
||||||
log.debug("[notifyOrder][channelCode({}) 回调数据({}/{}/{})]", channelCode, params, body, headers);
|
log.info("[notifyOrder][channelCode({}) 回调数据({}/{}/{})]", channelCode, params, body, headers);
|
||||||
payOrderService.doOrderNotify(channelCode, params, body, headers);
|
payOrderService.doOrderNotify(channelCode, params, body, headers);
|
||||||
// 支付接口回调相应必须是"success"
|
// 支付接口回调相应必须是"success"
|
||||||
return "success";
|
return "success";
|
||||||
|
|||||||
Reference in New Issue
Block a user