|
@@ -61,7 +61,7 @@ func (c *LoginBs) Post() {
|
|
|
// @Success 200 {string} string "{code:0,msg:string}"
|
|
|
// @Failure 400 {string} string "{code:-1,msg:string}"
|
|
|
// @Router /backstage/login/out [post]
|
|
|
-func (c *LoginBs) PostOut() {
|
|
|
+func (c *LoginBs) GetOut() {
|
|
|
c.ServiceBackstage.Out(c.Ctx)
|
|
|
c.Ctx.JSON(iris.Map{"code": 0, "msg": ""})
|
|
|
}
|