文档
测试

议案提交

POST
/api/ProposalManage/Proposal/SaveProposal

接口描述

添加注明代表打勾参数

请求参数

参数名
类型
描述
必填
deputyList
array
数据列表
必填
compressHeaderImg
string
示例:http://172.20.0.8:5001/Images/default_head.png
必填
deputyName
string
示例:三某某
必填
deputyTermID
string
示例:8547a12a-41a1-4892-9346-4e5e821e5e12
必填
isHideMobilePhone
boolean
示例:false
必填
isSelected
boolean
示例:false
必填
singleIdentifierType
int
示例:0
必填
imgList
array
数据列表
必填
documentID
string
示例:16afb5ba-d537-4d9a-a6c0-f1533270d2a3
必填
fullUrl
string
示例:http://172.20.0.8:5001/upload/file/image/0dbe54ab22ab4c61adfa1f4bdd0152ee.jpg
必填
mediaType
string
示例:0
必填
url
string
示例:http://172.20.0.8:5001/upload/file/image/0dbe54ab22ab4c61adfa1f4bdd0152ee.jpg
必填
proposalContent
string
示例:请代表打勾或注明数据
必填
proposalSignType
int
示例:101
必填
proposalSubmitTime
string
示例:2021-02-25
必填
proposalTitle
string
示例:请代表打勾或注明数据
必填
proposalType
int
示例:101
必填
signPhotoList
array
数据列表
必填
ResearchForm
int
示例:15
必填
UnresolvedMatter
string
示例:4
必填
WebsitePublic
string
示例:1
必填
NoWritten
string
示例:1
必填
IntentionOrg
string
示例:请代表打勾或注明数据
必填

响应参数

参数名
类型
描述
必填
data
object
数据字典
必填
code
int
示例:100
必填
message
string
示例:操作成功
必填
other
object
示例:null
必填
configVersion
int
示例:439
必填

说明 / 示例

``` ResearchForm:注明代表打勾-调查研究方式 通过位运算获取多选值 如用户选择了 1 2 4 三项 则ResearchForm=1|2|4=7 专题调研=1 联系选民=2 视察=4 座谈、走访等其他形式 =8 UnresolvedMatter:代表注明或打勾-尚未解决 第一次提出=1 2年=2 3年 =3 3年以上=4 WebsitePublic:代表注明或打勾-网站公开 是=1 否=2 NoWritten:代表注明或打勾-不需要书面答复 是=1 否=2 IntentionOrg:意向单位 ```