This commit is contained in:
jl
2024-12-06 13:19:43 +08:00
parent 4e4c0dbb59
commit d64bd2fcdf
3 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,7 @@ using static System.Net.WebRequestMethods;
namespace Epost.DPS.Controllers
{
[RoutePrefix("api/AgvTaskApi")]//agv=>WCS
[RoutePrefix("service/rest/agvCallbackService")]//agv=>WCS
public class AgvTaskApiController : ApiController
{
Sys_operate_logBLL logBLL = new Sys_operate_logBLL();