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