[Update] 修改user list api

This commit is contained in:
ibuler
2019-11-19 11:20:26 +08:00
parent 0c349f9350
commit bf40aa8df0
5 changed files with 32 additions and 19 deletions

View File

@@ -299,6 +299,8 @@ function requestApi(props) {
msg = jqXHR.responseJSON.error
} else if (jqXHR.responseJSON.msg) {
msg = jqXHR.responseJSON.msg
} else if (jqXHR.responseJSON.detail) {
msg = jqXHR.responseJSON.detail
}
}
if (msg === "") {