Commit abf1aec5 authored by liudong1993's avatar liudong1993

1

parent b48e694c
......@@ -22,6 +22,7 @@ using Mall.Repository.Finance;
using NPOI.SS.Formula.Functions;
using VT.FW.DB;
using Mall.Repository.Miai;
using System.IO;
namespace Mall.Module.User
{
......@@ -6023,6 +6024,12 @@ namespace Mall.Module.User
string basepath = AppContext.BaseDirectory;
string path_server = basepath + "\\upfile\\temporary\\" + pathName;
//var Robj1 = HttpHelper.HttpPost(GetImageUrl, JsonHelper.Serialize(postData), "");
#region 创建文件夹
if (!Directory.Exists(basepath + "\\upfile\\temporary"))
{
Directory.CreateDirectory(basepath + "\\upfile\\temporary");
}
#endregion
var Robj = HttpHelper.HttpPostForGetWXQRCodePath(GetImageUrl, JsonHelper.Serialize(postData), path_server);
return "/upfile/temporary/" + pathName;
......
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