@@ -33,6 +33,7 @@ class UploadController extends BaseController
if (intval($mainId) == 0) {
Yii::error('------- lose token -------');
noticeUtil::push('save-file 无token进行上传文件');
+ return;
}
$shopId = $this->shopId;
$month = date("Ym");