Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kala888 committed May 10, 2024
1 parent 9d218a0 commit 81c6f2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ public class UserExtendService implements SysUserExtendService {
public void postUserCreate(SysUser user) {
Console.log("post....", user.getUserName());
}

@Override
public void postUserRegistry(SysUser user) {

}
}
10 changes: 5 additions & 5 deletions tixwork-service/tixwork-wechat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ dependencies {
api project(":tixwork-websocket")
api project(":cust-models")

implementation "com.github.binarywang:wx-java-mp-spring-boot-starter:${wechatSDKVersion}"
implementation "com.github.binarywang:wx-java-miniapp-spring-boot-starter:${wechatSDKVersion}"
implementation "com.github.binarywang:weixin-java-pay:${wechatSDKVersion}"
implementation "com.github.binarywang:wx-java-pay-spring-boot-starter:${wechatSDKVersion}"
api "com.github.binarywang:wx-java-mp-spring-boot-starter:${wechatSDKVersion}"
api "com.github.binarywang:wx-java-miniapp-spring-boot-starter:${wechatSDKVersion}"
api "com.github.binarywang:weixin-java-pay:${wechatSDKVersion}"
api "com.github.binarywang:wx-java-pay-spring-boot-starter:${wechatSDKVersion}"

implementation "org.jsoup:jsoup:${jsoupVersion}"
api "org.jsoup:jsoup:${jsoupVersion}"

}

0 comments on commit 81c6f2c

Please sign in to comment.