@@ -57,7 +57,7 @@ class BaseController extends PublicController
$this->mainId = $mainId;
$hdId = Yii::$app->request->get('hdId', 0);
if (empty($hdId)) {
- //兼容早期代码没有写规范问题
+ //兼容早期代码只写POST方式
$hdId = Yii::$app->request->post('hdId', 0);
}
if (!empty($hdId)) {