参数错误,你没有post参数数据:
https://work.weixin.qq.com/api/doc#11228
请求示例:
{
"starttime": 1492617600,
"endtime": 1492790400,
"next_spnum": 201704200003,
}
参数说明:
参数 | 必须 | 说明 |
---|
access_token | 是 | 调用接口凭证。必须使用审批应用的Secret获取access_token |
starttime | 是 | 获取审批记录的开始时间。UTC时间戳 |
endtime | 是 | 获取审批记录的结束时间。UTC时间戳 |
next_spnum | 否 | 第一个拉取的审批单号,不填从该时间段的第一个审批单拉取 |