Pre Merge pull request !211 from lihy2021/N/A
This commit is contained in:
commit
f40ee7a3f4
@ -115,7 +115,7 @@ public class AjaxResult extends HashMap<String, Object>
|
||||
* 返回错误消息
|
||||
*
|
||||
* @param msg 返回内容
|
||||
* @return 警告消息
|
||||
* @return 错误消息
|
||||
*/
|
||||
public static AjaxResult error(String msg)
|
||||
{
|
||||
@ -127,7 +127,7 @@ public class AjaxResult extends HashMap<String, Object>
|
||||
*
|
||||
* @param msg 返回内容
|
||||
* @param data 数据对象
|
||||
* @return 警告消息
|
||||
* @return 错误消息
|
||||
*/
|
||||
public static AjaxResult error(String msg, Object data)
|
||||
{
|
||||
@ -139,7 +139,7 @@ public class AjaxResult extends HashMap<String, Object>
|
||||
*
|
||||
* @param code 状态码
|
||||
* @param msg 返回内容
|
||||
* @return 警告消息
|
||||
* @return 错误消息
|
||||
*/
|
||||
public static AjaxResult error(int code, String msg)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user