管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2023-10-23 2fd93008d2ce0052353e5016f2c15d1890ffd2e6
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");
        }