2023-09-14
This commit is contained in:
parent
b529de4a5a
commit
19feba1767
Binary file not shown.
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue