Commit 6e2581cb authored by liudong1993's avatar liudong1993
parents 2f16851b a0ed2034
...@@ -4199,40 +4199,49 @@ namespace Mall.Module.User ...@@ -4199,40 +4199,49 @@ namespace Mall.Module.User
string pathName = Guid.NewGuid().ToString() + ".jpg"; string pathName = Guid.NewGuid().ToString() + ".jpg";
string basepath = AppContext.BaseDirectory; string basepath = AppContext.BaseDirectory;
string path_server = basepath + "\\upfile\\temporary\\" + pathName; string path_server = basepath + "\\upfile\\temporary\\" + pathName;
var Robj = HttpHelper.HttpPostForGetWXQRCodePath(GetImageUrl, JsonHelper.Serialize(postData), path_server); var Robj1 = HttpHelper.HttpPost(GetImageUrl, JsonHelper.Serialize(postData), "");
//if (Robj.Length > 100)
//{ if (Robj1.Length > 200)
return "/upfile/temporary/" + pathName; {
////} var Robj = HttpHelper.HttpPostForGetWXQRCodePath(GetImageUrl, JsonHelper.Serialize(postData), path_server);
////else if (Robj != null)
////{ {
//// JObject parms = JObject.Parse(Robj); return "/upfile/temporary/" + pathName;
//// string errcode = parms.GetStringValue("errcode");//错误码 }
//// if (errcode == "40001")//access_token失效那就重新在获取一次 }
//// { else
//// token = Mall.Common.Pay.WeChatPat.TokenHelper.GetLXYToken(token, appletWeChatModel.MiniAppId, appletWeChatModel.MiniAppSecret); {
//// System.Threading.Tasks.Task.Run(() => CacheManager.AppletWeChat.WeiXinReidsCache.Set(appletWeChatModel.MiniAppId, token)); JObject parms = JObject.Parse(Robj1);
//// if (!string.IsNullOrEmpty(token)) string errcode = parms.GetStringValue("errcode");//错误码
//// { if (errcode == "40001")//access_token失效那就重新在获取一次
//// GetImageUrl = "https://api.weixin.qq.com/wxa/getwxacode?access_token=" + token;//获取小程序码 {
//// postData = new token = Mall.Common.Pay.WeChatPat.TokenHelper.GetLXYToken(token, appletWeChatModel.MiniAppId, appletWeChatModel.MiniAppSecret);
//// { System.Threading.Tasks.Task.Run(() => CacheManager.AppletWeChat.WeiXinReidsCache.Set(appletWeChatModel.MiniAppId, token));
//// path, if (!string.IsNullOrEmpty(token))
//// width {
//// }; GetImageUrl = "https://api.weixin.qq.com/wxa/getwxacode?access_token=" + token;//获取小程序码
//// pathName = Guid.NewGuid().ToString() + ".jpg"; postData = new
//// basepath = AppContext.BaseDirectory; {
//// path_server = basepath + "\\upfile\\temporary\\" + pathName; path,
//// Robj = HttpHelper.HttpPostForGetWXQRCodePath(GetImageUrl, JsonHelper.Serialize(postData), path_server); width
//// return "/upfile/temporary/" + pathName; };
//// } pathName = Guid.NewGuid().ToString() + ".jpg";
//// } basepath = AppContext.BaseDirectory;
//// else path_server = basepath + "\\upfile\\temporary\\" + pathName;
//// { Robj1 = HttpHelper.HttpPost(GetImageUrl, JsonHelper.Serialize(postData), "");
//// return "/upfile/temporary/"; var Robj = HttpHelper.HttpPostForGetWXQRCodePath(GetImageUrl, JsonHelper.Serialize(postData), path_server);
//// } if (Robj != null)
////} {
//var Robj1 = HttpHelper.HttpPost(GetImageUrl, JsonHelper.Serialize(postData), ""); return "/upfile/temporary/" + pathName;
}
}
}
else
{
return "";
}
}
//
} }
return ""; return "";
......
This diff is collapsed.
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