|
|
@@ -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()) |
|
|
|