1
This commit is contained in:
@@ -3,6 +3,7 @@ package ebaiapi
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"git.rosy.net.cn/baseapi/utils"
|
"git.rosy.net.cn/baseapi/utils"
|
||||||
|
"git.rosy.net.cn/jx-callback/globals"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
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) {
|
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)
|
_, err = a.AccessAPI("shop.update", params)
|
||||||
|
globals.SugarLogger.Debugf("================err := %v", err)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user