request->isAjax) { if (\Yii::$app->request->isPost) { } if (\Yii::$app->request->isGet) { $regions = WechatVideoShopRegion::lists([ 'where' => [ ['local_id' => 0], ['<', 'level', 4], ], 'order' => 'id asc' ]); // 本地地区 return $this->success('获取成功', [ 'list' => $regions, 'local_list' => [] ]); } } return $this->render('diff'); } }