Commit cb8e31d6 authored by shajiaiming's avatar shajiaiming

fxi

parent 075d786e
......@@ -135,7 +135,7 @@ class FlashController extends BaseController
if (Yii::$app->request->isPost) {
$platform_id = Yii::$app->request->post('platform_id', 0);
if (platform_id != Yii::$app->request->getPlatformId()) {
if ($platform_id != Yii::$app->request->getPlatformId()) {
$msg = '暂无权限';
$code = -1;
goto doEnd;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment