1
This commit is contained in:
@@ -92,7 +92,7 @@ func (a *API) ShopUpdateInfo(storeID, sTime, eTime string) error {
|
||||
return err
|
||||
}
|
||||
if resp.ApiResult.ErrMsg != nil {
|
||||
return fmt.Errorf("ShopUpdateInfo:requestId:" + resp.RequestId + "msg:" + *resp.ApiResult.ErrMsg)
|
||||
return fmt.Errorf("msg:" + *resp.ApiResult.ErrMsg)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user