Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wenHuaBu_adminServer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
node_server
wenHuaBu_adminServer
Commits
895130f7
Commit
895130f7
authored
Mar 22, 2024
by
chenjinjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
23e2eae6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
19 deletions
+39
-19
router.ts
src/routers/member/router.ts
+38
-18
router.ts
src/routers/router.ts
+1
-1
No files found.
src/routers/member/router.ts
View file @
895130f7
...
...
@@ -164,6 +164,24 @@ export const Config = {
subUrl
:
'/memberdb/registerflowtype'
,
param
:[],
bindBiz
:
registerBiz
.
registerFlowType
},
{
apiName
:
"单位会员【流程二】回显"
,
subUrl
:
'/memberdb/unitmemberecho2'
,
param
:[],
bindBiz
:
registerBiz
.
unitMemberEcho2
},
{
apiName
:
"单位会员【流程三】回显"
,
subUrl
:
'/memberdb/unitmemberecho3'
,
param
:[],
bindBiz
:
registerBiz
.
unitMemberEcho3
},
{
apiName
:
"个人会员【流程二】回显"
,
subUrl
:
'/memberdb/individualmemberdetails'
,
param
:[],
bindBiz
:
registerBiz
.
individualMemberDetails
}
],
"登陆相关"
:[
...
...
@@ -252,34 +270,33 @@ export const Config = {
{
/**基本信息 */
unitName
:{
type
:
'String'
,
desc
:
'单位名称'
},
addres
:{
type
:
'String'
,
desc
:
'通信地址'
},
uscc
:{
type
:
'String'
,
desc
:
'单位信用代码'
},
addres
:{
type
:
'String'
,
desc
:
'通信地址'
},
legalPerson
:{
type
:
'String'
,
desc
:
'法人代表'
},
legalPersonPhone
:{
type
:
'String'
,
desc
:
'法人联系电话'
},
legalPersonMail
:{
type
:
'String'
,
desc
:
'法人邮箱'
},
unitMail
:{
type
:
'String'
,
desc
:
'单位电子邮箱'
},
contactPerson
:{
type
:
'String'
,
desc
:
'日常联系人'
},
contactPersonDuties
:{
type
:
'String'
,
desc
:
'日常联系人职务'
},
contactPersonPhone
:{
type
:
'String'
,
desc
:
'日常联系人电话'
},
sheng
:{
type
:
'String'
,
desc
:
'省'
},
shi
:{
type
:
'String'
,
desc
:
'市'
},
qu
:{
type
:
'String'
,
desc
:
'区'
},
uusinessLicenseUrl
:{
type
:
'String'
,
desc
:
'营业执照'
},
/**单位信息 */
unitMemberType
:{
type
:
'Number'
,
desc
:
'单位信息类型'
},
yuanXiaoBanXueLeiXing
:{
type
:
'String'
,
desc
:
'院校办学类型'
},
yuanXiaoZhuGuanBuMen
:{
type
:
'String'
,
desc
:
'院校主管部门'
},
yuanXiaoFuZeRen
:{
type
:
'String'
,
desc
:
'院校主要负责人'
},
yuanXiaoFuZeRenZhiWu
:{
type
:
'String'
,
desc
:
'院校主要负责人职位'
},
yuanXiaoFuZeRenDianHua
:{
type
:
'String'
,
desc
:
'院校主要负责人电话'
},
yuanXiaoBanGongFuZeRen
:{
type
:
'String'
,
desc
:
'院校办公负责人'
},
yuanXiaoBanGongFuZeRenZhiWu
:{
type
:
'String'
,
desc
:
'院校办公负责人职位'
},
yuanXiaoBanGongFuZeRenDianHua
:{
type
:
'String'
,
desc
:
'院校办公负责人电话'
},
yuanXiaoKeYanFuZeRen
:{
type
:
'String'
,
desc
:
'院校科研负责人'
},
yuanXiaoKeYanFuZeRenZhiWu
:{
type
:
'String'
,
desc
:
'院校科研负责人职位'
},
yuanXiaoKeYanFuZeRenDianHua
:{
type
:
'String'
,
desc
:
'院校科研负责人电话'
},
yuanXiaoXueShengZongRenShu
:{
type
:
'String'
,
desc
:
'院校学生总数'
},
yuanXiaoJiaoZhiGongZongRenShu
:{
type
:
'String'
,
desc
:
'院校教职工总人数'
},
yuanXiaoJianZhuMianJi
:{
type
:
'String'
,
desc
:
'院校建筑总面积'
},
yuanXiaoGaoJiZhiCheng
:{
type
:
'String'
,
desc
:
'院校高级职称人数'
},
yuanXiaoKaiSheZhuanYe
:{
type
:
'String'
,
desc
:
'院校专业总数'
},
unitMemberType
:{
type
:
'Number'
,
desc
:
'单位类型'
},
yuanXiaoBanXueLeiXing
:{
type
:
'String'
,
desc
:
'办学类型'
},
yuanXiaoZhuGuanBuMen
:{
type
:
'String'
,
desc
:
'主管部门'
},
yuanXiaoFuZeRen
:{
type
:
'String'
,
desc
:
'主要负责人姓名'
},
yuanXiaoFuZeRenZhiWu
:{
type
:
'String'
,
desc
:
'主要负责人职位'
},
yuanXiaoFuZeRenDianHua
:{
type
:
'String'
,
desc
:
'主要负责人电话'
},
ZhuYaoFuZeRenYouXiang
:{
type
:
'String'
,
desc
:
'主要负责人邮箱'
},
yuanXiaoBanGongFuZeRen
:{
type
:
'String'
,
desc
:
'办公负责人姓名'
},
yuanXiaoBanGongFuZeRenDianHua
:{
type
:
'String'
,
desc
:
'办公负责人电话'
},
yuanXiaoKeYanFuZeRen
:{
type
:
'String'
,
desc
:
'科研负责人姓名'
},
yuanXiaoKeYanFuZeRenDianHua
:{
type
:
'String'
,
desc
:
'科研负责人电话'
},
jiaoXueFuZeRenXinMing
:{
type
:
'String'
,
desc
:
'教学负责人姓名'
},
jiaoXueFuZeRenDianHua
:{
type
:
'String'
,
desc
:
'教学负责人电话'
},
},
desc
:
"表单"
},
...
...
@@ -315,8 +332,11 @@ export const Config = {
sheng
:{
type
:
'String'
,
desc
:
'省'
},
shi
:{
type
:
'String'
,
desc
:
'市'
},
qu
:{
type
:
'String'
,
desc
:
'区'
},
phone
:{
type
:
'String'
,
desc
:
'手机号码'
},
mail
:{
type
:
'String'
,
desc
:
'电子邮箱'
},
addres
:{
type
:
'String'
,
desc
:
'通信地址'
},
photoUrl
:{
type
:
'String'
,
desc
:
'蓝底证件照'
},
education
:{
type
:
'Number'
,
desc
:
'学历'
},
/**专业信息 */
unitName
:{
type
:
'String'
,
desc
:
'工作单位'
},
duties
:{
type
:
'String'
,
desc
:
'职务'
},
...
...
src/routers/router.ts
View file @
895130f7
...
...
@@ -18,7 +18,7 @@ import * as asyncHandler from 'express-async-handler';
import
{
payCallback
}
from
"../biz/member/cost"
;
import
{
checkUser
}
from
"../middleware/user"
;
const
Look
=
tru
e
;
//true更新文档
const
Look
=
fals
e
;
//true更新文档
export
async
function
setRouter
(
httpServer
){
if
(
Look
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment