This commit is contained in:
邹宗楠
2023-12-08 14:46:36 +08:00
parent ba826f771c
commit 148be5b793

View File

@@ -3,6 +3,7 @@ package ebaiapi
import (
"fmt"
"git.rosy.net.cn/baseapi/utils"
"git.rosy.net.cn/jx-callback/globals"
)
const (
@@ -222,7 +223,9 @@ func (a *API) ShopGet2(shopID string, baiduShopID int64) (shopDetail *ShopDetail
}
func (a *API) ShopUpdate(params map[string]interface{}) (err error) {
globals.SugarLogger.Debugf("================param := %s", utils.Format4Output(params, false))
_, err = a.AccessAPI("shop.update", params)
globals.SugarLogger.Debugf("================err := %v", err)
if err == nil {
return nil
}