|
@@ -17,23 +17,11 @@ class Index extends Api
|
|
|
exit;
|
|
|
}
|
|
|
|
|
|
- //好评有礼
|
|
|
- public function app_comment(){
|
|
|
- $images = input('images','');
|
|
|
- $platform = input('platform','android');
|
|
|
-
|
|
|
- $data = [
|
|
|
- 'user_id' => $this->auth->id,
|
|
|
- 'images' => $images,
|
|
|
- 'status' => 0,
|
|
|
- 'platform' => $platform,
|
|
|
- 'createtime' => time(),
|
|
|
- 'updatetime' => time(),
|
|
|
- ];
|
|
|
-
|
|
|
- Db::name('app_comment')->insertGetId($data);
|
|
|
- $this->success();
|
|
|
+ public function fujin(){
|
|
|
+ //是vip,且开启了隐身的,不能在内
|
|
|
+
|
|
|
}
|
|
|
+ public function tuijian(){}
|
|
|
|
|
|
|
|
|
/**
|