SVN r561
SVN-Revision: r561
This commit is contained in:
@@ -2986,6 +2986,7 @@ namespace Lskj.Control.Model
|
|||||||
string webpath = HttpUtility.UrlEncode(deleteRow["webpath"] + "");
|
string webpath = HttpUtility.UrlEncode(deleteRow["webpath"] + "");
|
||||||
//删除文件
|
//删除文件
|
||||||
string deleteUrl = "{0}Api/FileUploadApi.ashx?fileId={1}&filename={2}&method={3}";
|
string deleteUrl = "{0}Api/FileUploadApi.ashx?fileId={1}&filename={2}&method={3}";
|
||||||
|
deleteUrl = string.Format(deleteUrl, SystemInfo.Instance.OAUrl, field, webpath, "DoDelete");
|
||||||
HttpHelper.Setting("application/x-www-form-urlencoded", null, null);
|
HttpHelper.Setting("application/x-www-form-urlencoded", null, null);
|
||||||
Dictionary<string, string> deleteHeaderDic = new Dictionary<string, string>();
|
Dictionary<string, string> deleteHeaderDic = new Dictionary<string, string>();
|
||||||
deleteHeaderDic.Add("Authorization", $"Bearer {token}");
|
deleteHeaderDic.Add("Authorization", $"Bearer {token}");
|
||||||
|
|||||||
Reference in New Issue
Block a user