This commit is contained in:
邹宗楠
2024-03-27 14:46:41 +08:00
parent 53c5bbb067
commit 51676aa211
3 changed files with 1 additions and 30 deletions

View File

@@ -149,7 +149,7 @@ func (p *PurchaseHandler) AfsOrderDetail2Financial(orderData map[string]interfac
VendorOrderID: afsOrder.VendorOrderID,
VendorSubOrderID: afsOrder.VendorOrderID2,
// ConfirmTime: getTimeFromInterface(xMap["apply_time"]),
VendorSkuID: utils.Int2Str(xMap["platform_sku_id"].(int)),
VendorSkuID: utils.Int64ToStr(utils.Interface2Int64WithDefault(xMap["platform_sku_id"], 0)),
SkuID: int(utils.Str2Int64WithDefault(utils.Interface2String(xMap["custom_sku_id"]), 0)),
Name: utils.Interface2String(xMap["sku_name"]),
UserMoney: utils.MustInterface2Int64(xMap["refund_user_amount"]),