开发者文档本地模式版本:当前版本On this page本地模式说明 主要介绍在单机环境下,然后使用本地 API 更新网关数据。 配置属性: shenyu: local: enabled: true sha512Key: 123456 统一返回结果: success 统一请求前缀:localhost:9095/shenyu 统一请求头:localKey: 123456 插件数据 新增或者更新插件 新增或者更新插件 请求方式 POST 请求路径 /plugin/saveOrUpdate 请求参数 名称类型是否必需默认值描述PluginDataPluginDataTrue插件对象(Body里面传Json对象) PluginData