Commit 65654ab4 authored by 黄奎's avatar 黄奎

页面修改

parent dc30ed83
......@@ -172,7 +172,7 @@ namespace Edu.WebApi.Controllers.LearningGarden
Common.Plugin.LogHelper.Write("GetGoodsData_Common.Config.IsLocal:" + Common.Config.IsLocal);
if (string.IsNullOrEmpty(token))
{
Common.Plugin.LogHelper.Write("GetGoodsData_getToken");
Common.Plugin.LogHelper.Write("GetGoodsData_getToken:key" + tokenKey);
token = Common.Plugin.WeChatHelper.GetAccessToken(Common.Config.WeChatAccountAppId, Common.Config.WeChatAccountAppSecret);
Common.Plugin.LogHelper.Write("GetGoodsData_token:" + token);
Cache.WeChat.WeChatReidsCache2.Set(tokenKey, token);
......
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