Commit 4f20acb2 authored by Quxl's avatar Quxl

x

parent 754d62b2
...@@ -8,7 +8,7 @@ import java.util.Map; ...@@ -8,7 +8,7 @@ import java.util.Map;
public interface QiyeWxService { public interface QiyeWxService {
long DevTime = 1000*60*15; long DevTime = 1000*60*15;
String PrefixRedisTokenKey = "AccessTokenRedis_"; String PrefixRedisTokenKey = "AccessTokenRedis_QY_";
String UrlGetToken = "/gettoken?corpid={0}&corpsecret={1}"; String UrlGetToken = "/gettoken?corpid={0}&corpsecret={1}";
String UrlSendMsg = "/message/send?access_token={0}"; String UrlSendMsg = "/message/send?access_token={0}";
String getTokenString(); String getTokenString();
......
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