在main.php 的 ‘components’ 下添加如下配置
'request' => [ 'enableCookieValidation' => true, 'parsers' => [ 'application/json' => 'yii\web\JsonParser', ], ],