项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Server/Controllers/SerialPort/ArticleInfomController.cs
@@ -17,7 +17,19 @@ public ArticleInfomController(IArticleInfomServer service) : base(service) { } //[HttpPost,Route("PossorArticl"),AllowAnonymous] //public WebResponseContent PossorArticl() //{ // return Service.PossorArticl(); //} [HttpPost, Route("PutPossorArticl"), AllowAnonymous] public WebResponseContent PutPossorArticl() { return Service.PutPossorArticl(); } } }