api-gateway实践(09)支持rest服务注册

时间:2024-05-06 20:04:49

一、GET-GET

1、前端定义

api-gateway实践(09)支持rest服务注册

2、后端定义

2.1、基础定义

api-gateway实践(09)支持rest服务注册

2.2、path参数、head参数、query参数

api-gateway实践(09)支持rest服务注册

2.3、常量参数

api-gateway实践(09)支持rest服务注册

2.4、系统参数

api-gateway实践(09)支持rest服务注册

api-gateway实践(09)支持rest服务注册

2.5、结果定义

api-gateway实践(09)支持rest服务注册

二、POST-POST

1、前端定义

api-gateway实践(09)支持rest服务注册

api-gateway实践(09)支持rest服务注册

1.1、基本信息

api-gateway实践(09)支持rest服务注册

1.2、path参数、head参数、query参数、body参数(form)

api-gateway实践(09)支持rest服务注册

1.3、path参数、head参数、query参数(非form,bytes)

api-gateway实践(09)支持rest服务注册

2、后端定义

2.1、后端基础定义(form)

api-gateway实践(09)支持rest服务注册

2.2、后端基础定义(非form,bytes)

api-gateway实践(09)支持rest服务注册

2.3、后端参数配置(form)

api-gateway实践(09)支持rest服务注册

2.4、后端参数配置(非form,bytes)

api-gateway实践(09)支持rest服务注册

2.5、常量和系统参数(同Get方式定义)

api-gateway实践(09)支持rest服务注册

api-gateway实践(09)支持rest服务注册