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

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

修改接口文案

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