style: 修改返回信息格式

This commit is contained in:
zhengxinonly
2024-01-31 22:52:41 +08:00
parent 801eed010f
commit c6598df116
10 changed files with 39 additions and 42 deletions
+1 -1
View File
@@ -159,7 +159,7 @@
},
error: function (XMLHttpRequest, textStatus, errorThrown) {
btn.stop(function () {
popup.failure(XMLHttpRequest.responseJSON.message);
popup.failure(XMLHttpRequest.responseJSON.msg);
});
},
});