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
3c3865a6
Commit
3c3865a6
authored
Jul 23, 2015
by
陈家荣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
22
parent
05b086c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
forumLimitActionRefService.js
app/service/forumLimitActionRefService.js
+3
-0
httpService.js
app/service/httpService.js
+1
-0
No files found.
app/service/forumLimitActionRefService.js
View file @
3c3865a6
...
...
@@ -214,6 +214,9 @@ exports.checkLimitActionProhibitionAddIntegral = function(mid,callback) {
break
;
}
}
if
(
isProhibition
){
console
.
log
(
'送积分'
);
}
callback
(
null
,
isProhibition
);
}
else
{
callback
(
null
,
isProhibition
);
...
...
app/service/httpService.js
View file @
3c3865a6
...
...
@@ -22,6 +22,7 @@ var ForumPVLog = mongoose.model('ForumPVLog'),
ForumShareLog
=
mongoose
.
model
(
'ForumShareLog'
),
ForumThread
=
mongoose
.
model
(
'ForumThread'
);
exports
.
sendRequest
=
function
(
ent_code
,
mid
,
action
,
messageid
,
integral
,
exp
)
{
console
.
log
(
'送积分了'
);
var
obj
=
{
tag
:
'member'
,
key
:
'forum'
,
...
...
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