记得上下班打卡 | git大法好,push需谨慎

Commit 2340b1a3 authored by jiangxiulong's avatar jiangxiulong

callback post

parent cc7fe49e
...@@ -51,8 +51,8 @@ public class KylinOrderRefundAdminController extends BaseController { ...@@ -51,8 +51,8 @@ public class KylinOrderRefundAdminController extends BaseController {
return prefix + "/refund"; return prefix + "/refund";
} }
@GetMapping("callback") @PostMapping("callback")
public String refundCallback(@RequestBody RefundCallbackParam refundCallbackParam) { public String refundCallback(RefundCallbackParam refundCallbackParam) {
String result = kylinOrderRefundsServiceImpl.refundCallback(refundCallbackParam); String result = kylinOrderRefundsServiceImpl.refundCallback(refundCallbackParam);
return result; return result;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment