File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/java/com/github/actar233/mbdpay Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ maven
3333<dependency >
3434 <groupId >com.github.actar233</groupId >
3535 <artifactId >mbdpay-java</artifactId >
36- <version >1.0.1 </version >
36+ <version >1.0.2 </version >
3737</dependency >
3838```
3939
4040gradle
4141``` groovy
4242dependencies {
43- implementation 'com.github.actar233:mbdpay-java:1.0.1 '
43+ implementation 'com.github.actar233:mbdpay-java:1.0.2 '
4444}
4545```
4646
Original file line number Diff line number Diff line change 66
77 <groupId >com.github.actar233</groupId >
88 <artifactId >mbdpay-java</artifactId >
9- <version >1.0.1 </version >
9+ <version >1.0.2 </version >
1010
1111 <build >
1212 <plugins >
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ public class Constant {
44 /**
55 * 基础地址
66 */
7- public static final String BASE_URL = "https://api.mianbaoduo .com" ;
7+ public static final String BASE_URL = "https://api.niucodata .com" ;
88 /**
99 * openid
1010 */
11- public static final String OPENID = "https://mbd.pub/openid" ;
11+ public static final String OPENID = "https://p. mbd.pub/openid" ;
1212
1313 /**
1414 * 微信JSAPI
You can’t perform that action at this time.
0 commit comments