|
请求地址: https://open.dlszywz.cn/open/form/getFormDetail
请求方式: 参数:
| 参数名 | 必选 | 类型 | 说明 |
|---|
| token | 是 | string | 授权令牌【通过header参数传值】 | | form_id | 是 | int | 表单ID | | record_id | 是 | int | 记录ID |
返回示例 {
"code":200,
"data":{
"list":{
"id":2716308,
"is_read":0,
"input_time":"2020-04-22 16:07:34",
"user_user_id":16546865,
"price":480,
"pay_time":"2020-04-22 16:08:22",
"zf_state":1,
"zf_order_id":null,
"payment":"积分支付",
"remarks":null,
"fapiao_info":"发票抬头:单位#
单位名称:中天某某集团有限公司#
单位税号:91330783147529999P#
发票内容:技术培训费发票",
"update_time":null,
"use_balance":"0.00",
"use_mall_integral":4800,
"use_jifen_money":480,
"use_payCard_money":"0.00",
"use_redBag_money":"0.00",
"use_vouchers_money":"0.00",
"dealing_time":null,
"finish_time":null
"admin_remarks1":"123123",
"field":{
"2926196#手机":"11111111111",
"2926194#职务":"1",
"2926193#单位":"1",
"2926192#姓名":"1"
},
"progress":[
{
"id":23544,
"input_time":"2019-07-27 10:56:22",
"operator":"",
"content":"参会编号A000"
},
{
"id":23790,
"input_time":"2019-07-27 12:33:03",
"operator":"",
"content":"参会编号A065"
}
]
}
},
"msg":"success code: 200",
"param":{}
}
|
返回参数说明 | 参数名 | 类型 | 说明 |
|---|
| id | int | 记录ID | | is_read | int | 处理状态(0待处理 2处理中 1已处理) | | input_time | datetime | 提交日期 | | user_user_id | int | 提交会员ID | | price | decimal(10,2) | 价格 | | pay_time | datetime | 支付时间 | | zf_state | int | 支付状态 0未支付 1已支付 | | zf_order_id | string | 第三方支付订单号 | | payment | string | 支付方式 | | remarks | string | 备注 | | fapiao_info | string | 发票信息 | | update_time | datetime | 最后更新时间 | | use_balance | decimal(10,2) | 余额支付金额 | | use_mall_integral | int | 使用积分数量 | | use_jifen_money | decimal(10,2) | 积分抵扣金额 | | use_payCard_money | decimal(10,2) | 支付卡支付金额 | | use_redBag_money | decimal(10,2) | 红包支付金额 | | use_vouchers_money | decimal(10,2) | 代金券支付金额 | | dealing_time | datetime | 记录改为处理中时间 | | finish_time | datetime | 记录处理完成时间 | | admin_remarks1 | string | 备注2 | | field | string | 记录值 (格式为:字段ID#字段名称:字段值) | | progress | string | 处理进度( id:进度ID input_time:进度时间 operator:处理人(无为管理员) content:进度信息 ) |
备注
|
|