• 华华公子
    2025-06-05 来自陕西
    curl --location --request POST 'https://higress.xxxxx.cn/api/openai/v1/chat/completions' \ --header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \ --header 'Content-Type: application/json' \ --header 'Accept: */*' \ --header 'Host: higress.xxxxx.cn' \ --header 'Connection: keep-alive' \ --data-raw '{ "model": "qwen-max", "stream": false, "message": [ { "role": "user", "content": "你好" } ] }' {"timestamp":1749106725031,"status":405,"error":"Method Not Allowed","path":"/api/openai/v1/chat/completions"}# 一直找不到问题在哪。
    
    
  • 华华公子
    2025-06-05 来自陕西
    { "timestamp": 1749106123961, "status": 405, "error": "Method Not Allowed", "path": "/api/openai/v1/chat/completions" } 我按照你的配置操作了一遍,一直是这个错。
    
    