Commit 34aee685 by 王召彬

修改接口注释

parent ddeac9ef
...@@ -36,7 +36,11 @@ interface EntrustedInterface ...@@ -36,7 +36,11 @@ interface EntrustedInterface
* authorizer_access_token用来调用小程序的相关接口 * authorizer_access_token用来调用小程序的相关接口
* *
* @param int $storeId * @param int $storeId
* @return string * @return array
* array(
* 'appid' => 'wx234skdfjsd232k',
* 'access_token' => 'askdjflkasjdfkjasdkfjklasjl',
* )
*/ */
public function getEntAccessToken($storeId); public function getEntAccessToken($storeId);
......
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