更新sql和代码规范修改

This commit is contained in:
moxiangrong
2024-02-18 15:26:45 +08:00
parent 6f5e6e4662
commit c132b68745
1293 changed files with 43935 additions and 18456 deletions

View File

@ -4,7 +4,7 @@ import me.zhyd.oauth.config.AuthSource;
/**
* 拓展 JustAuth 各 api 需要的 url 用枚举类分平台类型管理
*
* <p>
* 默认配置 {@link me.zhyd.oauth.config.AuthDefaultSource}
*
* @author timfruit
@ -15,7 +15,6 @@ public enum AuthExtendSource implements AuthSource {
* 微信小程序授权登录
*/
WECHAT_MINI_APP {
@Override
public String authorize() {
// 参见 https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/login.html 文档

View File

@ -16,7 +16,7 @@ import me.zhyd.oauth.utils.UrlBuilder;
/**
* 微信小程序登陆 Request 请求
*
* <p>
* 由于 JustAuth 定位是面向 Web 为主的三方登录,所以微信小程序只能自己封装
*
* @author timfruit