Commit c327f456 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/explore' into develop

parents 7b4d328d 4959b00e
...@@ -68,6 +68,7 @@ class ExploreController extends BaseController ...@@ -68,6 +68,7 @@ class ExploreController extends BaseController
$val->apps = $val->applications; $val->apps = $val->applications;
unset($val->id); unset($val->id);
unset($val->sort); unset($val->sort);
unset($val->style);
unset($val->limit); unset($val->limit);
unset($val->platform_id); unset($val->platform_id);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment