Closed LibraStalker closed 7 months ago
报错日志如下: 2024-04-03 10:18:07 [PicGo ERROR] { "method": "POST", "url": "https://www.xxxxxxxx:20027/api/upload", "statusCode": 404, "message": "Request failed with status code 404", "stack": {}, "response": { "status": 404, "statusCode": 404, "body": { "message": "The route api/upload could not be found." } } } 为什么他请求的API没有带v1路径呢?我看官网上url带v1啊?不是应该请求https://www.xxxxxxxx:20027/api/v1/upload才对吗
2024-04-03 10:18:07 [PicGo ERROR] { "method": "POST", "url": "https://www.xxxxxxxx:20027/api/upload", "statusCode": 404, "message": "Request failed with status code 404", "stack": {}, "response": { "status": 404, "statusCode": 404, "body": { "message": "The route api/upload could not be found." } } }
解决了,LSKY pro version得选V2,之前选了V2好像没有生效。
报错日志如下:
2024-04-03 10:18:07 [PicGo ERROR] { "method": "POST", "url": "https://www.xxxxxxxx:20027/api/upload", "statusCode": 404, "message": "Request failed with status code 404", "stack": {}, "response": { "status": 404, "statusCode": 404, "body": { "message": "The route api/upload could not be found." } } }
为什么他请求的API没有带v1路径呢?我看官网上url带v1啊?不是应该请求https://www.xxxxxxxx:20027/api/v1/upload才对吗