This commit is contained in:
邹宗楠
2025-02-07 15:58:44 +08:00
parent 681753ee8a
commit 0d014afb6f

View File

@@ -83,7 +83,10 @@ func shopStatus2JX(status int) (jxStatus int) {
}
func (c *DeliveryHandler) GetStore(ctx *jxcontext.Context, storeID int, vendorStoreID string) (storeDetail *dao.StoreDetail2, err error) {
globals.SugarLogger.Debugf("-----vendorstoreId := %s", vendorStoreID)
shopInfo, err := api.FnAPI.GetStore(vendorStoreID)
globals.SugarLogger.Debugf("-----shopInfo := %s", utils.Format4Output(shopInfo, false))
globals.SugarLogger.Debugf("-----err := %v", err)
if err == nil {
storeDetail = &dao.StoreDetail2{
Store: model.Store{