参考:
去
然后发现自己之前都用过Postman,用过这套接口
所以继续去使用新的
client_id
redirect_uri
即可。
再去新建一个。
想要用Postman去获取,发现不对:
所以直接浏览器去打开:
返回:
https://api.xiaoshouyi.com/?code=69c10ade32e45cd58fe1ef0ae3336eae6d73f009fdeae1eda8d72bfa574a9db9
此处的code就是我们要的:
code: 69c10ade3xxxxda8d72bfa574a9db9
然后去:
grant_type: authorization_code
client_id: b373899xxx99f44
client_secret: 8f53d6xxx15
redirect_uri: https://xxx.xiaoshouyi.com/
code: 69cxxxb9
POST https://api.xiaoshouyi.com/oauth2/token.action?grant_type=authorization_code&client_id=b3xxxf44&client_secret=8fxxx215&redirect_uri=https://xxx.xiaoshouyi.com/&code=69c1xxxb9
Response:
{
“id”: 868161,
“access_token”: “8fxxx12aeddc7a6ca904904799”,
“refresh_token”: “9f907a3a4836efd1f65xxxd3”,
“issued_at”: 15xxx5390,
“token_type”: “Bearer”
}
获取安全令牌
重置安全令牌
安全令牌:xxxxV
然后试试
密码模式(获取token)
POST
https://api.xiaoshouyi.com/oauth2/token?grant_type=password&client_id=b3xxx4&client_secret=8fxxx15&redirect_uri=https://xxxoshouyi.com/&[email protected]&password=LMxxxV
{
“id”: 868161,
“access_token”: “4017e6xxx3bc017ad”,
“issued_at”: 151xxx7,
“token_type”: “Bearer”
}
转载请注明:在路上 » 【已解决】使用销售易Open API接口