no message

This commit is contained in:
kuaifan 2022-04-22 08:23:14 +08:00
parent 864af174f7
commit 92632cf294
2 changed files with 2 additions and 9 deletions

View File

@ -137,8 +137,6 @@ class UsersController extends AbstractController
* @apiGroup users * @apiGroup users
* @apiName login__codeimg * @apiName login__codeimg
* *
* @apiParam {String} email 用户名
*
* @apiSuccess {Image} data 返回数据(直接输出图片) * @apiSuccess {Image} data 返回数据(直接输出图片)
*/ */
public function login__codeimg() public function login__codeimg()

View File

@ -102,13 +102,8 @@
{ {
"target": "nsis", "target": "nsis",
"arch": [ "arch": [
"x64" "x64",
] "arm64"
},
{
"target": "msi",
"arch": [
"x64"
] ]
} }
] ]