This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
wxJava-final
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
卡券service构造方法改为public
master
tanzx
8 years ago
parent
f65c6f7d59
commit
8a4f1e61f1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/WxMpCardServiceImpl.java
+ 1
- 1
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/WxMpCardServiceImpl.java
View File
@@ -38,7 +38,7 @@ public class WxMpCardServiceImpl implements WxMpCardService {
private WxMpService wxMpService;
WxMpCardServiceImpl(WxMpService wxMpService) {
public
WxMpCardServiceImpl(WxMpService wxMpService) {
this.wxMpService = wxMpService;
}
Write
Preview
Loading…
Cancel
Save