task(00c8cc0d-f2b4-4783-b647-0a1f62f0f650): Add E2E test report & evidence (contract 15 endpoints, BLE 12/12, UI static walkthrough)

This commit is contained in:
阿猫
2026-09-04 03:25:13 +08:00
parent b8e4c24fd2
commit d6d6bae71d
46 changed files with 3964 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# 端点 2.10 获取项目监测计划统计表 用例组 A缺三要素头
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/GetPlanStatistical
# 请求头:无三要素头
# HTTP 状态500
# 存档时间2026-09-04T03:11:19+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.GetPlanStatisticalController..ctor()\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.11 获取指定监测计划的测组统计表 用例组 A缺三要素头
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/GetSurveyGroupList
# 请求头:无三要素头
# HTTP 状态500
# 存档时间2026-09-04T03:11:21+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.GetSurveyGroupListController..ctor()\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.12 监测点统计表 用例组 A缺三要素头
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/GetPointStatistics
# 请求头:无三要素头
# HTTP 状态500
# 存档时间2026-09-04T03:11:22+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.GetPointStatisticsController..ctor()\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.13 数据解析(原始文件上传) 用例组 A缺三要素头
# 请求POST_MULTIPART https://jcd.stec.p-q.co/OutWebApi/api/AnalysisMonitorData
# 请求头:无三要素头
# HTTP 状态500
# 存档时间2026-09-04T03:11:24+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.AnalysisMonitorDataController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\AnalysisMonitorDataController.cs:行号 31\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.14 获取基准点 用例组 A缺三要素头
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/ControlPoint
# 请求头:无三要素头
# HTTP 状态500
# 存档时间2026-09-04T03:11:26+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"当前用户不存在。","ExceptionType":"System.Exception","StackTrace":" 在 NK.Service.UserService.GetCurrentUserInfo() 位置 E:\\An\\Project\\SHCJ\\BaseComponent\\NK.Service\\UserService.cs:行号 95\r\n 在 NK.Service.UserService.<>c.<get_CurrentUser>b__2_0() 位置 E:\\An\\Project\\SHCJ\\BaseComponent\\NK.Service\\UserService.cs:行号 71\r\n 在 NK.Public.HttpRuntimeCacheHelper.Get[T](String key, Func`1 fun, Int32 second) 位置 E:\\An\\Project\\SHCJ\\BaseComponent\\NK.Public\\HttpRuntimeCacheHelper.cs:行号 94\r\n 在 NK.Public.CacheHelper.Get[T](String key, Func`1 fun, Int32 second) 位置 E:\\An\\Project\\SHCJ\\BaseComponent\\NK.Public\\CacheHelper.cs:行号 65\r\n 在 NK.Service.UserService.get_CurrentUser() 位置 E:\\An\\Project\\SHCJ\\BaseComponent\\NK.Service\\UserService.cs:行号 69\r\n 在 OutWebApi.Controllers.ControlPointController.Get(String ProjectID) 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\ControlPointController.cs:行号 23\r\n 在 lambda_method(Closure , Object , Object[] )\r\n 在 System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass13.<GetExecutor>b__c(Object instance, Object[] methodParameters)\r\n 在 System.Threading.Tasks.TaskHelpers.RunSynchronously[TResult](Func`1 func, CancellationToken cancellationToken)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.15 获取工点数据 用例组 A缺三要素头
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/GetWorkPoint
# 请求头:无三要素头
# HTTP 状态500
# 存档时间2026-09-04T03:11:28+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.GetWorkPointController..ctor()\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.2.1 账号密码登录 用例组 A缺三要素头
# 请求POST https://jcd.stec.p-q.co/OutWebApi/api/LoginByAccount
# 请求头:无三要素头
# HTTP 状态500
# 存档时间2026-09-04T03:11:04+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"认证未通过请检查SystemCode与SecretKey的值是否正确\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.LoginByAccountController..ctor()\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.2.2 发送验证码 用例组 A缺三要素头
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/LoginSecurityCode
# 请求头:无三要素头
# HTTP 状态500
# 存档时间2026-09-04T03:11:06+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"认证未通过请检查SystemCode与SecretKey的值是否正确\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.LoginSecurityCodeController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\Login\\LoginSecurityCodeController.cs:行号 18\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.2.3 手机验证码登录 用例组 A缺三要素头
# 请求POST https://jcd.stec.p-q.co/OutWebApi/api/LoginByMobile
# 请求头:无三要素头
# HTTP 状态500
# 存档时间2026-09-04T03:11:08+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"认证未通过请检查SystemCode与SecretKey的值是否正确\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.LoginByMobileController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\Login\\LoginByMobileController.cs:行号 22\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.3.1 修改登录密码 用例组 A缺三要素头
# 请求POST https://jcd.stec.p-q.co/OutWebApi/api/ModifyPassword
# 请求头:无三要素头
# HTTP 状态500
# 存档时间2026-09-04T03:11:09+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.ModifyPasswordController..ctor()\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.4 获取当前用户信息 用例组 A缺三要素头
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/GetUserInfo
# 请求头:无三要素头
# HTTP 状态500
# 存档时间2026-09-04T03:11:11+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.GetUserInfoController..ctor()\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.5.1.1 获取当前用户项目列表 用例组 A缺三要素头
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/GetProjectList
# 请求头:无三要素头
# HTTP 状态500
# 存档时间2026-09-04T03:11:13+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.GetProjectListController..ctor()\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.6 获取APP端任务列表 用例组 A缺三要素头
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/GetUserPlanGroup
# 请求头:无三要素头
# HTTP 状态500
# 存档时间2026-09-04T03:11:14+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.GetUserPlanGroupController..ctor()\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.7 获取项目监测计划任务列表 用例组 A缺三要素头
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/GetPlanGroup
# 请求头:无三要素头
# HTTP 状态500
# 存档时间2026-09-04T03:11:16+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.GetPlanGroupController..ctor()\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.9 获取测组包含的监测点列表 用例组 A缺三要素头
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/GetPointBySurveyGroup
# 请求头:无三要素头
# HTTP 状态500
# 存档时间2026-09-04T03:11:18+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.GetPointBySurveyGroupController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\Points\\GetPointBySurveyGroupController.cs:行号 16\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.10 获取项目监测计划统计表 用例组 B带密钥缺 Token
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/GetPlanStatistical
# 请求头SystemCode=Mobile, SecretKey=6C2782***(脱敏), 无 Token
# HTTP 状态500
# 存档时间2026-09-04T03:11:45+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.GetPlanStatisticalController..ctor()\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.11 获取指定监测计划的测组统计表 用例组 B带密钥缺 Token
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/GetSurveyGroupList
# 请求头SystemCode=Mobile, SecretKey=6C2782***(脱敏), 无 Token
# HTTP 状态500
# 存档时间2026-09-04T03:11:46+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.GetSurveyGroupListController..ctor()\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.12 监测点统计表 用例组 B带密钥缺 Token
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/GetPointStatistics
# 请求头SystemCode=Mobile, SecretKey=6C2782***(脱敏), 无 Token
# HTTP 状态500
# 存档时间2026-09-04T03:11:48+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.GetPointStatisticsController..ctor()\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.13 数据解析(原始文件上传) 用例组 B带密钥缺 Token
# 请求POST_MULTIPART https://jcd.stec.p-q.co/OutWebApi/api/AnalysisMonitorData
# 请求头SystemCode=Mobile, SecretKey=6C2782***(脱敏), 无 Token
# HTTP 状态500
# 存档时间2026-09-04T03:11:50+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.AnalysisMonitorDataController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\AnalysisMonitorDataController.cs:行号 31\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.14 获取基准点 用例组 B带密钥缺 Token
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/ControlPoint
# 请求头SystemCode=Mobile, SecretKey=6C2782***(脱敏), 无 Token
# HTTP 状态500
# 存档时间2026-09-04T03:11:51+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"当前用户不存在。","ExceptionType":"System.Exception","StackTrace":" 在 NK.Service.UserService.GetCurrentUserInfo() 位置 E:\\An\\Project\\SHCJ\\BaseComponent\\NK.Service\\UserService.cs:行号 95\r\n 在 NK.Service.UserService.<>c.<get_CurrentUser>b__2_0() 位置 E:\\An\\Project\\SHCJ\\BaseComponent\\NK.Service\\UserService.cs:行号 71\r\n 在 NK.Public.HttpRuntimeCacheHelper.Get[T](String key, Func`1 fun, Int32 second) 位置 E:\\An\\Project\\SHCJ\\BaseComponent\\NK.Public\\HttpRuntimeCacheHelper.cs:行号 94\r\n 在 NK.Public.CacheHelper.Get[T](String key, Func`1 fun, Int32 second) 位置 E:\\An\\Project\\SHCJ\\BaseComponent\\NK.Public\\CacheHelper.cs:行号 65\r\n 在 NK.Service.UserService.get_CurrentUser() 位置 E:\\An\\Project\\SHCJ\\BaseComponent\\NK.Service\\UserService.cs:行号 69\r\n 在 OutWebApi.Controllers.ControlPointController.Get(String ProjectID) 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\ControlPointController.cs:行号 23\r\n 在 lambda_method(Closure , Object , Object[] )\r\n 在 System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass13.<GetExecutor>b__c(Object instance, Object[] methodParameters)\r\n 在 System.Threading.Tasks.TaskHelpers.RunSynchronously[TResult](Func`1 func, CancellationToken cancellationToken)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.15 获取工点数据 用例组 B带密钥缺 Token
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/GetWorkPoint
# 请求头SystemCode=Mobile, SecretKey=6C2782***(脱敏), 无 Token
# HTTP 状态500
# 存档时间2026-09-04T03:11:53+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.GetWorkPointController..ctor()\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.2.1 账号密码登录 用例组 B带密钥缺 Token
# 请求POST https://jcd.stec.p-q.co/OutWebApi/api/LoginByAccount
# 请求头SystemCode=Mobile, SecretKey=6C2782***(脱敏), 无 Token
# HTTP 状态200
# 存档时间2026-09-04T03:11:30+0800
============================================================
{"code":"500","msg":"用户名或密码错误!","data":null}

