huangjiajun 1 anno fa
parent
commit
f52c994019
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      consume/zhios_fast_return_order_refund.go

+ 2
- 0
consume/zhios_fast_return_order_refund.go Vedi File

@@ -102,6 +102,8 @@ func handleZhiosFastReturnOrderRefund(msg []byte) error {
if finish.ZhimaCreditPayafteruseCreditbizorderFinishResponse.Code != "10000" {
return errors.New("err")
}
orderData.IsWaitReduce = 3
eg.Where("ord_id=?", oid).Cols("is_wait_reduce").Update(&orderData)
return nil
}
money := utils.Float64ToStr(float64(amount) / 100)


Caricamento…
Annulla
Salva