reactor:使用 justauth 官方 1.16.7

(cherry picked from commit d796af204093535d862d91cdc694312dfbfbab5e)
This commit is contained in:
YunaiV
2025-05-14 14:16:59 +08:00
committed by dengqichen
parent ea65b82505
commit 2b1e431b1e
18 changed files with 417 additions and 47 deletions
@@ -52,7 +52,7 @@ public enum SocialTypeEnum implements ArrayValuable<Integer> {
*
* @see <a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/login.html">接入文档</a>
*/
WECHAT_MINI_APP(34, "WECHAT_MINI_APP"),
WECHAT_MINI_PROGRAM(34, "WECHAT_MINI_PROGRAM"),
;
public static final Integer[] ARRAYS = Arrays.stream(values()).map(SocialTypeEnum::getType).toArray(Integer[]::new);