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
lijing
9 years ago
Commit
f05b2261684db55faa293f1a721610d2662f5909
1 parent
3e855a80
code
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
apps/activity/models/market.js
apps/activity/models/market.js
View file @
f05b226
...
...
@@ -11,11 +11,10 @@ const _ = require('lodash');
const
index
=
()
=>
{
return
service
.
get
(
'/operations/api/v5/resource/home'
,
{
content_code
:
'
5a9b5bcfd2e13d56c9ba6b867a325dc1
'
,
content_code
:
'
797c299afc4170452cf7b2048806b6b8
'
,
gender
:
1
,
limit
:
1000
,
page
:
1
,
debug
:
'XYZ'
page
:
1
}).
then
(
result
=>
{
let
resu
=
{
...
...
Please
register
or
login
to post a comment