View File

@@ -0,0 +1,7 @@
# 端点 2.2.2 发送验证码 用例组 B带密钥缺 Token
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/LoginSecurityCode
# 请求头SystemCode=Mobile, SecretKey=6C2782***(脱敏), 无 Token
# HTTP 状态200
# 存档时间2026-09-04T03:11:31+0800
============================================================
{"code":"500","msg":"短信验证码发送失败,失败信息System.AggregateException: 发生一个或多个错误。 ---> TencentCloud.Common.TencentCloudSDKException: The request with exception: 发送请求时出错。\r\n 在 TencentCloud.Common.AbstractClient.<RequestV1>d__43.MoveNext() 位置 E:\\An\\Project\\SHCJ\\BaseComponent\\NK.Message\\TencentCloud\\Common\\AbstractClient.cs:行号 318\r\n--- 引发异常的上一位置中堆栈跟踪的末尾 ---\r\n 在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n 在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n 在 System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()\r\n 在 TencentCloud.Common.AbstractClient.<InternalRequest>d__35.MoveNext() 位置 E:\\An\\Project\\SHCJ\\BaseComponent\\NK.Message\\TencentCloud\\Common\\AbstractClient.cs:行号 97\r\n --- 内部异常堆栈跟踪的结尾 ---\r\n 在 System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)\r\n 在 System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)\r\n 在 System.Threading.Tasks.Task.Wait()\r\n 在 TencentCloud.Common.AbstractClient.InternalRequestSync(AbstractModel request, String actionName) 位置 E:\\An\\Project\\SHCJ\\BaseComponent\\NK.Message\\TencentCloud\\Common\\AbstractClient.cs:行号 137\r\n 在 TencentCloud.Sms.V20210111.SmsClient.SendSmsSync(SendSmsRequest req) 位置 E:\\An\\Project\\SHCJ\\BaseComponent\\NK.Message\\TencentCloud\\Sms\\V20210111\\SmsClient.cs:行号 729\r\n 在 NK.Message.MobilMsg.SendMsg(String signName, String templateId, String[] mobiles, String[] templateParam, String Endpoint, String ClientType) 位置 E:\\An\\Project\\SHCJ\\BaseComponent\\NK.Message\\MobilMsg.cs:行号 102\r\n---> (内部异常 #0) messageThe request with exception: 发送请求时出错。 requestId<---\r\n","data":{"result":false}}

View File

@@ -0,0 +1,7 @@
# 端点 2.2.3 手机验证码登录 用例组 B带密钥缺 Token
# 请求POST https://jcd.stec.p-q.co/OutWebApi/api/LoginByMobile
# 请求头SystemCode=Mobile, SecretKey=6C2782***(脱敏), 无 Token
# HTTP 状态200
# 存档时间2026-09-04T03:11:33+0800
============================================================
{"code":"500","msg":"此号码的用户不存在,请确认手机号是否和系统中维护的一致","data":null}

View File

@@ -0,0 +1,7 @@
# 端点 2.3.1 修改登录密码 用例组 B带密钥缺 Token
# 请求POST https://jcd.stec.p-q.co/OutWebApi/api/ModifyPassword
# 请求头SystemCode=Mobile, SecretKey=6C2782***(脱敏), 无 Token
# HTTP 状态500
# 存档时间2026-09-04T03:11:35+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.ModifyPasswordController..ctor()\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.4 获取当前用户信息 用例组 B带密钥缺 Token
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/GetUserInfo
# 请求头SystemCode=Mobile, SecretKey=6C2782***(脱敏), 无 Token
# HTTP 状态500
# 存档时间2026-09-04T03:11:36+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.GetUserInfoController..ctor()\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.5.1.1 获取当前用户项目列表 用例组 B带密钥缺 Token
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/GetProjectList
# 请求头SystemCode=Mobile, SecretKey=6C2782***(脱敏), 无 Token
# HTTP 状态500
# 存档时间2026-09-04T03:11:38+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.GetProjectListController..ctor()\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.6 获取APP端任务列表 用例组 B带密钥缺 Token
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/GetUserPlanGroup
# 请求头SystemCode=Mobile, SecretKey=6C2782***(脱敏), 无 Token
# HTTP 状态500
# 存档时间2026-09-04T03:11:40+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.GetUserPlanGroupController..ctor()\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.7 获取项目监测计划任务列表 用例组 B带密钥缺 Token
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/GetPlanGroup
# 请求头SystemCode=Mobile, SecretKey=6C2782***(脱敏), 无 Token
# HTTP 状态500
# 存档时间2026-09-04T03:11:42+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.GetPlanGroupController..ctor()\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1,7 @@
# 端点 2.9 获取测组包含的监测点列表 用例组 B带密钥缺 Token
# 请求GET https://jcd.stec.p-q.co/OutWebApi/api/GetPointBySurveyGroup
# 请求头SystemCode=Mobile, SecretKey=6C2782***(脱敏), 无 Token
# HTTP 状态500
# 存档时间2026-09-04T03:11:43+0800
============================================================
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.GetPointBySurveyGroupController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\Points\\GetPointBySurveyGroupController.cs:行号 16\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}

View File

@@ -0,0 +1 @@
{"Message":"发生错误。","ExceptionMessage":"{\"code\":\"500\",\"msg\":\"无效的token。\",\"data\":null}","ExceptionType":"NK.Public.Exceptions.BusinessException","StackTrace":" 在 OutWebApi.BaseApiController..ctor() 位置 E:\\WorkData\\城建\\code\\WebApps\\OutWebApi\\Controllers\\BaseApiController.cs:行号 58\r\n 在 OutWebApi.Controllers.GetUserInfoController..ctor()\r\n 在 lambda_method(Closure )\r\n 在 System.Web.Http.Dispatcher.DefaultHttpControllerActivator.Create(HttpRequestMessage request, HttpControllerDescriptor controllerDescriptor, Type controllerType)"}