MoonExp/Controllers/ExportController.cs
@@ -5,6 +5,7 @@ using System.Linq; using System.Net; using System.Net.Http; using System.Security; using System.Web.Http; namespace MoonExp.Controllers @@ -14,6 +15,9 @@ [HttpGet] public string Test() { string str = "http://219.153.49.10:7511/sj_raster/v6/wmts/service/system/10000201/1?ak=mf72ff9295c740ec0f37e61433e8a3ad8d&a=1"; string escapeStr = SecurityElement.Escape(str); return DateTime.Now.ToString("yyyyy-MM-dd HH:mm:ss"); }