|
@@ -98,6 +98,8 @@ class BookController extends BaseController
|
|
if(!$this->checkUid()){
|
|
if(!$this->checkUid()){
|
|
return response()->error('WAP_NOT_LOGIN');
|
|
return response()->error('WAP_NOT_LOGIN');
|
|
}
|
|
}
|
|
|
|
+ // 上传的bid bug问题
|
|
|
|
+ if(strstr($bid,',')) $bid = explode(',',$bid)[0];
|
|
|
|
|
|
if($this->uid == env('SPECIAL_USER_LOG',2)){
|
|
if($this->uid == env('SPECIAL_USER_LOG',2)){
|
|
myLog('special')->info('BookController::index bid is'.$bid);
|
|
myLog('special')->info('BookController::index bid is'.$bid);
|