|
@@ -33,8 +33,8 @@ namespace Hotline.Api.Controllers
|
|
|
///
|
|
|
/// </summary>
|
|
|
/// <returns></returns>
|
|
|
- [HttpGet("order_submission_form")]
|
|
|
- public async Task<IActionResult> OrderSubmissionForm([FromQuery] List<string> Ids)
|
|
|
+ [HttpPost("order_submission_form")]
|
|
|
+ public async Task<IActionResult> OrderSubmissionForm([FromBody] List<string> Ids)
|
|
|
{
|
|
|
var streams = new Dictionary<string, Stream>();
|
|
|
var path = $"{Environment.CurrentDirectory}/Template/宜宾交办单模板.doc";
|