|
請求地址: https://open.dlszywz.cn/open/form/getFormDetail
請求方式: 參數:
參數名(míng) | 必選 | 類型 | 說明 |
---|
token | 是 | string | 授權令牌【通過header參數傳值】 | form_id | 是 | int | 表單ID | record_id | 是 | int | 記錄ID |
返回示例 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | {
"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" : "積分(fēn)支付" ,
"remarks" :null,
"fapiao_info" :"發票擡頭:單位#
單位名(míng)稱:中(zhōng)天某某集團有(yǒu)限公(gōng)司#
單位稅号:91330783147529999P#
發票内容:技(jì )術培訓費發票",
"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#職務(wù)" : "1" ,
"2926193#單位" : "1" ,
"2926192#姓名(míng)" : "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" :{}
}
|
返回參數說明 參數名(míng) | 類型 | 說明 |
---|
id | int | 記錄ID | is_read | int | 處理(lǐ)狀态(0待處理(lǐ) 2處理(lǐ)中(zhōng) 1已處理(lǐ)) | 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 | 最後更新(xīn)時間 | use_balance | decimal(10,2) | 餘額支付金額 | use_mall_integral | int | 使用(yòng)積分(fēn)數量 | use_jifen_money | decimal(10,2) | 積分(fēn)抵扣金額 | use_payCard_money | decimal(10,2) | 支付卡支付金額 | use_redBag_money | decimal(10,2) | 紅包支付金額 | use_vouchers_money | decimal(10,2) | 代金券支付金額 | dealing_time | datetime | 記錄改為(wèi)處理(lǐ)中(zhōng)時間 | finish_time | datetime | 記錄處理(lǐ)完成時間 | admin_remarks1 | string | 備注2 | field | string | 記錄值 (格式為(wèi):字段ID#字段名(míng)稱:字段值) | progress | string | 處理(lǐ)進度( id:進度ID input_time:進度時間 operator:處理(lǐ)人(無為(wèi)管理(lǐ)員) content:進度信息 ) |
備注
|
|