Skip to content

Commit

Permalink
Fix: Qiniu thumb error
Browse files Browse the repository at this point in the history
  • Loading branch information
HFO4 committed Mar 16, 2019
1 parent d854913 commit ebb95b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/index/model/CallbackHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public function qiniuHandler($header){
$this->setError("空间容量不足",true);
}
$picInfo = $jsonData["picinfo"];
$picInfo = $picInfo==="null,null"?"":$picInfo;
$addAction = FileManage::addFile($jsonData,$this->policyData,$CallbackSqlData["uid"],$picInfo);
if(!$addAction[0]){
$this->setError($addAction[1],true);
Expand Down

0 comments on commit ebb95b3

Please sign in to comment.