1、新增小程序相关接口

2、调整OA
This commit is contained in:
2026-09-18 16:31:37 +08:00
parent 0fa0eae43c
commit 01993779a7
71 changed files with 6463 additions and 213 deletions
+22
View File
@@ -27,6 +27,28 @@
"filters": [],
"uri": "lb://blade-transport"
},
{
"id": "blade-user-alias-route",
"order": 0,
"predicates": [
{
"name": "Path",
"args": {
"pattern": "/blade-user/**"
}
}
],
"filters": [
{
"name": "RewritePath",
"args": {
"regexp": "/blade-user/(?<segment>.*)",
"replacement": "/user/$\\{segment}"
}
}
],
"uri": "lb://blade-system"
},
{
"id": "example-route",
"order": 0,