|
@@ -28,7 +28,7 @@ class Index extends Api
|
|
|
* @header
|
|
|
*/
|
|
|
public function index(){
|
|
|
- $this->check_login();
|
|
|
+// $this->check_login();
|
|
|
|
|
|
$us = User::movie();
|
|
|
if ($us['code']){
|
|
@@ -50,7 +50,7 @@ class Index extends Api
|
|
|
* @param name:other type:int require:0 desc:其他
|
|
|
*/
|
|
|
public function shop(){
|
|
|
- $this->check_login();
|
|
|
+ // $this->check_login();
|
|
|
$area = input('area');
|
|
|
$service = input('service');
|
|
|
$other = input('other');
|
|
@@ -72,7 +72,7 @@ class Index extends Api
|
|
|
* @header
|
|
|
*/
|
|
|
public function search(){
|
|
|
- $this->check_login();
|
|
|
+ // $this->check_login();
|
|
|
$us = User::search();
|
|
|
if ($us['code']){
|
|
|
$this->success($us['msg'],$us['data']);
|