Commit abc0e1af by 袁伟铭

修改注释

parent 89e3ca06
......@@ -34,7 +34,9 @@ public class ApiService {
private final ApiLogDao apiLogDao;
private final SysFeign sysFeign;
// 允许用户未登录状态下执行的方法名
/**
* 允许用户未登录状态下执行的方法名
*/
private final String[] allowMethod = {"sendCode", "resetPassword", "phoneLogin", "passwdLogin", "getAppVersion"};
private static final List<String> methodList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment