144| 3
|
[资源求助] csdn资源 |
发表于 2024-10-17 11:59
50吾爱币
最佳答案[mw_shl_code=python,true]import requests
# 企业微信自建应用的相关信息
corp_id = 'your_corp_id'
app_secret = 'your_app_secret'
app_id = 'your_app_id'
# 获取 access_token
url = f'https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid={corp_id}&corpsecret={app_secret}'
response = requests.get(url)
access_token = response.json()['access_token']
# 获取审批记录
url = f'https://qyapi.weixi ...
| ||
发帖前要善用【论坛搜索】功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。 |
||
发表于 2024-10-17 11:59
| ||
发表于 2024-10-17 12:25
| ||
|
发表于 2024-10-17 12:33
| ||
RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )
GMT+8, 2024-12-16 02:56
Powered by Discuz!
Copyright © 2001-2020, Tencent Cloud.