Api接口调用
Closed this issue · 5 comments
wutq commented
API调用的时候提示token没有 但是调用的参数中没有token字段啊请问再哪里设置的
zakiso commented
header中添加 Authorization:Bearer ${token}
wutq commented
好的 已经解决了
tainenko commented
apikey如何使用? 添加 Authorization:Bearer ${apikey} 無效
wangko27 commented
apikey如何使用? 添加 Authorization:Bearer ${apikey} 無效
1 先点击自己头像生产apiToken
2 在请求头里面加上apikey
比如:
curl -X POST "http://1510/upload"
-H "accept: application/json"
-H "content-type: multipart/form-data"
-H "apikey: a03eb3a1a1e05d3ec14701016138335c"
-H "accept: application/json"
-F "file=@com.jikexueyuan.geekacademy_4.4.4-41a4314_445.apk"
zakiso commented
在header中添加 "apikey:${用户面板中的apiToken}"