|
@@ -110,6 +110,11 @@ public class XcryServiceImpl extends ServiceImpl<XcryMapper, Bjxcry> implements
|
|
return xcryMapper.listByAdmin();
|
|
return xcryMapper.listByAdmin();
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ @Override
|
|
|
|
+ public List<Map> listByCommon() {
|
|
|
|
+ return xcryMapper.listByCommon();
|
|
|
|
+ }
|
|
|
|
+
|
|
private String getWxAccessToken() throws Exception {
|
|
private String getWxAccessToken() throws Exception {
|
|
String ACCESS_TOKEN_API = "https://api.weixin.qq.com/cgi-bin/token";
|
|
String ACCESS_TOKEN_API = "https://api.weixin.qq.com/cgi-bin/token";
|
|
String wx_appid = "wxf515059e19e3d655";
|
|
String wx_appid = "wxf515059e19e3d655";
|