【注解2】apply_data:{ "item-1490450365815": { "title": "加班理由", // 控件名称 "type": "textarea", // 控件类型【包括:1.text:文本;2.textarea:多行文本;3.number:数字;4.date:日期;5.datehour:日期+时间;6.file:附件;7.price:金额;8.select:单选;9.checkbox:多选;10.tips:说明文字;11.list:明细;12.expenseAmount:总金额 】 "value": "项目需要" // 填写的内容,只有Type是图片时,value是一个数组,数据示例如下方所示; }, "item-1490450379069": { "title": "加班开始时间", "type": "date", "value": "1490371200000" //日期格式为时间缀 }, "item-1490450399494": { "title": "加班证明", "type": "image", "value": [ "https://p.qpic.cn/pic_wework/4116602740/a2a481aa4e87639055774e51bc6cabde5595cd4458b57343/0", "https://p.qpic.cn/pic_wework/4116602740/a2a481aa4e87639055774e51bc6cabde5595cd4458b57343/0" ] }}【注解3】新apply_data:[ { id: "item-1490450365815", type: "textarea", value: "项目需要", title:"加班理由" }, { id: "item-1490450379069", type: "date", value: "1490371200000", title:"加班时间" }]curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/corp/getapprovaldata?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{"starttime":1492617600,"endtime":1492790400,"next_spnum":201704200003}'{
"errcode": 0,
"errmsg": "ok",
"count": 3,
"total": 5,
"next_spnum": 201704240001,
"data": [
{
"spname": "报销",
"apply_name": "报销测试",
"apply_org": "报销测试企业",
"approval_name": [
"审批人测试"
],
"notify_name": [
"抄送人测试"
],
"sp_status": 1,
"sp_num": 201704200001,
"mediaids": [
"WWCISP_G8PYgRaOVHjXWUWFqchpBqqqUpGj0OyR9z6WTwhnMZGCPHxyviVstiv_2fTG8YOJq8L8zJT2T2OvTebANV-2MQ"
],
"apply_time": 1499153693,
"apply_user_id": "testuser",
"expense": {
"expense_type": 1,
"reason": "",
"item": [
{
"expenseitem_type": 6,
"time": 1492617600,
"sums": 9900,
"reason": ""
}
]
},
"comm": {
"apply_data": "{\"item-1492610773696\":{\"title\":\"abc\",\"type\":\"text\",\"value\":\"\"}}"
}
},
{
"spname": "请假",
"apply_name": "请假测试",
"apply_org": "请假测试企业",
"approval_name": [
"审批人测试"
],
"notify_name": [
"抄送人测试"
],
"sp_status": 1,
"sp_num": 201704200004,
"apply_time": 1499153693,
"apply_user_id": "testuser",
"leave": {
"timeunit": 0,
"leave_type": 4,
"start_time": 1492099200,
"end_time": 1492790400,
"duration": 144,
"reason": ""
},
"comm": {
"apply_data": "{\"item-1492610773696\":{\"title\":\"abc\",\"type\":\"text\",\"value\":\"\"}}"
}
},
{
"spname": "自定义审批",
"apply_name": "自定义",
"apply_org": "自定义测试企业",
"approval_name": [
"自定义审批人"
],
"notify_name": [
"自定义抄送人"
],
"sp_status": 1,
"sp_num": 201704240001,
"apply_time": 1499153693,
"apply_user_id": "testuser",
"comm": {
"apply_data": "{\"item-1492610773696\":{\"title\":\"abc\",\"type\":\"text\",\"value\":\"\"}}"
}
}
]
}