|
|
@@ -36,7 +36,7 @@ public class OrderPayController {
|
|
|
return orderService.payOrderWeixinH5(id);
|
|
|
}
|
|
|
|
|
|
- @RequestMapping(value = "/weixinh5")
|
|
|
+ @RequestMapping(value = "/weixin")
|
|
|
@ResponseBody
|
|
|
public Object payOrderWeixin(@RequestParam Long id) throws WxPayException {
|
|
|
return orderService.payOrderWeixin(id);
|