提交 d57d87a5 authored 作者: douxy's avatar douxy

增加重客抽奖小程序接口相关代码

上级 71fab497
......@@ -38,7 +38,7 @@ public class AuthGlobalFilter implements GlobalFilter, Ordered {
* 放行URL
* 用户注册、用户登录、发送手机号验证码
*/
private final List<String> whiteUrls = Arrays.asList("/login", "/enroll", "/sms/send/ver_code","/user/aliyun/signature","/wechat/miniapp/wxtoken","/wechat/miniapp/phone","/wechat/miniapp/openid","/temporary/findStoreList");
private final List<String> whiteUrls = Arrays.asList("/login", "/enroll", "/sms/send/ver_code","/user/aliyun/signature","/wechat/miniapp/wxtoken","/wechat/miniapp/phone","/wechat/miniapp/openid","/temporary/findStoreList","/lottery/init","/lottery/draw","lottery/Upload-receipt");
@Autowired
private UserDataService userDataService;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论