| xqd
@@ -17,7 +17,7 @@ class HomeController extends Controller
|
|
|
/**
|
|
|
* @api {get} /api/user/index/ 用户信息
|
|
|
* @apiDescription 用户信息
|
|
|
- * @apiGroup Auth
|
|
|
+ * @apiGroup home
|
|
|
* @apiPermission Passport
|
|
|
* @apiVersion 0.1.0
|
|
|
* @apiParam {int} user_id 用户ID
|
| xqd
@@ -120,7 +120,7 @@ class HomeController extends Controller
|
|
|
/**
|
|
|
* @api {post} /api/user/support 支持梦想
|
|
|
* @apiDescription 支持梦想
|
|
|
- * @apiGroup Auth
|
|
|
+ * @apiGroup home
|
|
|
* @apiPermission Passport
|
|
|
* @apiVersion 0.1.0
|
|
|
* @apiParam {int} coin 支持梦想币数量
|
| xqd
@@ -191,9 +191,9 @@ class HomeController extends Controller
|
|
|
}
|
|
|
}
|
|
|
/**
|
|
|
- * @api {post} /api/auth/bank_card/update 更新银行卡
|
|
|
+ * @api {post} /api/home/bank_card/update 更新银行卡
|
|
|
* @apiDescription 更新银行卡
|
|
|
- * @apiGroup Auth
|
|
|
+ * @apiGroup home
|
|
|
* @apiPermission Passport
|
|
|
* @apiVersion 0.1.0
|
|
|
* @apiParam {int} user_id 用户ID
|
| xqd
@@ -221,9 +221,9 @@ class HomeController extends Controller
|
|
|
|
|
|
}
|
|
|
/**
|
|
|
- * @api {post} /api/auth/bank_card/update 更新银行卡
|
|
|
+ * @api {post} /api/home/bank_card/update 更新银行卡
|
|
|
* @apiDescription 更新银行卡
|
|
|
- * @apiGroup Auth
|
|
|
+ * @apiGroup home
|
|
|
* @apiPermission Passport
|
|
|
* @apiVersion 0.1.0
|
|
|
* @apiParam {int} user_id 用户ID
|