Commit 71530d38 by zhiwei

修改token

parent 9533c3f2
......@@ -35,7 +35,7 @@ import weixin.popular.bean.user.Group;
*/
public class WeixinSend {
private static final Logger log = LoggerFactory.getLogger(WeixinSend.class);
private static Token token;
private static Token token = null;
public WeixinSend(String appId, String appSecret) {
token = TokenAPI.token(appId, appSecret);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment