1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
const baseModel = require("../../middleware/baseModel");
|
||||
const { build_search_where, normalize_for_write } = require("../utils/query_helpers");
|
||||
const audit = require("../utils/biz_audit");
|
||||
const proxy_api_catalog = require("../service/biz_proxy_api_catalog");
|
||||
|
||||
module.exports = {
|
||||
"POST /biz_plan/page": async (ctx) => {
|
||||
@@ -105,4 +106,8 @@ module.exports = {
|
||||
});
|
||||
ctx.success({ rows });
|
||||
},
|
||||
/** 转发接口目录(与 swagger 一致),用于配置套餐 allowed_apis */
|
||||
"POST /biz_plan/proxy_api_catalog": async (ctx) => {
|
||||
ctx.success(proxy_api_catalog.buildCatalog());
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user