Commit 80f21c92 by 王召彬

修改店铺rpc接口

parent a63f18af
...@@ -17,6 +17,8 @@ use Swoft\Core\ResultInterface; ...@@ -17,6 +17,8 @@ use Swoft\Core\ResultInterface;
* *
* @method ResultInterface deferIsCertified(int $storeId) * @method ResultInterface deferIsCertified(int $storeId)
* @method ResultInterface deferGetStore(int $storeId) * @method ResultInterface deferGetStore(int $storeId)
* @method ResultInterface deferUpdateStore(int $storeId, array $data)
* @method ResultInterface deferDeleteStore(int $storeId)
*/ */
interface StoreInterface interface StoreInterface
{ {
......
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