aa
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user