fix
This commit is contained in:
parent
b118357d54
commit
e24b9ceac9
|
@ -161,8 +161,8 @@ func (l *UserEmailConfirmationLogic) AfterLogic(w http.ResponseWriter, r *http.R
|
||||||
<p>祝您使用愉快!</p>
|
<p>祝您使用愉快!</p>
|
||||||
</body>
|
</body>
|
||||||
</html>`
|
</html>`
|
||||||
w.Write([]byte(successHtml))
|
// w.Write([]byte(successHtml))
|
||||||
httpx.OkJsonCtx(r.Context(), w, nil)
|
httpx.OkJsonCtx(r.Context(), w, successHtml)
|
||||||
} else {
|
} else {
|
||||||
httpx.OkJsonCtx(r.Context(), w, resp)
|
httpx.OkJsonCtx(r.Context(), w, resp)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user