Commit 1893e9af by lixinming

no message

parent 3a02c12b
......@@ -35,6 +35,15 @@ export function setRouter(httpServer) {
/**企业名称编辑 */
httpServer.post('/admin/enterprise/info',checkGuanWeiHuiToken, asyncHandler(enterpriseInfo));
httpServer.post('/admin/enterprise/info/update',checkGuanWeiHuiToken, asyncHandler(updateEnterpriseInfo));
/**加速企业 */
httpServer.post('/admin/enterprise/jsqy/list',checkGuanWeiHuiToken, asyncHandler(jsqy_list));
}
async function jsqy_list(req, res) {
}
......
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