2
0

fix: 修复取消授权问题

This commit is contained in:
caiyuchao
2025-02-24 10:31:49 +08:00
parent 03c2876e0e
commit f03cf99d5c
2 changed files with 57 additions and 0 deletions

View File

@@ -11,4 +11,10 @@ public class WifiConstants {
* 密码最大错误次数
*/
public final static int ERROR_CODE_SUCCESS = 0;
public final static int AUTH_STATUS_AUTHORIZED = 2;
public final static int PAGE = 1;
public final static int PAGE_SIZE = 1000;
}