学员修改密码api

This commit is contained in:
none
2023-03-13 14:15:06 +08:00
parent b2db35c9be
commit e16212e5ad
10 changed files with 147 additions and 9 deletions

View File

@@ -0,0 +1,14 @@
package xyz.playedu.api.constant;
/**
* @Author 杭州白书科技有限公司
* @create 2023/3/13 14:07
*/
public class FrontendConstant {
public final static String[] UN_AUTH_URI_WHITELIST = {
"/api/v1/system/config",
"/api/v1/system/image-captcha",
};
}