项目

一般

简介

错误 #18761

由 齐贝 更新于 大约 2 年 之前

*接口路径*:/EMS_SaaS_Web/Spring/MVC/entrance/unifier/updateProjectService *接口路径*:/EMS_SaaS_Web/Spring/MVC/entrance/unifier/saveProjectService
*问题描述*:修改项目—项目具体地址为空提交失败

*步骤*
1.接口入参:
<pre><code class="java">
{
"groupCode": "BR",
"puser": {
"userId": "PERSAGYADMIN",
"loginDevice": "PC",
"pd": "e10adc3949ba59abbe56e057f20f883e"
},
"projectId": "Pj1101923386",
"projectLocalID": "1103845529",
"projectLocalName": "编辑项目名称TesttqqA38496",
"businessOpeningTime": "20220322",
"projectName": "编辑项目TesttqqA38496",
"province": "110000",
"city": "110100",
"partition": "110102",
"longitude": "119.25",
"latitude": "113.26",
"climateZone": "10",
"urbanDevpLev": "1120",
"functionType": "BFT-01.20.00",
"groupManageZone": "BR",
"liveStatus": "0"
}

</code></pre>

response:
{
"content":[],
"reason":"{\"message\":\"值不能为空或空字符串 字段: detailAddress 值: null;\"}",
"result":"failure",
"version":"1.0"
}

返回