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
21365362
Commit
21365362
authored
Mar 21, 2024
by
lixinming
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://123.207.147.179:8888/node_server/wenHuaBu_adminServer
parents
dcd54bf1
c9901473
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
router.ts
src/routers/public/router.ts
+7
-0
router.ts
src/routers/router.ts
+1
-1
No files found.
src/routers/public/router.ts
View file @
21365362
...
@@ -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
},
],
],
}
}
src/routers/router.ts
View file @
21365362
...
@@ -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
=
fals
e
;
//true更新文档
const
Look
=
tru
e
;
//true更新文档
export
async
function
setRouter
(
httpServer
){
export
async
function
setRouter
(
httpServer
){
if
(
Look
)
{
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