Browse Source

Yiru修正IPCS完工入庫時呼叫PTD

PTD
BB.Wang 2 years ago
parent
commit
ac14d825b5
  1. 2
      AMESCoreStudio.Web/HttpApis/AMES/IPCS.cs

2
AMESCoreStudio.Web/HttpApis/AMES/IPCS.cs

@ -1306,7 +1306,7 @@ namespace AMESCoreStudio.Web
// YIRU ADD ----------------------------------------------------------------------------------------
#region PTD101AMES 完工入庫序號轉檔
[WebApiClient.Attributes.HttpGet("http://nportal.avalue.com.tw/PTD_Batch/api/PTD101AMES")]
[WebApiClient.Attributes.HttpPost("http://nportal.avalue.com.tw/PTD_Batch/api/PTD101AMES")]
ITask<List<PTD101AMESModel>> PostPTD101AMES([FromBody, RawJsonContent] string model);
#endregion

Loading…
Cancel
Save