TASK: 试用用户添加测试;
This commit is contained in:
@@ -2,7 +2,7 @@ package com.ai.da.model.enums;
|
||||
|
||||
public class AutoApproved {
|
||||
// 静态变量,整个应用程序共享
|
||||
private static boolean status = false;
|
||||
private static boolean status = true;
|
||||
|
||||
// 获取当前状态
|
||||
public static boolean getStatus() {
|
||||
|
||||
Reference in New Issue
Block a user