We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sp_record节点应该是数组
接口: me.chanjar.weixin.cp.api.WxCpOaService.getApprovalDetail sp_record节点应该是数组,但me.chanjar.weixin.cp.bean.oa.WxCpApprovalDetail中是对象 详见https://work.weixin.qq.com/api/doc/90000/90135/91983
me.chanjar.weixin.cp.api.WxCpOaService.getApprovalDetail
me.chanjar.weixin.cp.bean.oa.WxCpApprovalDetail
【请求地址】: https://qyapi.weixin.qq.com/cgi-bin/oa/getapprovaldetail?access_token=HemdYCtpGNnrHGkdNjeGKdXtwHmNACt5GnpQySkShcdviuSKq3WnmqaRXdadbwnYB8A-NVbZa2-yEsY1X9oAHhS-gRsLsmzUNyS1y5rnQKI4MLb-fTC2P2qRnBd8VO6FK-8HrhioZ1tgGdWfoc361EM3Cx-_qfOS08a4ltQNvdaUd-iOTWWb2ihRTVPs366Vn9ASqi_wYWdq23Yrqh0AnA 【请求参数】:{"sp_no":"202003090001"} 【响应数据】:{"errcode":0,"errmsg":"ok","info":{"sp_no":"202003090001","sp_name":"测试","sp_status":2,"template_id":"Bs7uciq3APERozRs1K4V1cQhn7cNMjm3VwN9SSu6D","apply_time":1583740404,"applyer":{"userid":"blackheaven","partyid":"1"},"sp_record":[{"sp_status":2,"approverattr":1,"details":[{"approver":{"userid":"blackheaven"},"speech":"","sp_status":2,"sptime":1583740415,"media_id":[]}]}],"notifyer":[],"apply_data":{"contents":[{"control":"Text","id":"Text-1583739881382","title":[{"text":"出发","lang":"zh_CN"}],"value":{"text":"测试","tips":[],"members":[],"departments":[],"files":[],"children":[],"stat_field":[],"sum_field":[],"related_approval":[]}},{"control":"Text","id":"Text-1583739888807","title":[{"text":"到达","lang":"zh_CN"}],"value":{"text":"测试到达","tips":[],"members":[],"departments":[],"files":[],"children":[],"stat_field":[],"sum_field":[],"related_approval":[]}}]},"comments":[]}}
java.lang.IllegalStateException: Expected BEGIN_OBJECT but was BEGIN_ARRAY at line 1 column 232 path $.info.sp_record
The text was updated successfully, but these errors were encountered:
#1425 已修复,请使用最新测试版本3.7.1.B进行验证
Sorry, something went wrong.
No branches or pull requests
简要描述
sp_record节点应该是数组
模块版本情况
详细描述
接口:
me.chanjar.weixin.cp.api.WxCpOaService.getApprovalDetail
sp_record节点应该是数组,但
me.chanjar.weixin.cp.bean.oa.WxCpApprovalDetail
中是对象详见https://work.weixin.qq.com/api/doc/90000/90135/91983
日志
The text was updated successfully, but these errors were encountered: