From 39f9ab83ffd13de8335a91d30fb6cd147f5c7a1b Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Fri, 11 Aug 2023 17:06:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tik_tok/svc_tik_tok_goods.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tik_tok/svc_tik_tok_goods.go b/tik_tok/svc_tik_tok_goods.go index 395b125..8c709e6 100644 --- a/tik_tok/svc_tik_tok_goods.go +++ b/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"],