微信支付
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>
|
* @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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue