Commit f46bf728 by 王召彬

增加版本更新记录的日志

parent 0623313c
# 1.0.3
- 修改数据库公共实体,调整getTableName方法
# 1.0.4
- 新加根据卖家ID列表 批量获取店铺列表的RPC接口
\ No newline at end of file
......@@ -64,6 +64,9 @@ interface StoreInterface
*
* @param array $sellerIds
* @return array
* sellerName 卖家姓名
* mobile 注册手机号
* edition 是否VIP 2 表示是VIP
*/
public function getListBySellerIds(array $sellerIds);
......
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