Commit 525f9b22 by 王召彬

修改店铺接口备注信息

parent ac1d5c71
......@@ -47,12 +47,16 @@ interface StoreInterface
* ['storeName'] => 店铺名称
* ['mobile'] => 店铺绑定的手机号
* ['wechat'] => 店铺绑定的微信号
* ['edition'] => 订购版本,1普通版,2VIP版
* ['storeAddr'] => 店铺地址
* ['lntLat'] => 店铺地址,坐标信息
* ['logoUrl'] => 店铺logo图片url
* ['bannerUrl'] => 店铺banner 图片Url
* ['templateId'] => 当前使用的个性模板id
* ['storeIntro'] => 店铺介绍
* ['storeHours'] => 店铺营业时间,示例:"9-22" 表示从9点到22点
* ['vipStartTime'] => VIP订购周期,开始时间,整数类型
* ['vipEndTime'] => VIP订购周期,结束时间,整数类型
* @return int 成功更新的条数
*/
public function updateStore(int $storeId, array $data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment