# Function: refreshShop
▸ refreshShop(params?
: RefreshShopParams): Promise‹RefreshShopRes›
主动刷新个人商城
# 参数:
属性 | 类型 | 描述 |
---|---|---|
params? | RefreshShopParams | 请求参数 |
RefreshShopParams
属性 | 类型 | 描述 |
---|---|---|
personalShelfIdList? | number[] | 要刷新的货架ID列表,不传则全部刷新 |
complete? | Method | 操作完成时(成功或失败),均会调用该回调函数 |
fail? | Method | 操作失败时,调用该回调函数 |
success? | Method | 操作成功时,调用该回调函数 |
# 返回值:
Promise‹RefreshShopRes›
← buy PersonalShelf →