Browse Source

test

three
huangjiajun 1 year ago
parent
commit
d9a0831c32
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      consume/zhios_recharge_order_fail.go

+ 2
- 0
consume/zhios_recharge_order_fail.go View File

@@ -89,6 +89,8 @@ func handleZhiosRechargeOrderFail(msg []byte) error {
param, aggregationRechargeApiKey := CommAggregation(eg, mid)
param["out_trade_nums"] = oid
order, err := recharge.GetOrder(aggregationRechargeApiKey, param)
utils.FilePutContents(mid+"rech", utils.SerializeStr(param))
utils.FilePutContents(mid+"rech", aggregationRechargeApiKey)
utils.FilePutContents(mid+"rech", utils.SerializeStr(order))
if err != nil {
utils.FilePutContents(mid+"rech", err.Error())


Loading…
Cancel
Save