Skip to content

Commit 8d0f0c7

Browse files
authored
Merge pull request #17 from NotFound403/1.2.6
1.2.6
2 parents 188bcdb + fdafc71 commit 8d0f0c7

575 files changed

Lines changed: 3196 additions & 845 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 2 deletions

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>cn.felord</groupId>
2323
<artifactId>wecom</artifactId>
24-
<version>1.2.5</version>
24+
<version>1.2.6</version>
2525
<packaging>pom</packaging>
2626

2727
<name>wecom</name>

rx-wecom-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>cn.felord</groupId>
2424
<artifactId>wecom</artifactId>
25-
<version>1.2.5</version>
25+
<version>1.2.6</version>
2626
</parent>
2727
<artifactId>rx-wecom-sdk</artifactId>
2828
<packaging>jar</packaging>

rx-wecom-sdk/src/main/java/cn/felord/reactive/api/AgentApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* 企微应用API
2020
*
2121
* @author dax
22-
* @since 2023 /6/9 16:33
22+
* @since 2024/6/9 16:33
2323
*/
2424
public class AgentApi {
2525
private final WorkWeChatApiClient workWeChatApiClient;

rx-wecom-sdk/src/main/java/cn/felord/reactive/api/AgentManagerApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* The type Agent manager api.
5454
*
5555
* @author dax
56-
* @since 2023 /6/27 11:33
56+
* @since 2024/6/27 11:33
5757
*/
5858
public class AgentManagerApi {
5959
private final InternalAgentManagerApi internalAgentManagerApi;

rx-wecom-sdk/src/main/java/cn/felord/reactive/api/ApprovalApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* 企业微信审批
4242
*
4343
* @author dax
44-
* @since 2023 /5/25 14:18
44+
* @since 2024/5/25 14:18
4545
*/
4646
public interface ApprovalApi {
4747

rx-wecom-sdk/src/main/java/cn/felord/reactive/api/ChainRuleApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* 上下游系统应用调用
3535
*
3636
* @author dax
37-
* @since 2023 /10/13
37+
* @since 2024/10/13
3838
*/
3939
public interface ChainRuleApi {
4040

rx-wecom-sdk/src/main/java/cn/felord/reactive/api/CheckinApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* 打卡API
4141
*
4242
* @author dax
43-
* @since 2023 /9/25
43+
* @since 2024/9/25
4444
*/
4545
public interface CheckinApi {
4646

rx-wecom-sdk/src/main/java/cn/felord/reactive/api/CorpGroupApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* 企业互联与上下游
2828
*
2929
* @author dax
30-
* @since 2023 /10/12
30+
* @since 2024/10/12
3131
*/
3232
public class CorpGroupApi {
3333
private final WeComTokenCacheable weComTokenCacheable;

rx-wecom-sdk/src/main/java/cn/felord/reactive/api/CustomerAcquisitionApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* 获客助手
4141
*
4242
* @author dax
43-
* @since 2023 /5/30 21:28
43+
* @since 2024/5/30 21:28
4444
*/
4545
public interface CustomerAcquisitionApi {
4646

0 commit comments

Comments
 (0)