Commit 21365362 by lixinming
parents dcd54bf1 c9901473
...@@ -192,5 +192,12 @@ export const Config = { ...@@ -192,5 +192,12 @@ export const Config = {
defaultParam:enumConfig.EDUCATION, defaultParam:enumConfig.EDUCATION,
bindBiz:publicBiz.setEnumInterface bindBiz:publicBiz.setEnumInterface
}, },
{
apiName:"是否支付",
subUrl:'/ispayment',
param:[],
defaultParam:enumConfig.STATE,
bindBiz:publicBiz.setEnumInterface
},
], ],
} }
...@@ -18,7 +18,7 @@ import * as asyncHandler from 'express-async-handler'; ...@@ -18,7 +18,7 @@ import * as asyncHandler from 'express-async-handler';
import { payCallback } from "../biz/member/cost"; import { payCallback } from "../biz/member/cost";
import { checkUser, notCheck } from "../middleware/user"; import { checkUser, notCheck } from "../middleware/user";
const Look = false;//true更新文档 const Look = true;//true更新文档
export async function setRouter(httpServer){ export async function setRouter(httpServer){
if (Look) { if (Look) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment