|
@@ -18,7 +18,7 @@ type AdminCommon struct {
|
|
|
// @Title 用户账号、密码登录接口
|
|
|
// @Description 用户账号、密码登录接口
|
|
|
// @Param request body admin.LoginReq true "type json string"
|
|
|
-// @Success 200 {object} admin3.LoginResp
|
|
|
+// @Success 200 {object} admin.LoginResp
|
|
|
// @router /login [post]
|
|
|
func (this *AdminCommon) Login() {
|
|
|
var req admin.LoginReq
|