Commit 4e6a9180 by zhufx

授权服务接口

parent 7d9499f4
...@@ -23,6 +23,6 @@ interface AuthInterface ...@@ -23,6 +23,6 @@ interface AuthInterface
* @param $info * @param $info
* @return bool * @return bool
*/ */
public function updateInfo($token, $info):bool ; public function updateInfo($token, $info);
} }
\ 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