Merge pull request '1.change ok from 20000 to 200' (#4) from change_status_code into main

Reviewed-on: https://go.indie.cn/git/queyue-backend/luoo_parent/pulls/4
main
foo 11 months ago
commit 122a0659f6

@ -5,7 +5,7 @@ package entity;
*/ */
public class StatusCode { public class StatusCode {
public static final int OK=20000;//成功 public static final int OK=200;//成功
public static final int ERROR=20001;// 失败 public static final int ERROR=20001;// 失败
public static final int LOGINERROR=20002;// 用户名或密码错误 public static final int LOGINERROR=20002;// 用户名或密码错误

Loading…
Cancel
Save