支付
This commit is contained in:
@@ -146,7 +146,7 @@ public class PayService {
|
||||
}
|
||||
|
||||
|
||||
List<TbCashierCart> cashierCarts= tbCashierCartMapper.selectByOrderId(orderId,"create");
|
||||
List<TbCashierCart> cashierCarts= tbCashierCartMapper.selectByOrderId(orderId,"closed");
|
||||
if(ObjectUtil.isEmpty(cashierCarts)||ObjectUtil.isNull(cashierCarts)){
|
||||
return Result.fail("购物车信息不存在");
|
||||
}
|
||||
|
||||
@@ -57,5 +57,5 @@ aliyun:
|
||||
|
||||
thirdPay:
|
||||
payType: fushangtong
|
||||
callBack: https://cashierclient.sxczgkj.cn/${server.servlet.context-path}/notify/fstmemberInCallBack
|
||||
callBack: https://cashierclient.sxczgkj.cn${server.servlet.context-path}notify/fstmemberInCallBack
|
||||
url: https://paymentapi.sxczgkj.cn
|
||||
|
||||
Reference in New Issue
Block a user