配置测试环境支付成功回调
This commit is contained in:
@@ -25,8 +25,11 @@ public class NotifyController {
|
||||
}
|
||||
|
||||
@RequestMapping("notifyPay")
|
||||
public String notifyPay(@RequestBody Map<String,Object> map){
|
||||
public String notifyPay(@RequestParam Map<String,Object> map){
|
||||
log.info("notifyPay:{}", JSON.toJSONString(map));
|
||||
log.error("notifyPay:{}", JSON.toJSONString(map));
|
||||
log.debug("notifyPay:{}", JSON.toJSONString(map));
|
||||
log.warn("notifyPay:{}", JSON.toJSONString(map));
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user