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
307598d0
Commit
307598d0
authored
Apr 12, 2016
by
刘文胜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加 分享给朋友 的action key
parent
64d39f1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
httpService.js
app/service/httpService.js
+2
-0
No files found.
app/service/httpService.js
View file @
307598d0
...
...
@@ -6,6 +6,7 @@ var ACTION_KEY = {
'post'
:
'FORUM_THREAD_POST'
,
'share'
:
'FORUM_THREAD_SHARE'
,
'share_timeline'
:
'FORUM_THREAD_SHARE_TIMELINE'
,
'share_singlemessage'
:
'FORUM_THREAD_SHARE_SINGLEMESSAGE'
,
'comment'
:
'FORUM_THREAD_COMMENT'
,
'thread_praise'
:
'FORUM_THREAD_PRAISE'
,
'comment_praise'
:
'FORUM_COMMENT_PRAISE'
,
...
...
@@ -26,6 +27,7 @@ var ForumPVLog = mongoose.model('ForumPVLog'),
ForumThread
=
mongoose
.
model
(
'ForumThread'
);
function
paramSort
(
obj
){
console
.
log
(
'积分对象:'
,
obj
);
try
{
var
keys
=
_
.
map
(
obj
,
function
(
v
,
k
){
return
k
;
...
...
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