微信支付

This commit is contained in:
zhujj 2019-01-24 11:44:57 +08:00
parent 9063795784
commit 7bc223ab26
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ import io.swagger.annotations.ApiOperation;
* @author <a href="https://github.com/binarywang">Binary Wang</a> * @author <a href="https://github.com/binarywang">Binary Wang</a>
*/ */
@Api("企业付款") @Api("企业付款")
@RequestMapping("/pay") @RequestMapping("/wx/pay")
@RestController @RestController
public class EntPayController { public class EntPayController {
private WxPayService wxService; private WxPayService wxService;

View File

@ -53,7 +53,7 @@ import io.swagger.annotations.ApiOperation;
*/ */
@Api("微信支付") @Api("微信支付")
@RestController @RestController
@RequestMapping("/pay") @RequestMapping("/wx/pay")
public class WxPayController { public class WxPayController {
private WxPayService wxService; private WxPayService wxService;