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