团购卷支付
This commit is contained in:
parent
fb86b296cb
commit
c6257d75f2
|
|
@ -51,7 +51,7 @@ public class PayController {
|
||||||
}
|
}
|
||||||
|
|
||||||
@RequestMapping("groupOrderPay")
|
@RequestMapping("groupOrderPay")
|
||||||
public Result pay(HttpServletRequest request, @RequestHeader String environment,@RequestHeader String token, @RequestBody Map<String, String> map) {
|
public Result groupOrderPay(HttpServletRequest request, @RequestHeader String environment,@RequestHeader String token, @RequestBody Map<String, String> map) {
|
||||||
if (ObjectUtil.isEmpty(map) || map.size() <= 0 || !map.containsKey("orderId") || ObjectUtil.isEmpty(map.get("orderId"))) {
|
if (ObjectUtil.isEmpty(map) || map.size() <= 0 || !map.containsKey("orderId") || ObjectUtil.isEmpty(map.get("orderId"))) {
|
||||||
return Result.fail("订单号不允许为空");
|
return Result.fail("订单号不允许为空");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue