Commit 926ef0ad by huluobin

url change

parent dacc75bf
......@@ -33,8 +33,8 @@ public class AgentUserController {
IAgentUserService agentUserService;
@ApiOperation("代理余额充值")
@GetMapping("/chargeAmount")
public JsonResult<WxPayMpOrderResult> chargeAmount(@RequestParam Integer agentConfigId) throws WxPayException, UnknownHostException {
@GetMapping("/chargeAmountByConfig")
public JsonResult<WxPayMpOrderResult> chargeAmountByConfig(@RequestParam Integer agentConfigId) throws WxPayException, UnknownHostException {
WxPayMpOrderResult result = agentUserService.chargeAmount(agentConfigId);
return JsonResult.success(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