添加/修改/删除装修动态
POST
http://[域名]/wxest/getdecoroper
接口描述
添加/修改/删除装修动态
请求参数
参数名
类型
描述
必填
appid
string
系统分配给第三方的接入应用编码,示例:1234567890
必填
token
string
接入签名,示例:45879541235derderedew
必填
timestamp
string
时间戳,格式为:yyyymmddhhmmss,如:20200118122652
必填
openid
string
OpenID
必填
opertype
string
操作类型 add:添加 edit:修改 delete:删除 pause:暂停装修 finish:装修完成 begin:重启装修
必填
decorinfoid
string
装修动态信息编号,opertype为add时,可不填写,其余必须填写
必填
roomno
string
房号,opertype为add时,必须填写,其余不填写
必填
name
string
业主姓名,opertype为add时,必须填写,其余不填写
必填
phone
string
联系电话,opertype为add时,必须填写,其余不填写
必填
roomtypeid
string
房屋类型编码,opertype为add时,必须填写,其余不填写
必填
decorattypeid
string
装修类别编码,opertype为add时,必须填写,其余不填写
必填
decoratcompanyname
string
装修公司名称,opertype为add时,必须填写,其余不填写
必填
begindate
string
装修开始时间,opertype为add时,必须填写,其余不填写
必填
comment
string
装修内容/停工原因,opertype为add和pause时,必须填写,其余不填写
必填
请求数据示例
响应参数
参数名
类型
描述
必填
errcode
string
错误代码,示例:0
必填
errmsg
string
错误信息,示例:成功
必填