文件位置:@fecshop\app\appserver\modules\Customer\controllers\LoginController.php
该文件里的actionAccount方法下的
Yii::$app->request->post('password')
和
Yii::$app->request->post('email')
无法获取我fetch提交的post数据
我的请求头信息如下图

我打印 Yii::$app->request->post() 显示为空,求大佬指导,哪错了吗?