소스 검색

第三方抖客

master
huangjiajun 6 달 전
부모
커밋
7fa95a0c86
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      tik_tok/order.go

+ 3
- 0
tik_tok/order.go 파일 보기

@@ -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 {


불러오는 중...
취소
저장