瀏覽代碼

更新

master
huangjiajun 1 年之前
父節點
當前提交
39f9ab83ff
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      tik_tok/svc_tik_tok_goods.go

+ 2
- 2
tik_tok/svc_tik_tok_goods.go 查看文件

@@ -17,9 +17,9 @@ func GoodsList(args map[string]string) []TikTokGoods {
"qhPriceDesc": {"search_type": "2", "sort_type": "1"},
"qhPriceAsc": {"search_type": "2", "sort_type": "0"},
"commissionDesc": {"search_type": "4", "sort_type": "1"},
"commissionAsc": {"search_type": "4", "sort_type": "0"},
"commissionAsc": {"search_type": "4", "sort_type": "1"},
"salesDesc": {"search_type": "1", "sort_type": "1"},
"salesAsc": {"search_type": "1", "sort_type": "0"},
"salesAsc": {"search_type": "1", "sort_type": "1"},
}
params := map[string]interface{}{
"search_type": sortArr[args["sort"]]["search_type"],


Loading…
取消
儲存