接口优化
This commit is contained in:
parent
d10edde2cf
commit
bf31634e31
@ -180,7 +180,7 @@ public class EbikeWxPaymentController {
|
||||
* @param refundId 退款id
|
||||
* @return
|
||||
*/
|
||||
@PostMapping("/refundApplyUserDetail/{refundId}")
|
||||
@GetMapping("/refundApplyUserDetail/{refundId}")
|
||||
public JsonResult<?> refundApplyUserDetail(@PathVariable(name = "refundId") String refundId) {
|
||||
UserBasicInformation r = wxPayService.queryRefundUserInfoById(refundId);
|
||||
return r == null ? JsonResult.failed(String.format("退款单号{%s}查询用户详情失败", refundId)) : JsonResult.success(r);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user