mirror of
https://gitee.com/yadong.zhang/JustAuth.git
synced 2025-12-07 01:08:24 +08:00
💡 修改注释、文档
This commit is contained in:
parent
050459e616
commit
d6cbcecaab
@ -14,7 +14,7 @@
|
|||||||
- 修改喜马拉雅配置参数,将`ClientOsType`参数提到 AuthConfig 中
|
- 修改喜马拉雅配置参数,将`ClientOsType`参数提到 AuthConfig 中
|
||||||
- AuthChecker 中增加对喜马拉雅平台的校验
|
- AuthChecker 中增加对喜马拉雅平台的校验
|
||||||
- 升级 facebook api 版本到 v9.0,解决 Gitee Issue [#I2AR5S](https://gitee.com/yadong.zhang/JustAuth/issues/I2AR5S)
|
- 升级 facebook api 版本到 v9.0,解决 Gitee Issue [#I2AR5S](https://gitee.com/yadong.zhang/JustAuth/issues/I2AR5S)
|
||||||
- **!!!注意!!!**修改原来的企业微信 Request 类名为 `AuthWeChatEnterpriseQrcodeRequest`,升级后注意该点
|
- !!!**注意**!!!修改原来的企业微信 Request 类名为 `AuthWeChatEnterpriseQrcodeRequest`,升级后注意该点
|
||||||
|
|
||||||
注意:可能有些开发者对于 JA 集成的四个微信平台不太理解,这儿统一说明:
|
注意:可能有些开发者对于 JA 集成的四个微信平台不太理解,这儿统一说明:
|
||||||
- 按照类名
|
- 按照类名
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@ -133,10 +133,6 @@
|
|||||||
<goals>
|
<goals>
|
||||||
<goal>jar</goal>
|
<goal>jar</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
|
||||||
<!-- add this to disable checking -->
|
|
||||||
<additionalparam>-Xdoclint:none</additionalparam>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|||||||
@ -222,7 +222,7 @@ public class GlobalAuthUtils {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 喜马拉雅签名算法
|
* 喜马拉雅签名算法
|
||||||
* https://open.ximalaya.com/doc/detailApi?categoryId=6&articleId=69
|
* {@code https://open.ximalaya.com/doc/detailApi?categoryId=6&articleId=69}
|
||||||
*
|
*
|
||||||
* @param params 加密参数
|
* @param params 加密参数
|
||||||
* @param clientSecret 平台应用的授权key
|
* @param clientSecret 平台应用的授权key
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user