url = 'https://open.koudaitong.com/api/oauthentry'
d = {'client_id': '63298ac0df40e4de0f', 'client_secret': '4142c9108b76ef4154c6c8db682c87ff'}
r = requests.post(url, data=d)
print r.text
输出
"error_response": {
"code": 50000,
"msg": "service or method is null"
请问这是什么情况
|
|
用手机打开
收藏
赞 0
···
回复
|
|
|
|