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
eca83798
Commit
eca83798
authored
Mar 22, 2024
by
lixinming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
23e2eae6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
model.ts
src/data/models/model.ts
+1
-1
router.ts
src/routers/member/router.ts
+1
-1
router.ts
src/routers/router.ts
+1
-1
No files found.
src/data/models/model.ts
View file @
eca83798
...
...
@@ -341,7 +341,7 @@ const ModelArray = [
lifespanEndTime
:{
type
:
'Number'
,
index
:
true
},
//会员有效期结束时间 时间戳 每次缴费成功更新
token
:{
type
:
'String'
,
default
:
''
},
//token
tokenMs
:{
type
:
'Number'
,
default
:
0
},
//token过期时间
session
:
'
String
'
,
//届次
session
:
'
Number
'
,
//届次
paymentStatus
:
'Number'
,
//支付状态 PAYMENTSTATUS
/**管理员字段 */
adminType
:{
type
:
'Number'
},
//管理员类别 ADMINTYPE
...
...
src/routers/member/router.ts
View file @
eca83798
...
...
@@ -368,7 +368,7 @@ export const Config = {
subUrl
:
'/examine/adopt'
,
param
:[
{
key
:
"id"
,
type
:
"String"
,
desc
:
"待审核列表返回的用户id"
},
{
key
:
"session"
,
type
:
"
String
"
,
desc
:
"审批届次"
},
{
key
:
"session"
,
type
:
"
Number
"
,
desc
:
"审批届次"
},
],
bindBiz
:
examineBiz
.
adopt
},
...
...
src/routers/router.ts
View file @
eca83798
...
...
@@ -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