2023-09-14

This commit is contained in:
李鹏飞 2023-09-14 15:07:33 +08:00
parent b529de4a5a
commit 19feba1767
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -1409,7 +1409,7 @@ namespace BLL
var request = new RestRequest(Method.POST);
request.AddHeader("token", Token);
request.AddHeader("ClientId", SysConstSetService.ClientId);
request.AddHeader("OperationCode", Baseurl.Substring(Baseurl.LastIndexOf("/", StringComparison.Ordinal)));
request.AddHeader("OperationCode", Baseurl.Substring(Baseurl.LastIndexOf("/", StringComparison.Ordinal)+1));
if (!string.IsNullOrEmpty(JsonBody))
{
request.AddJsonBody(JsonBody);

View File

@ -3322,6 +3322,7 @@
</Compile>
<Compile Include="AttachFile\uploader.aspx.cs">
<DependentUpon>uploader.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="AttachFile\uploader.aspx.designer.cs">
<DependentUpon>uploader.aspx</DependentUpon>