Commit d8c090b0 by 王召彬

获取店铺数量增加oemId参数

parent 823afbf7
...@@ -27,7 +27,7 @@ use Swoft\Core\ResultInterface; ...@@ -27,7 +27,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferUpdateStore(int $storeId, array $data) * @method ResultInterface deferUpdateStore(int $storeId, array $data)
* @method ResultInterface deferAddVipTime(int $storeId, int $days) * @method ResultInterface deferAddVipTime(int $storeId, int $days)
* @method ResultInterface deferDeleteStore(int $storeId) * @method ResultInterface deferDeleteStore(int $storeId)
* @method ResultInterface deferGetStoreCount(int $startTime, int $endTime, $edition=null) * @method ResultInterface deferGetStoreCount(int $startTime, int $endTime, $edition=null, $oemId=0)
* @method ResultInterface deferGetWxacodeUrl(int $storeId, int $type, string $page, string $scene) * @method ResultInterface deferGetWxacodeUrl(int $storeId, int $type, string $page, string $scene)
*/ */
interface StoreInterface interface StoreInterface
...@@ -179,6 +179,6 @@ interface StoreInterface ...@@ -179,6 +179,6 @@ interface StoreInterface
* @param integer $edition * @param integer $edition
* @return integer * @return integer
*/ */
public function getStoreCount(int $startTime, int $endTime, $edition=null); public function getStoreCount(int $startTime, int $endTime, $edition=null, $oemId=0);
} }
\ No newline at end of file
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