Commit 5ba0995d by chenjinjing

no message

parent 0914e887
......@@ -192,5 +192,12 @@ export const Config = {
defaultParam:enumConfig.EDUCATION,
bindBiz:publicBiz.setEnumInterface
},
{
apiName:"是否支付",
subUrl:'/ispayment',
param:[],
defaultParam:enumConfig.STATE,
bindBiz:publicBiz.setEnumInterface
},
],
}
......@@ -18,7 +18,7 @@ import * as asyncHandler from 'express-async-handler';
import { payCallback } from "../biz/member/cost";
import { checkUser, notCheck } from "../middleware/user";
const Look = false;//true更新文档
const Look = true;//true更新文档
export async function setRouter(httpServer){
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