curl --location --request POST 'https://qyapi.weixin.qq.com/cgi-bin/license/list_order' \
--header 'Content-Type: application/json' \
--data-raw '{
"corpid":"xxxxx",
"start_time":1500000000,
"end_time":1600000000,
"cursor":"xxx",
"limit":10
}'
{
"errcode": 0,
"errmsg": "ok",
"next_cursor": "xxx",
"has_more": 1,
"order_list": [
{
"order_id": "xxx",
"order_type": 1
}
]
}
【企业微信】API开发者 微信交流群
用微信扫右侧二维码,加入【企业微信】API开发者 交流群,互助沟通