文档
测试

修改案件信息

POST
/manager/Cases/update_case_info

请求头

参数名
类型
描述
必填
token
string
当前账号token
必填

请求参数

参数名
类型
描述
必填
id
int
案件id
必填
step
int
编辑步骤 0为案件基本信息 1为债务人信息
必填
num
string
案号 step=0时输入
必填
title
string
案件名称 step=0时输入
必填
accepted_date
string
受理日期 step=0时输入
必填
account_court_id
int
受理法院 step=0时输入
必填
undertake_judge
string
承办法官 step=0时输入
必填
judge_mobile
string
承办法官联系方式 step=0时输入
必填
head
string
管理人负责人 step=0时输入
必填
manager_mobile
string
管理人电话 step=0时输入
必填
program_id
int
程序Id step=0时输入
必填
progress_id
int
进度Id step=0时输入
必填
declare_deadline
int
债权申报截止时间 step=0时输入
必填
company_name
string
企业名称 step=1时输入
必填
credit_code
string
社会信用代码 step=1时输入
必填
register_addr
string
债务人注册地 step=1时输入
必填
trade_type_id
int
行业类型 step=1时输入
必填
register_capital_id
int
注册资金 step=1时输入
必填
company_type_id
int
公司性质 step=1时输入
必填

响应参数

参数名
类型
描述
必填
code
int
1成功,-2失败
必填
message
string
返回消息
必填
data
array
实体参数
必填