微信支付
This commit is contained in:
parent
9063795784
commit
7bc223ab26
|
|
@ -28,7 +28,7 @@ import io.swagger.annotations.ApiOperation;
|
|||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
*/
|
||||
@Api("企业付款")
|
||||
@RequestMapping("/pay")
|
||||
@RequestMapping("/wx/pay")
|
||||
@RestController
|
||||
public class EntPayController {
|
||||
private WxPayService wxService;
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ import io.swagger.annotations.ApiOperation;
|
|||
*/
|
||||
@Api("微信支付")
|
||||
@RestController
|
||||
@RequestMapping("/pay")
|
||||
@RequestMapping("/wx/pay")
|
||||
public class WxPayController {
|
||||
private WxPayService wxService;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue