|
|
@@ -101,6 +101,9 @@ func CsjpCommOrder(v interface{}, statusArr map[string]string, types string) map |
|
|
|
if len(split) == 3 { |
|
|
|
tmp["mid"] = split[2] |
|
|
|
} |
|
|
|
if len(split) == 4 { |
|
|
|
tmp["team_type"] = split[3] |
|
|
|
} |
|
|
|
} |
|
|
|
tmp["commission"] = zhios_third_party_utils.AnyToString(zhios_third_party_utils.AnyToFloat64(goods["estimated_commission"]) / 100) |
|
|
|
if zhios_third_party_utils.AnyToFloat64(goods["ads_real_commission"]) > 0 { |
|
|
|