This commit is contained in:
苏尹岚
2021-04-15 10:22:45 +08:00
parent c8edb512fd
commit 93271b13cc

View File

@@ -66,6 +66,7 @@ func (c *DeliveryHandler) CreateStore(ctx *jxcontext.Context, storeDetail *dao.S
ShopLat: storeDetail.Lat, ShopLat: storeDetail.Lat,
CoordinateType: mtpsapi.CoordinateTypeMars, CoordinateType: mtpsapi.CoordinateTypeMars,
BusinessHours: string(utils.MustMarshal(businessHours)), BusinessHours: string(utils.MustMarshal(businessHours)),
DeliveryServiceCodes: utils.Int2Str(mtpsapi.DeliveryServiceCodeRapid),
} }
shopStatus := mtpsapi.ShopStatusAuditCreated shopStatus := mtpsapi.ShopStatusAuditCreated
if globals.EnableStoreWrite { if globals.EnableStoreWrite {