Authored by lijing

code

... ... @@ -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 = {
... ...