ExportMap/Controllers/FloatServerController.cs
@@ -8,10 +8,15 @@ namespace ExportMap.Controllers { /** * 测试: * * http://localhost/ExportMap/floatserver/checkout/license */ public class FloatServerController : ApiController { [HttpGet] [HttpPost] [Route("floatserver/checkout/license")] [AcceptVerbs("GET", "POST")] public void license() { HttpRequest httpRequest = HttpContext.Current.Request;