Commit 6ba7e90d by 王召彬

Merge branch 'ft-kkkk' into test

parents fe7ad8d6 91abc0a5
...@@ -96,6 +96,19 @@ interface StoreInterface ...@@ -96,6 +96,19 @@ interface StoreInterface
* 获取最近一个月登录的店铺列表 * 获取最近一个月登录的店铺列表
* *
* @return array * @return array
* array(14) {
* [0]=>
* array(4) {
* ["id"]=>
* int(11)
* ["sellerId"]=>
* int(8)
* ["storeName"]=>
* string(12) "平凡小店"
* ["unionId"]=>
* string(28) "ohQUyuBp5CWZjyPJEsG4znbFQIZI"
* }
* }
*/ */
public function getListByLastMonth(); public function getListByLastMonth();
......
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