Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pisns-forum-api
Project
Project
Details
Activity
Releases
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
scrmGroup
pisns-forum-api
Commits
65eddaa0
Commit
65eddaa0
authored
Sep 15, 2015
by
刘文胜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1111
parent
5dcbefae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
forumAboutMe.js
app/controllers/mobile/forumAboutMe.js
+4
-4
No files found.
app/controllers/mobile/forumAboutMe.js
View file @
65eddaa0
...
@@ -38,9 +38,9 @@ router.get('/aboutme/other2me', function(req, res, next) {
...
@@ -38,9 +38,9 @@ router.get('/aboutme/other2me', function(req, res, next) {
});
});
});
});
router
.
get
(
'/aboutme/he2other/:id'
,
function
(
req
,
res
,
next
)
{
router
.
get
(
'/aboutme/he2other/:id
/:entcode
'
,
function
(
req
,
res
,
next
)
{
var
userId
=
req
.
params
.
id
;
var
userId
=
req
.
params
.
id
;
var
entcode
=
req
.
session
.
user
.
ent_
code
;
var
entcode
=
req
.
params
.
ent
code
;
var
pageNo
=
req
.
query
.
pageNo
||
1
;
var
pageNo
=
req
.
query
.
pageNo
||
1
;
var
pageSize
=
req
.
query
.
pageSize
||
10
;
var
pageSize
=
req
.
query
.
pageSize
||
10
;
forumAboutMEService
.
me2other
(
entcode
,
userId
,
pageNo
,
pageSize
,
function
(
err
,
result
){
forumAboutMEService
.
me2other
(
entcode
,
userId
,
pageNo
,
pageSize
,
function
(
err
,
result
){
...
@@ -52,9 +52,9 @@ router.get('/aboutme/he2other/:id', function(req, res, next) {
...
@@ -52,9 +52,9 @@ router.get('/aboutme/he2other/:id', function(req, res, next) {
});
});
});
});
router
.
get
(
'/aboutme/other2he/:id'
,
function
(
req
,
res
,
next
)
{
router
.
get
(
'/aboutme/other2he/:id
/:entcode
'
,
function
(
req
,
res
,
next
)
{
var
userId
=
req
.
params
.
id
;
var
userId
=
req
.
params
.
id
;
var
entcode
=
req
.
session
.
user
.
ent_
code
;
var
entcode
=
req
.
params
.
ent
code
;
var
pageNo
=
req
.
query
.
pageNo
||
1
;
var
pageNo
=
req
.
query
.
pageNo
||
1
;
var
pageSize
=
req
.
query
.
pageSize
||
10
;
var
pageSize
=
req
.
query
.
pageSize
||
10
;
forumAboutMEService
.
other2me
(
entcode
,
userId
,
pageNo
,
pageSize
,
function
(
err
,
result
){
forumAboutMEService
.
other2me
(
entcode
,
userId
,
pageNo
,
pageSize
,
function
(
err
,
result
){
...
...
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