添加会员支付
This commit is contained in:
@@ -210,9 +210,12 @@ public class LoginContoller {
|
||||
* @param id
|
||||
* @return
|
||||
*/
|
||||
@RequestMapping("createCardNo")
|
||||
public Result createCardNo(@RequestHeader("openId") String openId, @RequestHeader("token") String token, @RequestHeader("id") String id) {
|
||||
return loginService.createCardNo(id, openId);
|
||||
@GetMapping("createCardNo")
|
||||
public Result createCardNo(@RequestHeader("openId") String openId, @RequestHeader("token") String token, @RequestHeader("id") String id,
|
||||
|
||||
@RequestParam("shopId") String shopId
|
||||
) {
|
||||
return loginService.createCardNo(id, openId,shopId);
|
||||
}
|
||||
|
||||
@GetMapping("/wx/userInfo")
|
||||
|
||||
@@ -46,6 +46,17 @@ public class PayController {
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// public Result memberAccountPay(@RequestHeader("openId") String openId,
|
||||
// @RequestParam("orderId") String orderId,
|
||||
// @RequestParam("userId") Integer userId,
|
||||
// @RequestParam("shopId") String shopId,
|
||||
// @RequestParam("pwd") String pwd
|
||||
// ){
|
||||
//
|
||||
// }
|
||||
|
||||
|
||||
/**
|
||||
* 修改订单状态
|
||||
* @param map
|
||||
|
||||
Reference in New Issue
Block a user