소스 검색

抖音穿山甲

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

+ 1
- 0
csjplatform/order.go 파일 보기

@@ -14,6 +14,7 @@ func OrderList(args map[string]string) map[string]interface{} {
"start_time": zhios_third_party_utils.StrToInt(args["start_time"]),
"end_time": zhios_third_party_utils.StrToInt(args["end_time"]),
"time_type": args["time_type"],
"order_type": args["order_type"],
}
if args["order_ids"] != "" {
params["order_ids"] = strings.Split(args["order_ids"], ",")


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