|
|
@ -83,6 +83,8 @@ namespace BBWY.Server.Business |
|
|
|
var payStatus = !string.IsNullOrEmpty(qtResponse.Data.PayStatus) ? qtResponse.Data.PayStatus.ToLower() : string.Empty; |
|
|
|
if (payStatus != "success") |
|
|
|
throw new BusinessException($"拳探账户余额不足,支付失败,请前往拳探进行手动支付"); |
|
|
|
|
|
|
|
//对接支付接口
|
|
|
|
return new CreateOnlinePurchaseOrderResponse() |
|
|
|
{ |
|
|
|
PurchaseOrderId = qtResponse.Data.OrderId |
|
|
|