Closed
Description
简要描述
企业微信 - 获取审批单详情没有返回control参数为Attendance的数据
模块版本情况
- WxJava 模块名: weixin-java-cp
- WxJava 版本号: 3.7.2.B
详细描述
该部分的报文为
{
"control": "Attendance",
"id": "smart-time",
"title": [
{
"text": "出差",
"lang": "zh_CN"
}
],
"value": {
"tips": [],
"members": [],
"departments": [],
"files": [],
"children": [],
"stat_field": [],
"attendance": {
"date_range": {
"type": "halfday",
"new_begin": 1584892800,
"new_end": 1585022400,
"new_duration": 172800
},
"type": 3
},
"sum_field": [],
"related_approval": []
}
}
详见https://work.weixin.qq.com/api/doc/90000/90135/91983 附12
me.chanjar.weixin.cp.bean.oa.applydata.ContentValue
此类没有对attendance
部分数据的支持