Commit 51a53d60 by 王召彬

test

parent 48187cf6
...@@ -13,7 +13,7 @@ namespace Hdll\Services\Store\Lib; ...@@ -13,7 +13,7 @@ namespace Hdll\Services\Store\Lib;
use Swoft\Core\ResultInterface; use Swoft\Core\ResultInterface;
/** /**
* The interface of store-commission service * The interface of weapp service
* *
* @method ResultInterface deferGetWxAccessToken(string $appId, string $appSecret) * @method ResultInterface deferGetWxAccessToken(string $appId, string $appSecret)
*/ */
...@@ -22,7 +22,6 @@ interface WeappInterface ...@@ -22,7 +22,6 @@ interface WeappInterface
/** /**
* 根据appId获取对应的access_token * 根据appId获取对应的access_token
* *
* @Number(name="appId")
* @param string $appId * @param string $appId
* @param string $appSecret * @param string $appSecret
* @return string * @return string
......
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