Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
8 years ago
Commit
2a8f227e95738ecb97cbedef91ec134246ff7c69
1 parent
58356f5a
api-change
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/consult-comment.js
apps/product/models/consult-comment.js
View file @
2a8f227
...
...
@@ -201,7 +201,7 @@ let upvoteConsult = (params) => {
*/
let
addConsult
=
(
uid
,
productId
,
content
)
=>
{
let
params
=
{
method
:
'
h5
.consult.add'
,
method
:
'
app
.consult.add'
,
product_id
:
productId
,
content
:
content
,
uid
:
uid
...
...
Please
register
or
login
to post a comment