This commit is contained in:
邹宗楠
2023-09-01 20:15:07 +08:00
parent 474c4b6209
commit 3377e21331

View File

@@ -669,7 +669,7 @@ func (c *PurchaseHandler) AgreeOrRefuseCancel(ctx *jxcontext.Context, order *mod
for _, v := range date {
v2 := v.(map[string]interface{})
refundProduct := &ebaiapi.RefundProductList{
SubBizOrderId: v2["sub_biz_order_id"].(string),
SubBizOrderId: utils.Interface2String(v2["sub_biz_order_id"]),
PlatformSkuId: utils.Int64ToStr(utils.Interface2Int64WithDefault(v2["platform_sku_id"], 0)),
}
switch utils.MustInterface2Int64(v2["fund_calculate_type"]) {