Authored by TaoHuang

Merge remote-tracking branch 'origin/develop' into develop

... ... @@ -72,6 +72,7 @@ module.exports = {
'/api/ufo/mine/resource': {
ufo: true,
api: 'ufo.resource.get',
cache: true,
params: {
content_code: { type: String }},
},
... ... @@ -93,6 +94,7 @@ module.exports = {
content_code: { type: String },
},
auth: true,
cache: true
},
'/api/ufo/home/newsList': {
ufo: true,
... ...