diff --git a/application/index/model/ShareHandler.php b/application/index/model/ShareHandler.php index ebbd27cd..d3ddaf3a 100644 --- a/application/index/model/ShareHandler.php +++ b/application/index/model/ShareHandler.php @@ -21,6 +21,7 @@ class ShareHandler extends Model{ $this->shareData = Db::name('shares')->where('share_key',$key)->find(); if(empty($this->shareData)){ $this->querryStatus = false; + die($key); }else{ if($notExist){ if($this->shareData["source_type"] == "file"){ diff --git a/application/route.php b/application/route.php index 7047b646..183ce4c9 100644 --- a/application/route.php +++ b/application/route.php @@ -15,7 +15,7 @@ Route::rule([ 's/:key'=>'index/Share/index', 'Share/Download/:key'=>'index/Share/Download', 'Share/Preview/:key'=>'index/Share/Preview', - 'Share/List/:key'=>'index/Share/List', + 'Share/ListFile/:key'=>'index/Share/ListFile', 'Login'=>'index/Member/LoginForm', 'Member/emailActivate/:key'=>'index/Member/emailActivate', 'Member/resetPwd/:key'=>'index/Member/resetPwd', diff --git a/public/thumb/20180206/1/1_JGpNWhyf_code.png_thumb b/public/thumb/20180206/1/1_JGpNWhyf_code.png_thumb new file mode 100644 index 00000000..9419edaf Binary files /dev/null and b/public/thumb/20180206/1/1_JGpNWhyf_code.png_thumb differ diff --git a/public/thumb/20180206/1/1_LEfNFUWn_TIM截图20180204124101.png_thumb b/public/thumb/20180206/1/1_LEfNFUWn_TIM截图20180204124101.png_thumb new file mode 100644 index 00000000..effde248 Binary files /dev/null and b/public/thumb/20180206/1/1_LEfNFUWn_TIM截图20180204124101.png_thumb differ diff --git a/public/thumb/20180206/1/1_gIoawUEp_tumblr_ofenf75W5a1s3ld76o2_1280.png_thumb b/public/thumb/20180206/1/1_gIoawUEp_tumblr_ofenf75W5a1s3ld76o2_1280.png_thumb new file mode 100644 index 00000000..29e7fc44 Binary files /dev/null and b/public/thumb/20180206/1/1_gIoawUEp_tumblr_ofenf75W5a1s3ld76o2_1280.png_thumb differ