增加价格排序
This commit is contained in:
parent
b1b5d943a5
commit
9e299504b1
|
@ -248,7 +248,7 @@ func OrderNotify(request front.YouChuRequest) (NotifyResponse front.YouChuOrderN
|
|||
return front.YouChuOrderNotifyResponse{RespCode: "000004", RespMsg: "充值失败"}
|
||||
}
|
||||
order.OrgTxnSeq = YouChuOrderNotifyRequest.OrderNo
|
||||
if send.ErrCode != "00" {
|
||||
if send.ErrCode != "00" || send.Data.ShortUrl == "" {
|
||||
order.State = common.ORDER_STATUS_FAIL
|
||||
} else {
|
||||
order.State = common.ORDER_STATUS_FINISH
|
||||
|
|
Loading…
Reference in New Issue