为何我的调用总是不成功呢?每个参数都是正确的呀!

我用CURL测试了一下,依然得到同样的错误,晕了

curl -H "Authorization: token da7c30e600f84a6c889dfb2bb6f0d8d21be0a774" http://192.168.0.5:7766/api/v2.1/dtable/app-access-token/
{"app_name":"\u6b66\u660c\u804c\u4e1a\u5b66\u9662\u5e97","access_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2MTg0NzY1ODYsImR0YWJsZV91dWlkIjoiYjZjNzk4NWYtNjA0YS00ZTgwLTllNjgtMjZlNjIzM2E2NDFlIiwidXNlcm5hbWUiOiIiLCJwZXJtaXNzaW9uIjoicnciLCJhcHBfbmFtZSI6Ilx1NmI2Nlx1NjYwY1x1ODA0Y1x1NGUxYVx1NWI2Nlx1OTY2Mlx1NWU5NyJ9.QGhOh84ZPMj42SHtwiinaeXqw-PZESqqGTF9HIMp-rA","dtable_uuid":"b6c7985f-604a-4e80-9e68-26e6233a641e","dtable_server":"http://192.168.0.5:7766/dtable-server/","dtable_socket":"http://192.168.0.5:7766/","workspace_id":1,"dtable_name":"\u8ba2\u5355"}



curl -H "Authorization: Token eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2MTg0NzY1ODYsImR0YWJsZV91dWlkIjoiYjZjNzk4NWYtNjA0YS00ZTgwLTllNjgtMjZlNjIzM2E2NDFlIiwidXNlcm5hbWUiOiIiLCJwZXJtaXNzaW9uIjoicnciLCJhcHBfbmFtZSI6Ilx1NmI2Nlx1NjYwY1x1ODA0Y1x1NGUxYVx1NWI2Nlx1OTY2Mlx1NWU5NyJ9.QGhOh84ZPMj42SHtwiinaeXqw-PZESqqGTF9HIMp-rA" http://192.168.0.5:7766/dtable-server/api/v1/dtables/b6c7985f-604a-4e80-9e68-26e6233a641e
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot GET /api/v1/dtables/b6c7985f-604a-4e80-9e68-26e6233a641e</pre>
</body>
</html>
1 个赞