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

Commit ed91cd53 authored by 胡佳晨's avatar 胡佳晨

修改接口文案

parent afa88ffe
...@@ -41,8 +41,8 @@ public class RefundController { ...@@ -41,8 +41,8 @@ public class RefundController {
@ApiOperation("微信退款回调") @ApiOperation("微信退款回调")
@ApiResponse(code = 200, message = "接口返回对象参数") @ApiResponse(code = 200, message = "接口返回对象参数")
public String refundSingle( public String refundSingle(
@RequestParam(value = "request") HttpServletRequest request, HttpServletRequest request,
@RequestParam(value = "response") HttpServletResponse response) { HttpServletResponse response) {
return orderRefundsService.wePayRefundCallBack(request, response); return orderRefundsService.wePayRefundCallBack(request, response);
} }
......
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