瀏覽代碼

抖音穿山甲

master
huangjiajun 9 月之前
父節點
當前提交
c16b6e4dc5
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      csjplatform/order.go

+ 1
- 1
csjplatform/order.go 查看文件

@@ -14,7 +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"],
"order_type": zhios_third_party_utils.StrToInt(args["order_type"]),
}
if args["order_ids"] != "" {
params["order_ids"] = strings.Split(args["order_ids"], ",")


Loading…
取消
儲存