@ -11,7 +11,7 @@
Target Server Version : 80020
File Encoding : 65001
Date : 12 / 09 / 2020 10 : 33 : 17
Date : 12 / 09 / 2020 15 : 21 : 54
* /
SET NAMES utf8mb4 ;
@ -54,13 +54,13 @@ CREATE TABLE `appapigatewayaggregate` (
` Priority ` int ( 0 ) NULL DEFAULT NULL ,
` UpstreamHttpMethod ` varchar ( 500 ) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL ,
PRIMARY KEY ( ` Id ` ) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 6 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
) ENGINE = InnoDB AUTO_INCREMENT = 7 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
-- ----------------------------
-- Records of appapigatewayaggregate
-- ----------------------------
INSERT INTO ` appapigatewayaggregate ` VALUES ( 5 , ' {} ' , ' 7ad8b6d6c53a4ed0843ea55478e7dd6e ' , ' TEST-APP ' , ' abp接口代理服务 ' , 1263083077348196352 , ' platform-api-definition,backend-admin-api-definition,messages-api-definition,apigateway-api-definition, ' , ' /api/abp/api-definition ' , ' ' , 1 , ' AbpApiDefinitionAggregator ' , NULL , ' ' ) ;
INSERT INTO ` appapigatewayaggregate ` VALUES ( 6 , ' {} ' , ' a28de19ee118498188cd4b3ed1f79ea4 ' , ' TEST-APP ' , ' abp框架配置 ' , 1263102116090970112 , ' apigateway-configuration,platform-configuration,backend-admin-configuration,messages-configuration, ' , ' /api/abp/application-configuration ' , ' ' , 1 , ' AbpApiDefinitionAggregator ' , NULL , ' ' ) ;
INSERT INTO ` appapigatewayaggregate ` VALUES ( 5 , ' {} ' , ' db569f15577848568bee9616d6b8b53c ' , ' TEST-APP ' , ' abp接口代理服务 ' , 1263083077348196352 , ' platform-api-definition,backend-admin-api-definition,messages-api-definition,apigateway-api-definition,identity-server -api-definition, ' , ' /api/abp/api-definition ' , ' ' , 1 , ' AbpApiDefinitionAggregator ' , NULL , ' ' ) ;
INSERT INTO ` appapigatewayaggregate ` VALUES ( 6 , ' {} ' , ' 870a2c5df9b34f8c9514aef0250fbb47 ' , ' TEST-APP ' , ' abp框架配置 ' , 1263102116090970112 , ' apigateway-configuration,platform-configuration,backend-admin-configuration,messages-configuration,identity-server -configuration, ' , ' /api/abp/application-configuration ' , ' ' , 1 , ' AbpApiDefinitionAggregator ' , NULL , ' ' ) ;
-- ----------------------------
-- Table structure for appapigatewayaggregateconfig
@ -90,7 +90,7 @@ CREATE TABLE `appapigatewayauthoptions` (
PRIMARY KEY ( ` Id ` ) USING BTREE ,
UNIQUE INDEX ` IX_AppApiGatewayAuthOptions_ReRouteId ` ( ` ReRouteId ` ) USING BTREE ,
CONSTRAINT ` FK_AppApiGatewayAuthOptions_AppApiGatewayReRoute_ReRouteId ` FOREIGN KEY ( ` ReRouteId ` ) REFERENCES ` appapigatewayreroute ` ( ` ReRouteId ` ) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 125 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
) ENGINE = InnoDB AUTO_INCREMENT = 126 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
-- ----------------------------
-- Records of appapigatewayauthoptions
@ -189,6 +189,8 @@ INSERT INTO `appapigatewayauthoptions` VALUES (122, 1299273978023084032, '', '')
INSERT INTO ` appapigatewayauthoptions ` VALUES ( 123 , 1299274123225694208 , ' ' , ' ' ) ;
INSERT INTO ` appapigatewayauthoptions ` VALUES ( 124 , 1299274222299348992 , ' ' , ' ' ) ;
INSERT INTO ` appapigatewayauthoptions ` VALUES ( 125 , 1304238876758495232 , ' ' , ' ' ) ;
INSERT INTO ` appapigatewayauthoptions ` VALUES ( 126 , 1304678610343383040 , ' ' , ' ' ) ;
INSERT INTO ` appapigatewayauthoptions ` VALUES ( 127 , 1304679169305694208 , ' ' , ' ' ) ;
-- ----------------------------
-- Table structure for appapigatewaybalanceroptions
@ -206,7 +208,7 @@ CREATE TABLE `appapigatewaybalanceroptions` (
UNIQUE INDEX ` IX_AppApiGatewayBalancerOptions_ReRouteId ` ( ` ReRouteId ` ) USING BTREE ,
CONSTRAINT ` FK_AppApiGatewayBalancerOptions_AppApiGatewayGlobalConfiguratio ~ ` FOREIGN KEY ( ` ItemId ` ) REFERENCES ` appapigatewayglobalconfiguration ` ( ` ItemId ` ) ON DELETE CASCADE ON UPDATE RESTRICT ,
CONSTRAINT ` FK_AppApiGatewayBalancerOptions_AppApiGatewayReRoute_ReRouteId ` FOREIGN KEY ( ` ReRouteId ` ) REFERENCES ` appapigatewayreroute ` ( ` ReRouteId ` ) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 128 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
) ENGINE = InnoDB AUTO_INCREMENT = 129 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
-- ----------------------------
-- Records of appapigatewaybalanceroptions
@ -306,6 +308,8 @@ INSERT INTO `appapigatewaybalanceroptions` VALUES (125, NULL, 129927397802308403
INSERT INTO ` appapigatewaybalanceroptions ` VALUES ( 126 , NULL , 1299274123225694208 , ' ' , ' ' , 0 ) ;
INSERT INTO ` appapigatewaybalanceroptions ` VALUES ( 127 , NULL , 1299274222299348992 , ' ' , ' ' , 0 ) ;
INSERT INTO ` appapigatewaybalanceroptions ` VALUES ( 128 , NULL , 1304238876758495232 , ' ' , ' ' , 0 ) ;
INSERT INTO ` appapigatewaybalanceroptions ` VALUES ( 129 , NULL , 1304678610343383040 , ' ' , ' ' , 0 ) ;
INSERT INTO ` appapigatewaybalanceroptions ` VALUES ( 130 , NULL , 1304679169305694208 , ' ' , ' ' , 0 ) ;
-- ----------------------------
-- Table structure for appapigatewaycacheoptions
@ -319,7 +323,7 @@ CREATE TABLE `appapigatewaycacheoptions` (
PRIMARY KEY ( ` Id ` ) USING BTREE ,
UNIQUE INDEX ` IX_AppApiGatewayCacheOptions_ReRouteId ` ( ` ReRouteId ` ) USING BTREE ,
CONSTRAINT ` FK_AppApiGatewayCacheOptions_AppApiGatewayReRoute_ReRouteId ` FOREIGN KEY ( ` ReRouteId ` ) REFERENCES ` appapigatewayreroute ` ( ` ReRouteId ` ) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 125 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
) ENGINE = InnoDB AUTO_INCREMENT = 126 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
-- ----------------------------
-- Records of appapigatewaycacheoptions
@ -380,8 +384,8 @@ INSERT INTO `appapigatewaycacheoptions` VALUES (60, 1263305106250047488, NULL, N
INSERT INTO ` appapigatewaycacheoptions ` VALUES ( 61 , 1263305244594970624 , NULL , NULL ) ;
INSERT INTO ` appapigatewaycacheoptions ` VALUES ( 62 , 1263305430536855552 , NULL , NULL ) ;
INSERT INTO ` appapigatewaycacheoptions ` VALUES ( 63 , 1263639172959174656 , NULL , NULL ) ;
INSERT INTO ` appapigatewaycacheoptions ` VALUES ( 64 , 1264799968944640000 , 0 , ' ' ) ;
INSERT INTO ` appapigatewaycacheoptions ` VALUES ( 65 , 1264800070161584128 , 0 , ' ' ) ;
INSERT INTO ` appapigatewaycacheoptions ` VALUES ( 64 , 1264799968944640000 , NULL , NULL ) ;
INSERT INTO ` appapigatewaycacheoptions ` VALUES ( 65 , 1264800070161584128 , NULL , NULL ) ;
INSERT INTO ` appapigatewaycacheoptions ` VALUES ( 66 , 1267360794414161920 , NULL , NULL ) ;
INSERT INTO ` appapigatewaycacheoptions ` VALUES ( 67 , 1267383367629807616 , NULL , NULL ) ;
INSERT INTO ` appapigatewaycacheoptions ` VALUES ( 68 , 1267817055527632896 , NULL , NULL ) ;
@ -418,6 +422,8 @@ INSERT INTO `appapigatewaycacheoptions` VALUES (122, 1299273978023084032, NULL,
INSERT INTO ` appapigatewaycacheoptions ` VALUES ( 123 , 1299274123225694208 , NULL , NULL ) ;
INSERT INTO ` appapigatewaycacheoptions ` VALUES ( 124 , 1299274222299348992 , NULL , NULL ) ;
INSERT INTO ` appapigatewaycacheoptions ` VALUES ( 125 , 1304238876758495232 , 0 , ' ' ) ;
INSERT INTO ` appapigatewaycacheoptions ` VALUES ( 126 , 1304678610343383040 , NULL , NULL ) ;
INSERT INTO ` appapigatewaycacheoptions ` VALUES ( 127 , 1304679169305694208 , NULL , NULL ) ;
-- ----------------------------
-- Table structure for appapigatewaydiscovery
@ -437,7 +443,7 @@ CREATE TABLE `appapigatewaydiscovery` (
PRIMARY KEY ( ` Id ` ) USING BTREE ,
UNIQUE INDEX ` IX_AppApiGatewayDiscovery_ItemId ` ( ` ItemId ` ) USING BTREE ,
CONSTRAINT ` FK_AppApiGatewayDiscovery_AppApiGatewayGlobalConfiguration_Item ~ ` FOREIGN KEY ( ` ItemId ` ) REFERENCES ` appapigatewayglobalconfiguration ` ( ` ItemId ` ) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
-- ----------------------------
-- Records of appapigatewaydiscovery
@ -458,7 +464,7 @@ CREATE TABLE `appapigatewaydynamicreroute` (
` AppId ` varchar ( 50 ) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL ,
PRIMARY KEY ( ` Id ` ) USING BTREE ,
UNIQUE INDEX ` AK_AppApiGatewayDynamicReRoute_DynamicReRouteId ` ( ` DynamicReRouteId ` ) USING BTREE
) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
-- ----------------------------
-- Table structure for appapigatewayglobalconfiguration
@ -478,7 +484,7 @@ CREATE TABLE `appapigatewayglobalconfiguration` (
` AppId ` varchar ( 50 ) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL ,
PRIMARY KEY ( ` Id ` ) USING BTREE ,
UNIQUE INDEX ` AK_AppApiGatewayGlobalConfiguration_ItemId ` ( ` ItemId ` ) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
-- ----------------------------
-- Records of appapigatewayglobalconfiguration
@ -527,7 +533,7 @@ CREATE TABLE `appapigatewayhttpoptions` (
UNIQUE INDEX ` IX_AppApiGatewayHttpOptions_ReRouteId ` ( ` ReRouteId ` ) USING BTREE ,
CONSTRAINT ` FK_AppApiGatewayHttpOptions_AppApiGatewayGlobalConfiguration_It ~ ` FOREIGN KEY ( ` ItemId ` ) REFERENCES ` appapigatewayglobalconfiguration ` ( ` ItemId ` ) ON DELETE CASCADE ON UPDATE RESTRICT ,
CONSTRAINT ` FK_AppApiGatewayHttpOptions_AppApiGatewayReRoute_ReRouteId ` FOREIGN KEY ( ` ReRouteId ` ) REFERENCES ` appapigatewayreroute ` ( ` ReRouteId ` ) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 128 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
) ENGINE = InnoDB AUTO_INCREMENT = 129 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
-- ----------------------------
-- Records of appapigatewayhttpoptions
@ -627,6 +633,8 @@ INSERT INTO `appapigatewayhttpoptions` VALUES (125, NULL, 1299273978023084032, 0
INSERT INTO ` appapigatewayhttpoptions ` VALUES ( 126 , NULL , 1299274123225694208 , 0 , 0 , 0 , 0 , 0 ) ;
INSERT INTO ` appapigatewayhttpoptions ` VALUES ( 127 , NULL , 1299274222299348992 , 0 , 0 , 0 , 0 , 0 ) ;
INSERT INTO ` appapigatewayhttpoptions ` VALUES ( 128 , NULL , 1304238876758495232 , 0 , 0 , 0 , 0 , 0 ) ;
INSERT INTO ` appapigatewayhttpoptions ` VALUES ( 129 , NULL , 1304678610343383040 , 0 , 0 , 0 , 0 , 0 ) ;
INSERT INTO ` appapigatewayhttpoptions ` VALUES ( 130 , NULL , 1304679169305694208 , 0 , 0 , 0 , 0 , 0 ) ;
-- ----------------------------
-- Table structure for appapigatewayqosoptions
@ -644,7 +652,7 @@ CREATE TABLE `appapigatewayqosoptions` (
UNIQUE INDEX ` IX_AppApiGatewayQoSOptions_ReRouteId ` ( ` ReRouteId ` ) USING BTREE ,
CONSTRAINT ` FK_AppApiGatewayQoSOptions_AppApiGatewayGlobalConfiguration_Ite ~ ` FOREIGN KEY ( ` ItemId ` ) REFERENCES ` appapigatewayglobalconfiguration ` ( ` ItemId ` ) ON DELETE CASCADE ON UPDATE RESTRICT ,
CONSTRAINT ` FK_AppApiGatewayQoSOptions_AppApiGatewayReRoute_ReRouteId ` FOREIGN KEY ( ` ReRouteId ` ) REFERENCES ` appapigatewayreroute ` ( ` ReRouteId ` ) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 128 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
) ENGINE = InnoDB AUTO_INCREMENT = 129 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
-- ----------------------------
-- Records of appapigatewayqosoptions
@ -744,6 +752,8 @@ INSERT INTO `appapigatewayqosoptions` VALUES (125, NULL, 1299273978023084032, 50
INSERT INTO ` appapigatewayqosoptions ` VALUES ( 126 , NULL , 1299274123225694208 , 50 , 60000 , 30000 ) ;
INSERT INTO ` appapigatewayqosoptions ` VALUES ( 127 , NULL , 1299274222299348992 , 50 , 60000 , 30000 ) ;
INSERT INTO ` appapigatewayqosoptions ` VALUES ( 128 , NULL , 1304238876758495232 , 50 , 60000 , 30000 ) ;
INSERT INTO ` appapigatewayqosoptions ` VALUES ( 129 , NULL , 1304678610343383040 , 50 , 60000 , 30000 ) ;
INSERT INTO ` appapigatewayqosoptions ` VALUES ( 130 , NULL , 1304679169305694208 , 50 , 60000 , 30000 ) ;
-- ----------------------------
-- Table structure for appapigatewayratelimitoptions
@ -760,7 +770,7 @@ CREATE TABLE `appapigatewayratelimitoptions` (
PRIMARY KEY ( ` Id ` ) USING BTREE ,
UNIQUE INDEX ` IX_AppApiGatewayRateLimitOptions_ItemId ` ( ` ItemId ` ) USING BTREE ,
CONSTRAINT ` FK_AppApiGatewayRateLimitOptions_AppApiGatewayGlobalConfigurati ~ ` FOREIGN KEY ( ` ItemId ` ) REFERENCES ` appapigatewayglobalconfiguration ` ( ` ItemId ` ) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
-- ----------------------------
-- Records of appapigatewayratelimitoptions
@ -785,7 +795,7 @@ CREATE TABLE `appapigatewayratelimitrule` (
UNIQUE INDEX ` IX_AppApiGatewayRateLimitRule_ReRouteId ` ( ` ReRouteId ` ) USING BTREE ,
CONSTRAINT ` FK_AppApiGatewayRateLimitRule_AppApiGatewayDynamicReRoute_Dynam ~ ` FOREIGN KEY ( ` DynamicReRouteId ` ) REFERENCES ` appapigatewaydynamicreroute ` ( ` DynamicReRouteId ` ) ON DELETE CASCADE ON UPDATE RESTRICT ,
CONSTRAINT ` FK_AppApiGatewayRateLimitRule_AppApiGatewayReRoute_ReRouteId ` FOREIGN KEY ( ` ReRouteId ` ) REFERENCES ` appapigatewayreroute ` ( ` ReRouteId ` ) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 125 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
) ENGINE = InnoDB AUTO_INCREMENT = 126 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
-- ----------------------------
-- Records of appapigatewayratelimitrule
@ -884,6 +894,8 @@ INSERT INTO `appapigatewayratelimitrule` VALUES (122, 1299273978023084032, NULL,
INSERT INTO ` appapigatewayratelimitrule ` VALUES ( 123 , 1299274123225694208 , NULL , ' ' , 0 , NULL , NULL , NULL ) ;
INSERT INTO ` appapigatewayratelimitrule ` VALUES ( 124 , 1299274222299348992 , NULL , ' ' , 0 , NULL , NULL , NULL ) ;
INSERT INTO ` appapigatewayratelimitrule ` VALUES ( 125 , 1304238876758495232 , NULL , ' ' , 0 , NULL , NULL , NULL ) ;
INSERT INTO ` appapigatewayratelimitrule ` VALUES ( 126 , 1304678610343383040 , NULL , ' ' , 0 , NULL , NULL , NULL ) ;
INSERT INTO ` appapigatewayratelimitrule ` VALUES ( 127 , 1304679169305694208 , NULL , ' ' , 0 , NULL , NULL , NULL ) ;
-- ----------------------------
-- Table structure for appapigatewayreroute
@ -923,14 +935,14 @@ CREATE TABLE `appapigatewayreroute` (
PRIMARY KEY ( ` Id ` ) USING BTREE ,
UNIQUE INDEX ` AK_AppApiGatewayReRoute_ReRouteId ` ( ` ReRouteId ` ) USING BTREE ,
UNIQUE INDEX ` IX_AppApiGatewayReRoute_AppId_DownstreamPathTemplate_UpstreamPa ~ ` ( ` AppId ` , ` DownstreamPathTemplate ` , ` UpstreamPathTemplate ` ) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 132 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
) ENGINE = InnoDB AUTO_INCREMENT = 133 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
-- ----------------------------
-- Records of appapigatewayreroute
-- ----------------------------
INSERT INTO ` appapigatewayreroute ` VALUES ( 4 , ' {} ' , ' 805346097d44489185cbf0e52d5ea51b ' , 1261299170387169280 , ' 【平台服务 】- 权限管理 ' , ' /api/permission-management/permissions ' , ' ' , NULL , ' /api/permission-management/permissions ' , ' GET,PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , NULL , 1 , NULL , NULL , ' HTTP ' , ' 127.0.0.1:30010, ' , ' ' , NULL , NULL , NULL , 30000 , 1 , NULL , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 5 , ' {} ' , ' f168778a390d49d69d728ebd72b230ef ' , 1261585859064872960 , ' 【身份认证服务】- 客户端管理 ' , ' /api/IdentityServer/Clients ' , ' ' , NULL , ' /api/IdentityServer/Clients ' , ' POST,GET,PUT, ' , ' ' , ' ' , ' X-Forwarded-For:{RemoteIpAddress}, ' , ' ' , ' ' , ' ' , NULL , 1 , ' ' , NULL , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , NULL , NULL , NULL , 30000 , 1 , NULL , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 6 , ' {} ' , ' d91d31c630dc4e4bae0fef8c3aa60427 ' , 1261586605810368512 , ' 【身份认证服务】- 查询客户端 ' , ' /api/IdentityServer/Clients/{Id} ' , ' ' , NULL , ' /api/IdentityServer/Clients/{Id} ' , ' GET,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , NULL , 1 , NULL , NULL , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , NULL , NULL , NULL , 30000 , 1 , NULL , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 4 , ' {} ' , ' 84059fcecc91498b9beafac914865e2c ' , 1261299170387169280 , ' 【后台管理 】- 权限管理 ' , ' /api/permission-management/permissions ' , ' ' , NULL , ' /api/permission-management/permissions ' , ' GET,PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , NULL , 1 , NULL , NULL , ' HTTP ' , ' 127.0.0.1:30010, ' , ' ' , NULL , NULL , NULL , 30000 , 1 , NULL , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 5 , ' {} ' , ' f168778a390d49d69d728ebd72b230ef ' , 1261585859064872960 , ' 【身份认证服务】- 客户端管理 ' , ' /api/IdentityServer/Clients ' , ' ' , NULL , ' /api/IdentityServer/Clients ' , ' POST,GET,PUT, ' , ' ' , ' ' , ' X-Forwarded-For:{RemoteIpAddress}, ' , ' ' , ' ' , ' ' , NULL , 1 , ' ' , NULL , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , NULL , NULL , NULL , 30000 , 1 , NULL , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 6 , ' {} ' , ' d91d31c630dc4e4bae0fef8c3aa60427 ' , 1261586605810368512 , ' 【身份认证服务】- 查询客户端 ' , ' /api/IdentityServer/Clients/{Id} ' , ' ' , NULL , ' /api/IdentityServer/Clients/{Id} ' , ' GET,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , NULL , 1 , NULL , NULL , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , NULL , NULL , NULL , 30000 , 1 , NULL , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 7 , ' {} ' , ' b4ce189320804dc6b87e602594e93d35 ' , 1261587558609436672 , ' 【服务网关管理】- 路由组管理 ' , ' /api/ApiGateway/RouteGroups ' , ' ' , ' ' , ' /api/ApiGateway/RouteGroups ' , ' GET,POST,PUT,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , NULL , 1 , NULL , NULL , ' HTTP ' , ' 127.0.0.1:30001, ' , ' ' , NULL , ' ' , NULL , 30000 , 1 , NULL , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 8 , ' {} ' , ' 8736fefa36da4b129f3fcf6aa095f2ce ' , 1261588213298348032 , ' 【服务网关管理】- 查询单个路由组 ' , ' /api/ApiGateway/RouteGroups/By-AppId/{AppId} ' , ' ' , ' ' , ' /api/ApiGateway/RouteGroups/By-AppId/{AppId} ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , NULL , 1 , NULL , NULL , ' HTTP ' , ' 127.0.0.1:30001, ' , ' ' , NULL , ' ' , NULL , 30000 , 1 , NULL , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 9 , ' {} ' , ' befd14ad39e244bc9dea7e0c01e642ce ' , 1261588367619375104 , ' 【服务网关管理】- 查询所有有效路由组 ' , ' /api/ApiGateway/RouteGroups/Actived ' , ' ' , ' ' , ' /api/ApiGateway/RouteGroups/Actived ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , NULL , 1 , NULL , NULL , ' HTTP ' , ' 127.0.0.1:30001, ' , ' ' , NULL , ' ' , NULL , 30000 , 1 , NULL , ' TEST-APP ' ) ;
@ -944,64 +956,64 @@ INSERT INTO `appapigatewayreroute` VALUES (16, '{}', '00d0a12f403a4a919c99c534bd
INSERT INTO ` appapigatewayreroute ` VALUES ( 17 , ' {} ' , ' 8c308f1386ad49c799cd281eb95170ac ' , 1261589960393736192 , ' 【服务网关管理】- 通过应用标识查询动态路由 ' , ' /api/ApiGateway/DynamicRoutes/By-AppId/{AppId} ' , ' ' , NULL , ' /api/ApiGateway/DynamicRoutes/By-AppId/{AppId} ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , NULL , 1 , NULL , NULL , ' HTTP ' , ' 127.0.0.1:30001, ' , ' ' , NULL , NULL , NULL , 30000 , 1 , NULL , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 18 , ' {} ' , ' e659ebbf61534a978335cfeabdc0b375 ' , 1261606600242085888 , ' 【服务网关管理】- 通过应用标识查询聚合路由 ' , ' /api/ApiGateway/Aggregates/by-AppId/{AppId} ' , ' ' , NULL , ' /api/ApiGateway/Aggregates/by-AppId/{AppId} ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , NULL , 1 , NULL , NULL , ' HTTP ' , ' 127.0.0.1:30001, ' , ' ' , NULL , NULL , NULL , 30000 , 1 , NULL , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 19 , ' {} ' , ' d665e4491b81413385858601d9cf9a1d ' , 1261606689601732608 , ' 【服务网关管理】- 聚合路由 ' , ' /api/ApiGateway/Aggregates ' , ' ' , NULL , ' /api/ApiGateway/Aggregates ' , ' GET,POST,PUT,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , NULL , 1 , NULL , NULL , ' HTTP ' , ' 127.0.0.1:30001, ' , ' ' , NULL , NULL , NULL , 30000 , 1 , NULL , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 22 , ' {} ' , ' 47c55e759d824450a987a705fd08387c ' , 1262220447629058048 , ' 【身份认证服务】- 客户端密钥 ' , ' /api/IdentityServer/Clients/Secrets ' , ' ' , NULL , ' /api/IdentityServer/Clients/Secrets ' , ' PUT,POST,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , NULL , 1 , NULL , NULL , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , NULL , NULL , NULL , 30000 , 1 , NULL , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 23 , ' {} ' , ' 4da82cbff6ab48e185100526eaed22df ' , 1262230734939758592 , ' 【身份认证服务】- 客户端声明 ' , ' /api/IdentityServer/Clients/Claims ' , ' ' , NULL , ' /api/IdentityServer/Clients/Claims ' , ' PUT,POST,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , NULL , 1 , NULL , NULL , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , NULL , NULL , NULL , 30000 , 1 , NULL , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 25 , ' {} ' , ' b6009df9b18c44b3aa2b77f27b0c2abb ' , 1262296916350869504 , ' 【身份认证服务】- 客户端属性 ' , ' /api/IdentityServer/Clients/Properties ' , ' ' , NULL , ' /api/IdentityServer/Clients/Properties ' , ' PUT,POST,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , NULL , 1 , NULL , NULL , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , NULL , NULL , NULL , 30000 , 1 , NULL , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 26 , ' {} ' , ' 401a7a8e8a2f41c599b1b87b55249a32 ' , 1262632376348594176 , ' 【身份认证服务】- Api资源管理 ' , ' /api/IdentityServer/ApiResources ' , ' ' , ' ' , ' /api/IdentityServer/ApiResources ' , ' GET,POST,PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 27 , ' {} ' , ' c662a4c29e654f9da6eb73ee456b533a ' , 1262632791869902848 , ' 【身份认证服务】- 单个Api资源 ' , ' /api/IdentityServer/ApiResources/{Id} ' , ' ' , ' ' , ' /api/IdentityServer/ApiResources/{Id} ' , ' GET,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 28 , ' {} ' , ' a0c2bdfdd0de4832b63d6dc3696c9c26 ' , 1262632904575045632 , ' 【身份认证服务】- Api资源密钥 ' , ' /api/IdentityServer/ApiResources/Secrets ' , ' ' , ' ' , ' /api/IdentityServer/ApiResources/Secrets ' , ' DELETE,POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 29 , ' {} ' , ' fb0e7ca974f243ce9f4034b39bdda326 ' , 1262632976616411136 , ' 【身份认证服务】- Api资源作用域 ' , ' /api/IdentityServer/ApiResources/Scopes ' , ' ' , ' ' , ' /api/IdentityServer/ApiResources/Scopes ' , ' DELETE,POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 30 , ' {} ' , ' 0f9875697b74420c9dc2eaf77099b210 ' , 1262660336921235456 , ' 【身份认证服务】- 用户登录 ' , ' /api/account/login ' , ' ' , ' ' , ' /api/account/login ' , ' POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 31 , ' {} ' , ' a890c6ecc6a64c9fa313a0f6b5406e1c ' , 1262660528277966848 , ' 【身份认证服务】- 用户登出 ' , ' /api/account/logout ' , ' ' , ' ' , ' /api/account/logout ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 32 , ' {} ' , ' 88de580b6beb4d9d9d4367840ba1fcea ' , 1262660706875625472 , ' 【身份认证服务】- 检查密码 ' , ' /api/account/checkPassword ' , ' ' , ' ' , ' /api/account/checkPassword ' , ' POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 33 , ' {} ' , ' 78f3c1adc7a54696af37a419eda47c62 ' , 1262660966393991168 , ' 【身份认证服务】- 个人信息页 ' , ' /api/identity/my-profile ' , ' ' , ' ' , ' /api/identity/my-profile ' , ' GET,PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 34 , ' {} ' , ' 95b23aa5cebb40598a78c0761cfd0b26 ' , 1262661109474283520 , ' 【身份认证服务】- 修改密码 ' , ' /api/identity/my-profile/change-password ' , ' ' , ' ' , ' /api/identity/my-profile/change-password ' , ' POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 35 , ' {} ' , ' 4828f7c2aff8485189f37aba5de62d60 ' , 1262663888804663296 , ' 【身份认证管理】- 角色管理 ' , ' /api/identity/roles ' , ' ' , ' ' , ' /api/identity/roles ' , ' GET,POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 36 , ' {} ' , ' 0fddcd3b50a24c6795ec9034fdb44778 ' , 1262664024096133120 , ' 【身份认证服务】- 角色列表 ' , ' /api/identity/roles/all ' , ' ' , ' ' , ' /api/identity/roles/all ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 37 , ' {} ' , ' 191e555219e845069dfd93793263a840 ' , 1262664186252120064 , ' 【身份认证服务】- 单个角色 ' , ' /api/identity/roles/{id} ' , ' ' , ' ' , ' /api/identity/roles/{id} ' , ' GET,PUT,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 38 , ' {} ' , ' c316858e82f74e6ca6e923d6b3a3fa76 ' , 1262664357044178944 , ' 【身份认证服务】- 用户注册 ' , ' /api/account/register ' , ' ' , ' ' , ' /api/account/register ' , ' POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 39 , ' {} ' , ' db53b6f957914a10a6a97ba306b1f6ef ' , 1262664632928718848 , ' 【身份认证服务】- 单个用户 ' , ' /api/identity/users/{id} ' , ' ' , ' ' , ' /api/identity/users/{id} ' , ' GET,PUT,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 40 , ' {} ' , ' 1833434b8ce34f8ab791e7e950f4c61f ' , 1262664751409418240 , ' 【身份认证服务】- 用户管理 ' , ' /api/identity/users ' , ' ' , ' ' , ' /api/identity/users ' , ' GET,POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 41 , ' {} ' , ' b3c963a1612144918bffaf272697498c ' , 1262664871274237952 , ' 【身份认证服务】- 用户角色 ' , ' /api/identity/users/{id}/roles ' , ' ' , ' ' , ' /api/identity/users/{id}/roles ' , ' GET,POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 42 , ' {} ' , ' 33dd757b79cb4f52994af13bfb4f6783 ' , 1262665026111164416 , ' 【身份认证服务】- 通过用户名查询用户 ' , ' /api/identity/users/by-username/{userName} ' , ' ' , ' ' , ' /api/identity/users/by-username/{userName} ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 43 , ' {} ' , ' e46fd6cb3a104da3aadfe0149fe4de68 ' , 1262665159905267712 , ' 【身份认证服务】- 通过邮件查询用户 ' , ' /api/identity/users/by-email/{email} ' , ' ' , ' ' , ' /api/identity/users/by-email/{email} ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 44 , ' {} ' , ' 8c8ec5ad6aaa4145981ee7ac876c36c9 ' , 1262665329829105664 , ' 【身份认证服务】- 通过标识查询用户 ' , ' /api/identity/users/lookup/{id} ' , ' ' , ' ' , ' /api/identity/users/lookup/{id} ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 45 , ' {} ' , ' f5c0c8c02c0846fdbe5015cd86f3d81b ' , 1262665456471920640 , ' 【身份认证服务】- 通过名称查询用户 ' , ' /api/identity/users/lookup/by-username/{userName} ' , ' ' , ' ' , ' /api/identity/users/lookup/by-username/{userName} ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 46 , ' {} ' , ' 4de0c9e0437f40ce81628de956af9c5e ' , 1262665628165754880 , ' 【身份认证服务】- 通过名称查询租户 ' , ' /api/abp/multi-tenancy/tenants/by-name/{name} ' , ' ' , ' ' , ' /api/abp/multi-tenancy/tenants/by-name/{name} ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 47 , ' {} ' , ' fa60a7253b2f4c80b9afad4e82ba6ba8 ' , 1262666172682883072 , ' 【身份认证服务】- 通过标识查询租户 ' , ' /api/abp/multi-tenancy/tenants/by-id/{id} ' , ' ' , ' ' , ' /api/abp/multi-tenancy/tenants/by-id/{id} ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 49 , ' {} ' , ' 4114a097b9e04a9e90458edf02ef41c7 ' , 1262723402331885568 , ' 【身份认证服务】- 克隆客户端 ' , ' /api/IdentityServer/Clients/Clone ' , ' ' , ' ' , ' /api/IdentityServer/Clients/Clone ' , ' POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 50 , ' {} ' , ' 2a9cc98d3ed0462d98c4bf0e946f410d ' , 1262935771746734080 , ' 【身份认证服务】- 身份资源管理 ' , ' /api/IdentityServer/IdentityResources ' , ' ' , ' ' , ' /api/IdentityServer/IdentityResources ' , ' GET,POST,PUT,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 51 , ' {} ' , ' 4d36b0ea5b92473ea5de3e91ff155830 ' , 1262935906522304512 , ' 【身份认证服务】- 查询身份资源 ' , ' /api/IdentityServer/IdentityResources/{Id} ' , ' ' , ' ' , ' /api/IdentityServer/IdentityResources/{Id} ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 52 , ' {} ' , ' 387df08693e54e91ac055a2324d4c10e ' , 1262936009924481024 , ' 【身份认证服务】- 身份资源属性 ' , ' /api/IdentityServer/IdentityResources/Properties ' , ' ' , ' ' , ' /api/IdentityServer/IdentityResources/Properties ' , ' POST,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 22 , ' {} ' , ' 47c55e759d824450a987a705fd08387c ' , 1262220447629058048 , ' 【身份认证服务】- 客户端密钥 ' , ' /api/IdentityServer/Clients/Secrets ' , ' ' , NULL , ' /api/IdentityServer/Clients/Secrets ' , ' PUT,POST,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , NULL , 1 , NULL , NULL , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , NULL , NULL , NULL , 30000 , 1 , NULL , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 23 , ' {} ' , ' 4da82cbff6ab48e185100526eaed22df ' , 1262230734939758592 , ' 【身份认证服务】- 客户端声明 ' , ' /api/IdentityServer/Clients/Claims ' , ' ' , NULL , ' /api/IdentityServer/Clients/Claims ' , ' PUT,POST,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , NULL , 1 , NULL , NULL , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , NULL , NULL , NULL , 30000 , 1 , NULL , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 25 , ' {} ' , ' b6009df9b18c44b3aa2b77f27b0c2abb ' , 1262296916350869504 , ' 【身份认证服务】- 客户端属性 ' , ' /api/IdentityServer/Clients/Properties ' , ' ' , NULL , ' /api/IdentityServer/Clients/Properties ' , ' PUT,POST,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , NULL , 1 , NULL , NULL , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , NULL , NULL , NULL , 30000 , 1 , NULL , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 26 , ' {} ' , ' 401a7a8e8a2f41c599b1b87b55249a32 ' , 1262632376348594176 , ' 【身份认证服务】- Api资源管理 ' , ' /api/IdentityServer/ApiResources ' , ' ' , ' ' , ' /api/IdentityServer/ApiResources ' , ' GET,POST,PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 27 , ' {} ' , ' c662a4c29e654f9da6eb73ee456b533a ' , 1262632791869902848 , ' 【身份认证服务】- 单个Api资源 ' , ' /api/IdentityServer/ApiResources/{Id} ' , ' ' , ' ' , ' /api/IdentityServer/ApiResources/{Id} ' , ' GET,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 28 , ' {} ' , ' a0c2bdfdd0de4832b63d6dc3696c9c26 ' , 1262632904575045632 , ' 【身份认证服务】- Api资源密钥 ' , ' /api/IdentityServer/ApiResources/Secrets ' , ' ' , ' ' , ' /api/IdentityServer/ApiResources/Secrets ' , ' DELETE,POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 29 , ' {} ' , ' fb0e7ca974f243ce9f4034b39bdda326 ' , 1262632976616411136 , ' 【身份认证服务】- Api资源作用域 ' , ' /api/IdentityServer/ApiResources/Scopes ' , ' ' , ' ' , ' /api/IdentityServer/ApiResources/Scopes ' , ' DELETE,POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 30 , ' {} ' , ' 0f9875697b74420c9dc2eaf77099b210 ' , 1262660336921235456 , ' 【身份认证服务】- 用户登录 ' , ' /api/account/login ' , ' ' , ' ' , ' /api/account/login ' , ' POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 31 , ' {} ' , ' a890c6ecc6a64c9fa313a0f6b5406e1c ' , 1262660528277966848 , ' 【身份认证服务】- 用户登出 ' , ' /api/account/logout ' , ' ' , ' ' , ' /api/account/logout ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 32 , ' {} ' , ' 88de580b6beb4d9d9d4367840ba1fcea ' , 1262660706875625472 , ' 【身份认证服务】- 检查密码 ' , ' /api/account/checkPassword ' , ' ' , ' ' , ' /api/account/checkPassword ' , ' POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 33 , ' {} ' , ' 78f3c1adc7a54696af37a419eda47c62 ' , 1262660966393991168 , ' 【身份认证服务】- 个人信息页 ' , ' /api/identity/my-profile ' , ' ' , ' ' , ' /api/identity/my-profile ' , ' GET,PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 34 , ' {} ' , ' 95b23aa5cebb40598a78c0761cfd0b26 ' , 1262661109474283520 , ' 【身份认证服务】- 修改密码 ' , ' /api/identity/my-profile/change-password ' , ' ' , ' ' , ' /api/identity/my-profile/change-password ' , ' POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 35 , ' {} ' , ' 4828f7c2aff8485189f37aba5de62d60 ' , 1262663888804663296 , ' 【身份认证管理】- 角色管理 ' , ' /api/identity/roles ' , ' ' , ' ' , ' /api/identity/roles ' , ' GET,POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 36 , ' {} ' , ' 0fddcd3b50a24c6795ec9034fdb44778 ' , 1262664024096133120 , ' 【身份认证服务】- 角色列表 ' , ' /api/identity/roles/all ' , ' ' , ' ' , ' /api/identity/roles/all ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 37 , ' {} ' , ' 191e555219e845069dfd93793263a840 ' , 1262664186252120064 , ' 【身份认证服务】- 单个角色 ' , ' /api/identity/roles/{id} ' , ' ' , ' ' , ' /api/identity/roles/{id} ' , ' GET,PUT,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 38 , ' {} ' , ' c316858e82f74e6ca6e923d6b3a3fa76 ' , 1262664357044178944 , ' 【身份认证服务】- 用户注册 ' , ' /api/account/register ' , ' ' , ' ' , ' /api/account/register ' , ' POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 39 , ' {} ' , ' db53b6f957914a10a6a97ba306b1f6ef ' , 1262664632928718848 , ' 【身份认证服务】- 单个用户 ' , ' /api/identity/users/{id} ' , ' ' , ' ' , ' /api/identity/users/{id} ' , ' GET,PUT,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 40 , ' {} ' , ' 1833434b8ce34f8ab791e7e950f4c61f ' , 1262664751409418240 , ' 【身份认证服务】- 用户管理 ' , ' /api/identity/users ' , ' ' , ' ' , ' /api/identity/users ' , ' GET,POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 41 , ' {} ' , ' b3c963a1612144918bffaf272697498c ' , 1262664871274237952 , ' 【身份认证服务】- 用户角色 ' , ' /api/identity/users/{id}/roles ' , ' ' , ' ' , ' /api/identity/users/{id}/roles ' , ' GET,POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 42 , ' {} ' , ' 33dd757b79cb4f52994af13bfb4f6783 ' , 1262665026111164416 , ' 【身份认证服务】- 通过用户名查询用户 ' , ' /api/identity/users/by-username/{userName} ' , ' ' , ' ' , ' /api/identity/users/by-username/{userName} ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 43 , ' {} ' , ' e46fd6cb3a104da3aadfe0149fe4de68 ' , 1262665159905267712 , ' 【身份认证服务】- 通过邮件查询用户 ' , ' /api/identity/users/by-email/{email} ' , ' ' , ' ' , ' /api/identity/users/by-email/{email} ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 44 , ' {} ' , ' 8c8ec5ad6aaa4145981ee7ac876c36c9 ' , 1262665329829105664 , ' 【身份认证服务】- 通过标识查询用户 ' , ' /api/identity/users/lookup/{id} ' , ' ' , ' ' , ' /api/identity/users/lookup/{id} ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 45 , ' {} ' , ' f5c0c8c02c0846fdbe5015cd86f3d81b ' , 1262665456471920640 , ' 【身份认证服务】- 通过名称查询用户 ' , ' /api/identity/users/lookup/by-username/{userName} ' , ' ' , ' ' , ' /api/identity/users/lookup/by-username/{userName} ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 46 , ' {} ' , ' 4de0c9e0437f40ce81628de956af9c5e ' , 1262665628165754880 , ' 【身份认证服务】- 通过名称查询租户 ' , ' /api/abp/multi-tenancy/tenants/by-name/{name} ' , ' ' , ' ' , ' /api/abp/multi-tenancy/tenants/by-name/{name} ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 47 , ' {} ' , ' fa60a7253b2f4c80b9afad4e82ba6ba8 ' , 1262666172682883072 , ' 【身份认证服务】- 通过标识查询租户 ' , ' /api/abp/multi-tenancy/tenants/by-id/{id} ' , ' ' , ' ' , ' /api/abp/multi-tenancy/tenants/by-id/{id} ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 49 , ' {} ' , ' 4114a097b9e04a9e90458edf02ef41c7 ' , 1262723402331885568 , ' 【身份认证服务】- 克隆客户端 ' , ' /api/IdentityServer/Clients/Clone ' , ' ' , ' ' , ' /api/IdentityServer/Clients/Clone ' , ' POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 50 , ' {} ' , ' 2a9cc98d3ed0462d98c4bf0e946f410d ' , 1262935771746734080 , ' 【身份认证服务】- 身份资源管理 ' , ' /api/IdentityServer/IdentityResources ' , ' ' , ' ' , ' /api/IdentityServer/IdentityResources ' , ' GET,POST,PUT,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 51 , ' {} ' , ' 4d36b0ea5b92473ea5de3e91ff155830 ' , 1262935906522304512 , ' 【身份认证服务】- 查询身份资源 ' , ' /api/IdentityServer/IdentityResources/{Id} ' , ' ' , ' ' , ' /api/IdentityServer/IdentityResources/{Id} ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 52 , ' {} ' , ' 387df08693e54e91ac055a2324d4c10e ' , 1262936009924481024 , ' 【身份认证服务】- 身份资源属性 ' , ' /api/IdentityServer/IdentityResources/Properties ' , ' ' , ' ' , ' /api/IdentityServer/IdentityResources/Properties ' , ' POST,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 54 , ' {} ' , ' 7b847d8434bc4d1db07fa8961d90c14a ' , 1263074419073593344 , ' 【服务网关管理】- 接口代理 ' , ' /api/abp/api-definition ' , ' ' , ' ' , ' /api/abp/apigateway/api-definition ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30001, ' , ' ' , ' ' , ' apigateway-api-definition ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 55 , ' {} ' , ' ca2cedfa620045a9adef0be2f958c4bc ' , 1263075249394790400 , ' 【服务网关管理】- 查询聚合路由 ' , ' /api/ApiGateway/Aggregates/{RouteId} ' , ' ' , ' ' , ' /api/ApiGateway/Aggregates/{RouteId} ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30001, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 57 , ' {} ' , ' 98fbc99fc8644946ac0a72cc3dc5fd1f ' , 1263075593499684864 , ' 【服务网关管理】- 聚合路由配置 ' , ' /api/ApiGateway/Aggregates/RouteConfig ' , ' ' , ' ' , ' /api/ApiGateway/Aggregates/RouteConfig ' , ' POST,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30001, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 59 , ' {} ' , ' c692b30c72d4424eb4740ac49f4e9373 ' , 1263101898440146944 , ' 【服务网关管理】- 框架配置 ' , ' /api/abp/application-configuration ' , ' ' , ' ' , ' /api/abp/apigateway/application-configuration ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30001, ' , ' ' , ' ' , ' apigateway-configuration ' , 0 , 120000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 60 , ' {} ' , ' 8409117162504f71aa66982f05c38a80 ' , 1263303878648569856 , ' 【平台服务】- 接口代理 ' , ' /api/abp/api-definition ' , ' ' , ' ' , ' /api/abp/platform/api-definition ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30025, ' , ' ' , ' ' , ' platform-api-definition ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 61 , ' {} ' , ' 9f520820071b4e14bc94ab57989cea1f ' , 1263304204797648896 , ' 【平台服务】- 框架配置 ' , ' /api/abp/application-configuration ' , ' ' , ' ' , ' /api/abp/platform/application-configuration ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30025, ' , ' ' , ' ' , ' platform-configuration ' , 0 , 120000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 62 , ' {} ' , ' 9810656b884947e3897e776b47208352 ' , 1263304872891555840 , ' 【平台服务 】- 租户管理 ' , ' /api/multi-tenancy/tenants ' , ' ' , ' ' , ' /api/multi-tenancy/tenants ' , ' GET,POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 63 , ' {} ' , ' 12254ca25e15420faa694f62148dd694 ' , 1263305106250047488 , ' 【平台服务 】- 特定租户管理 ' , ' /api/multi-tenancy/tenants/{id} ' , ' ' , ' ' , ' /api/multi-tenancy/tenants/{id} ' , ' GET,PUT,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 64 , ' {} ' , ' 27761205c6344bfebbafbc077781ab76 ' , 1263305244594970624 , ' 【平台服务 】- 租户连接字符串 ' , ' /api/multi-tenancy/tenants/{id}/connection-string ' , ' ' , ' ' , ' /api/multi-tenancy/tenants/{id}/concatenation ' , ' GET,PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010, ' , ' ' , ' ' , ' ' , 2 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 65 , ' {} ' , ' af470c53a25340fd9248fd0309ad41ef ' , 1263305430536855552 , ' 【平台服务 】- 特定租户连接字符串 ' , ' /api/multi-tenancy/tenants/{id}/connection-string/{name} ' , ' ' , ' ' , ' /api/multi-tenancy/tenants/{id}/concatenation/{name} ' , ' GET,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010, ' , ' ' , ' ' , ' ' , 1 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 66 , ' {} ' , ' b77986bf6d49456eba0a1487dc1885a5 ' , 1263639172959174656 , ' 【平台服务 】- 全局设置 ' , ' /api/setting-management/settings/by-global ' , ' ' , ' ' , ' /api/setting-management/settings/by-global ' , ' GET,PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 67 , ' {} ' , ' 858056ce80b8420084b60d62ef4aa25c ' , 1264799968944640000 , ' 【平台 服务】- 验证手机号 ' , ' /api/account/phone/verify ' , ' ' , ' ' , ' /api/account/phone/verify ' , ' POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 68 , ' {} ' , ' d460979de403436e840de179767ed770 ' , 1264800070161584128 , ' 【平台 服务】- 手机号注册 ' , ' /api/account/phone/register ' , ' ' , ' ' , ' /api/account/phone/register ' , ' POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 62 , ' {} ' , ' 59d2d5e16c1b4fc5ad044609bdc46115 ' , 1263304872891555840 , ' 【后台管理 】- 租户管理 ' , ' /api/multi-tenancy/tenants ' , ' ' , ' ' , ' /api/multi-tenancy/tenants ' , ' GET,POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 63 , ' {} ' , ' 1c49816c03c24c229ab923abf59b7bb6 ' , 1263305106250047488 , ' 【后台管理 】- 特定租户管理 ' , ' /api/multi-tenancy/tenants/{id} ' , ' ' , ' ' , ' /api/multi-tenancy/tenants/{id} ' , ' GET,PUT,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 64 , ' {} ' , ' 24c95b3702e94340a85c0d8cb594cdcb ' , 1263305244594970624 , ' 【后台管理 】- 租户连接字符串 ' , ' /api/multi-tenancy/tenants/{id}/connection-string ' , ' ' , ' ' , ' /api/multi-tenancy/tenants/{id}/concatenation ' , ' GET,PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010, ' , ' ' , ' ' , ' ' , 2 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 65 , ' {} ' , ' 03c614b2785145dfb1547edf919190fc ' , 1263305430536855552 , ' 【后台管理 】- 特定租户连接字符串 ' , ' /api/multi-tenancy/tenants/{id}/connection-string/{name} ' , ' ' , ' ' , ' /api/multi-tenancy/tenants/{id}/concatenation/{name} ' , ' GET,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010, ' , ' ' , ' ' , ' ' , 1 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 66 , ' {} ' , ' b6ec80673b354c239def3bdce31b4cc0 ' , 1263639172959174656 , ' 【后台管理 】- 全局设置 ' , ' /api/setting-management/settings/by-global ' , ' ' , ' ' , ' /api/setting-management/settings/by-global ' , ' GET,PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 67 , ' {} ' , ' 755b4dce5c34444785fa3b647fef4131 ' , 1264799968944640000 , ' 【身份认证 服务】- 验证手机号 ' , ' /api/account/phone/verify ' , ' ' , ' ' , ' /api/account/phone/verify ' , ' POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 68 , ' {} ' , ' 535191c570ae453ab320012304d7a62c ' , 1264800070161584128 , ' 【身份认证 服务】- 手机号注册 ' , ' /api/account/phone/register ' , ' ' , ' ' , ' /api/account/phone/register ' , ' POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 69 , ' {} ' , ' 723c9b111f9f4a1aa804118cdde193d3 ' , 1267360794414161920 , ' 【消息服务】- 通知 ' , ' /signalr-hubs/notifications/{everything} ' , ' ' , ' ' , ' /signalr-hubs/notifications/{everything} ' , ' POST,GET,OPTIONS,PUT,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' ws ' , ' 127.0.0.1:30020, ' , ' ' , ' ' , ' ' , 1 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 70 , ' {} ' , ' f3aa2b42dd9f468aa5aae4ef64754427 ' , 1267383367629807616 , ' 【消息服务】- 通知0 ' , ' /signalr-hubs/notifications ' , ' ' , ' ' , ' /signalr-hubs/notifications ' , ' GET,POST,PUT,DELETE,OPTIONS, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' ws ' , ' 127.0.0.1:30020, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 71 , ' {} ' , ' 99dc8259c50044008c8aede7442ddde3 ' , 1267817055527632896 , ' 【消息服务】- 聊天 ' , ' /signalr-hubs/message ' , ' ' , ' ' , ' /signalr-hubs/message ' , ' GET,POST,PUT,DELETE,OPTIONS, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' ws ' , ' 127.0.0.1:30020, ' , ' ' , ' ' , ' ' , 1 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 72 , ' {} ' , ' 4ec40b72d469474ba10ae02e8d3298bb ' , 1267817221286526976 , ' 【消息服务】- 聊天1 ' , ' /signalr-hubs/message/{everything} ' , ' ' , ' ' , ' /signalr-hubs/message/{everything} ' , ' GET,POST,PUT,DELETE,OPTIONS, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' ws ' , ' 127.0.0.1:30020, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 73 , ' {} ' , ' cfb5f09a12bf495fbcaf2fa5d9123a40 ' , 1268893687085518848 , ' 【身份认证服务】- 重置密码 ' , ' /api/account/phone/reset-password ' , ' ' , ' ' , ' /api/account/phone/reset-password ' , ' PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 1 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 101 , ' {} ' , ' 997a4c27a433458aafed9b8aa252d957 ' , 1288657613998579712 , ' 【身份认证服务】- 组织机构列表 ' , ' /api/identity/organization-units ' , ' ' , ' ' , ' /api/identity/organization-units ' , ' GET,POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 102 , ' {} ' , ' a2c6acc9882a425ab26bd3ad5a9c17c6 ' , 1288657941770854400 , ' 【身份认证服务】- 组织机构管理 ' , ' /api/identity/organization-units/{id} ' , ' ' , ' ' , ' /api/identity/organization-units/{id} ' , ' GET,PUT,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 1 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 103 , ' {} ' , ' 390acfb0e16943c6b61e731d47c282e9 ' , 1288658134067109888 , ' 【身份认证服务】- 组织机构移动 ' , ' /api/identity/organization-units/{id}/move ' , ' ' , ' ' , ' /api/identity/organization-units/{id}/move ' , ' PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 104 , ' {} ' , ' 3515e75becf9447492ad60466b27c397 ' , 1288658305156964352 , ' 【身份认证服务】- 查询组织机构子级 ' , ' /api/identity/organization-units/find-children ' , ' ' , ' ' , ' /api/identity/organization-units/find-children ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 105 , ' {} ' , ' aab0a24d930f4f9687497e5ccaac2a31 ' , 1288658491216289792 , ' 【身份认证服务】- 查询组织机构最后一个子节点 ' , ' /api/identity/organization-units/last-children ' , ' ' , ' ' , ' /api/identity/organization-units/last-children ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 106 , ' {} ' , ' edf67e297c6d494baf3ea66465418faf ' , 1288658638302142464 , ' 【身份认证服务】- 组织机构角色管理 ' , ' /api/identity/organization-units/management-roles ' , ' ' , ' ' , ' /api/identity/organization-units/management-roles ' , ' GET,POST,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 107 , ' {} ' , ' 21bcb13e71c648a98861ce9b6fb3e7b0 ' , 1288658791784308736 , ' 【身份认证服务】- 组织机构用户管理 ' , ' /api/identity/organization-units/management-users ' , ' ' , ' ' , ' /api/identity/organization-units/management-users ' , ' GET,POST,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 108 , ' {} ' , ' 9bf66b8037e24f3c80bd6c24b76ed64 c' , 1290849478956199936 , ' 【平台服务 】- 当前租户设置 ' , ' /api/setting-management/settings/by-current-tenant ' , ' ' , ' ' , ' /api/setting-management/settings/by-current-tenant ' , ' GET,PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 109 , ' {} ' , ' 123b5e91b79d43cf89281a67e0bb73c5 ' , 1290849628051124224 , ' 【平台服务 】- 用户设置 ' , ' /api/setting-management/settings/by-user/{userId} ' , ' ' , ' ' , ' /api/setting-management/settings/by-user/{userId} ' , ' GET,PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 110 , ' {} ' , ' 422167a936c64b0ca644f2146d299cb0 ' , 1290849798553776128 , ' 【平台服务 】- 当前用户设置 ' , ' /api/setting-management/settings/by-current-user ' , ' ' , ' ' , ' /api/setting-management/settings/by-current-user ' , ' GET,PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 112 , ' {} ' , ' 9844fed6507844f2ac64bd08649bd3a6 ' , 1291259822512693248 , ' 【身份认证服务】- 查询组织机构根节点 ' , ' /api/identity/organization-units/root-node ' , ' ' , ' ' , ' /api/identity/organization-units/root-node ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 73 , ' {} ' , ' cfb5f09a12bf495fbcaf2fa5d9123a40 ' , 1268893687085518848 , ' 【身份认证服务】- 重置密码 ' , ' /api/account/phone/reset-password ' , ' ' , ' ' , ' /api/account/phone/reset-password ' , ' PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 1 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 101 , ' {} ' , ' 997a4c27a433458aafed9b8aa252d957 ' , 1288657613998579712 , ' 【身份认证服务】- 组织机构列表 ' , ' /api/identity/organization-units ' , ' ' , ' ' , ' /api/identity/organization-units ' , ' GET,POST, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 102 , ' {} ' , ' a2c6acc9882a425ab26bd3ad5a9c17c6 ' , 1288657941770854400 , ' 【身份认证服务】- 组织机构管理 ' , ' /api/identity/organization-units/{id} ' , ' ' , ' ' , ' /api/identity/organization-units/{id} ' , ' GET,PUT,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 1 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 103 , ' {} ' , ' 390acfb0e16943c6b61e731d47c282e9 ' , 1288658134067109888 , ' 【身份认证服务】- 组织机构移动 ' , ' /api/identity/organization-units/{id}/move ' , ' ' , ' ' , ' /api/identity/organization-units/{id}/move ' , ' PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 104 , ' {} ' , ' 3515e75becf9447492ad60466b27c397 ' , 1288658305156964352 , ' 【身份认证服务】- 查询组织机构子级 ' , ' /api/identity/organization-units/find-children ' , ' ' , ' ' , ' /api/identity/organization-units/find-children ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 105 , ' {} ' , ' aab0a24d930f4f9687497e5ccaac2a31 ' , 1288658491216289792 , ' 【身份认证服务】- 查询组织机构最后一个子节点 ' , ' /api/identity/organization-units/last-children ' , ' ' , ' ' , ' /api/identity/organization-units/last-children ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 106 , ' {} ' , ' edf67e297c6d494baf3ea66465418faf ' , 1288658638302142464 , ' 【身份认证服务】- 组织机构角色管理 ' , ' /api/identity/organization-units/management-roles ' , ' ' , ' ' , ' /api/identity/organization-units/management-roles ' , ' GET,POST,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 107 , ' {} ' , ' 21bcb13e71c648a98861ce9b6fb3e7b0 ' , 1288658791784308736 , ' 【身份认证服务】- 组织机构用户管理 ' , ' /api/identity/organization-units/management-users ' , ' ' , ' ' , ' /api/identity/organization-units/management-users ' , ' GET,POST,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 108 , ' {} ' , ' 1982bc6ffd92445b9b3f47067378d1f c' , 1290849478956199936 , ' 【后台管理 】- 当前租户设置 ' , ' /api/setting-management/settings/by-current-tenant ' , ' ' , ' ' , ' /api/setting-management/settings/by-current-tenant ' , ' GET,PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 109 , ' {} ' , ' a7df3a04805d4cc8a6e6b3823c6dd468 ' , 1290849628051124224 , ' 【后台管理 】- 用户设置 ' , ' /api/setting-management/settings/by-user/{userId} ' , ' ' , ' ' , ' /api/setting-management/settings/by-user/{userId} ' , ' GET,PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 110 , ' {} ' , ' ef6e38a529a345fab67f6a627cf20635 ' , 1290849798553776128 , ' 【后台管理 】- 当前用户设置 ' , ' /api/setting-management/settings/by-current-user ' , ' ' , ' ' , ' /api/setting-management/settings/by-current-user ' , ' GET,PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 112 , ' {} ' , ' 9844fed6507844f2ac64bd08649bd3a6 ' , 1291259822512693248 , ' 【身份认证服务】- 查询组织机构根节点 ' , ' /api/identity/organization-units/root-node ' , ' ' , ' ' , ' /api/identity/organization-units/root-node ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015 , ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 113 , ' {} ' , ' 24d8794cf8f943b4ac45d2bcccf7c128 ' , 1292620505149145088 , ' 【平台服务】- 文件系统 ' , ' /api/file-management/file-system ' , ' ' , ' ' , ' /api/file-management/file-system ' , ' GET,PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30025, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 114 , ' {} ' , ' 0acf6762d3af43efb655107e0039f5fc ' , 1292620665505775616 , ' 【平台服务】- 文件系统 - 目录管理 ' , ' /api/file-management/file-system/folders ' , ' ' , ' ' , ' /api/file-management/file-system/folders ' , ' POST,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30025, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 115 , ' {} ' , ' 8b4363f70865419089b5f62ba35382df ' , 1292620843398791168 , ' 【平台服务】- 文件系统 - 文件管理 ' , ' /api/file-management/file-system/files ' , ' ' , ' ' , ' /api/file-management/file-system/files ' , ' GET,POST,DELETE, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30025, ' , ' ' , ' ' , ' ' , 0 , 1200000 , 1 , ' ' , ' TEST-APP ' ) ;
@ -1022,6 +1034,8 @@ INSERT INTO `appapigatewayreroute` VALUES (129, '{}', '9785be7a29774b468e271b230
INSERT INTO ` appapigatewayreroute ` VALUES ( 130 , ' {} ' , ' 9c0c1cd196bb45c0bc03fafb7a1eb8f2 ' , 1299274123225694208 , ' 【消息服务】- Hangfire仪表板 - 周期性作业 ' , ' /hangfire/recurring ' , ' ' , ' ' , ' /hangfire/recurring ' , ' GET,POST,DELETE,PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30020, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 131 , ' {} ' , ' 243bafe828be463ea63a3e2b521f9923 ' , 1299274222299348992 , ' 【消息服务】- Hangfire仪表板 - 服务器列表 ' , ' /hangfire/servers ' , ' ' , ' ' , ' /hangfire/servers ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30020, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 132 , ' {} ' , ' 57a8ac1b41bb434cad38fbde0e2ba2f0 ' , 1304238876758495232 , ' 【后台管理】- 管理功能 ' , ' /api/feature-management/features ' , ' ' , ' ' , ' /api/feature-management/features ' , ' GET,PUT, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30010, ' , ' ' , ' ' , ' ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 133 , ' {} ' , ' 40a150f629b047f587c91a9436a699c0 ' , 1304678610343383040 , ' 【身份认证服务】- 接口代理 ' , ' /api/abp/api-definition ' , ' ' , ' ' , ' /api/abp/identity-server/api-definition ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015, ' , ' ' , ' ' , ' identity-server-api-definition ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
INSERT INTO ` appapigatewayreroute ` VALUES ( 134 , ' {} ' , ' 3a2d5d538fa44ac690402fc5c4e1a401 ' , 1304679169305694208 , ' 【身份认证服务】- 框架配置 ' , ' /api/abp/application-configuration ' , ' ' , ' ' , ' /api/abp/identity-server/application-configuration ' , ' GET, ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , ' ' , ' ' , ' HTTP ' , ' 127.0.0.1:30015, ' , ' ' , ' ' , ' identity-server-configuration ' , 0 , 30000 , 1 , ' ' , ' TEST-APP ' ) ;
-- ----------------------------
-- Table structure for appapigatewayroutegroup
@ -1065,7 +1079,7 @@ CREATE TABLE `appapigatewaysecurityoptions` (
PRIMARY KEY ( ` Id ` ) USING BTREE ,
UNIQUE INDEX ` IX_AppApiGatewaySecurityOptions_ReRouteId ` ( ` ReRouteId ` ) USING BTREE ,
CONSTRAINT ` FK_AppApiGatewaySecurityOptions_AppApiGatewayReRoute_ReRouteId ` FOREIGN KEY ( ` ReRouteId ` ) REFERENCES ` appapigatewayreroute ` ( ` ReRouteId ` ) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 125 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
) ENGINE = InnoDB AUTO_INCREMENT = 126 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic ;
-- ----------------------------
-- Records of appapigatewaysecurityoptions
@ -1164,6 +1178,8 @@ INSERT INTO `appapigatewaysecurityoptions` VALUES (122, 1299273978023084032, '12
INSERT INTO ` appapigatewaysecurityoptions ` VALUES ( 123 , 1299274123225694208 , ' 127.0.0.1 ' , ' ' ) ;
INSERT INTO ` appapigatewaysecurityoptions ` VALUES ( 124 , 1299274222299348992 , ' 127.0.0.1 ' , ' ' ) ;
INSERT INTO ` appapigatewaysecurityoptions ` VALUES ( 125 , 1304238876758495232 , ' ' , ' ' ) ;
INSERT INTO ` appapigatewaysecurityoptions ` VALUES ( 126 , 1304678610343383040 , ' ' , ' ' ) ;
INSERT INTO ` appapigatewaysecurityoptions ` VALUES ( 127 , 1304679169305694208 , ' ' , ' ' ) ;
-- ----------------------------
-- Table structure for cap.published
@ -1185,7 +1201,6 @@ CREATE TABLE `cap.published` (
-- ----------------------------
-- Records of cap.published
-- ----------------------------
INSERT INTO ` cap . published ` VALUES ( 1304238878134226944 , ' v1 ' , ' LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData ' , ' {\"Headers\":{\"cap-callback-name\":null,\"cap-msg-id\":\"1304238878134226944\",\"cap-msg-name\":\"LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData\",\"cap-msg-type\":\"Object\",\"cap-senttime\":\"2020/9/11 10:02:34 +08:00\",\"cap-corr-id\":\"1304238878134226944\",\"cap-corr-seq\":\"0\"},\"Value\":{\"DateTime\":\"2020-09-11T10:02:34.7884591+08:00\",\"AppId\":\"TEST-APP\",\"Method\":\"Create\",\"Object\":\"ReRoute\"}} ' , 0 , ' 2020-09-11 10:02:35 ' , ' 2020-09-12 10:02:35 ' , ' Succeeded ' ) ;
-- ----------------------------
-- Table structure for cap.received