Commit 91abc0a5 by 王召彬

添加注释

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