|
@@ -103,6 +103,7 @@ func CommOrder(v interface{}, statusArr map[string]string) map[string]string { |
|
|
"update_time": zhios_third_party_utils.Int64ToStr(zhios_third_party_utils.TimeStdParseUnix(zhios_third_party_utils.AnyToString(goods["update_time"]))), |
|
|
"update_time": zhios_third_party_utils.Int64ToStr(zhios_third_party_utils.TimeStdParseUnix(zhios_third_party_utils.AnyToString(goods["update_time"]))), |
|
|
"refund_time": "", |
|
|
"refund_time": "", |
|
|
"lm_js_time": "", |
|
|
"lm_js_time": "", |
|
|
|
|
|
"mid": "", |
|
|
} |
|
|
} |
|
|
external_info := zhios_third_party_utils.AnyToString(pidInfo["external_info"]) |
|
|
external_info := zhios_third_party_utils.AnyToString(pidInfo["external_info"]) |
|
|
tmp["is_share"] = "0" |
|
|
tmp["is_share"] = "0" |
|
@@ -112,6 +113,9 @@ func CommOrder(v interface{}, statusArr map[string]string) map[string]string { |
|
|
tmp["is_share"] = "1" |
|
|
tmp["is_share"] = "1" |
|
|
} |
|
|
} |
|
|
tmp["uid"] = split[1] |
|
|
tmp["uid"] = split[1] |
|
|
|
|
|
if len(split) == 3 { |
|
|
|
|
|
tmp["mid"] = split[2] |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
if tmp["type"] == "Live" || tmp["type"] == "Activity" || tmp["type"] == "Mix" { |
|
|
if tmp["type"] == "Live" || tmp["type"] == "Activity" || tmp["type"] == "Mix" { |
|
|
tmp["commission"] = zhios_third_party_utils.AnyToString(zhios_third_party_utils.AnyToFloat64(goods["ads_estimated_commission"]) / 100) |
|
|
tmp["commission"] = zhios_third_party_utils.AnyToString(zhios_third_party_utils.AnyToFloat64(goods["ads_estimated_commission"]) / 100) |
|
|