From a44c12e83bc268b6f3e7a20a4e5fe55cd1f17a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 3 Dec 2020 14:31:30 +0800 Subject: [PATCH] aa --- business/jxstore/tempop/tempop.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 04c1fa96e..8ac5a9fcc 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1635,7 +1635,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { } param := &jdshopapi.UpdateBasicParam{ StoreName: "京西菜市" + strings.ReplaceAll(storeName, "店", "") + "生鲜店", - CategoryID2: 62, + CategoryID2: 4, Coordinate: utils.Float64ToStr(jxutils.IntCoordinate2Standard(store.Lat)) + "," + utils.Float64ToStr(jxutils.IntCoordinate2Standard(store.Lng)), BussinessBeginTime: int2TimeStr(int(store.OpenTime1)), BussinessEndTime: int2TimeStr(int(store.CloseTime1)), @@ -1643,9 +1643,11 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { StorePhone: store.Tel1, AddName: store.Address, AddCode3: store.JdsCode, - CategoryID1: 34, + CategoryID1: 3, } if url2 != "" { + param.CategoryID1 = 34 + param.CategoryID2 = 62 param.QualificationRequests = []*jdshopapi.QualificationRequests{ &jdshopapi.QualificationRequests{ QualificationID: 41,