|
@@ -4,17 +4,10 @@ use think\Db;
|
|
|
use EasyWeChat\Factory;
|
|
|
use think\facade\App;
|
|
|
|
|
|
-use hg\apidoc\annotation\Title;
|
|
|
-use hg\apidoc\annotation\Group;
|
|
|
-use hg\apidoc\annotation\Desc;
|
|
|
-use hg\apidoc\annotation\Author;
|
|
|
-use hg\apidoc\annotation\Url;
|
|
|
-use hg\apidoc\annotation\Tag;
|
|
|
-use hg\apidoc\annotation\Param;
|
|
|
-use hg\apidoc\annotation\Returned;
|
|
|
+use hg\apidoc\annotation as Apidoc;
|
|
|
/**
|
|
|
- * @Login\Title("基础示例")
|
|
|
- * @Login\Sort(1)
|
|
|
+ * @Apidoc\Title("登录模块")
|
|
|
+ * @Apidoc\Group("api")
|
|
|
*/
|
|
|
class Login extends Base
|
|
|
{
|