假设我有一个http://host:port/api/v1/xxxx
带有 post 方法的 api 并接受 json 正文:
{“inputText”:“从高知到南极洲旅行”}
如何将 post api 添加到 kong 并调用它?
只需添加一个您需要填充参数的 API 对象(名称:随便,uris:/api/v1/xxxx,upstream_url:http://host:port/api/v1/xxxx)然后您可以使用http:/调用它/your_kong_service:8000/api/v1/xxxx