Commit f4878f37 authored by shajiaiming's avatar shajiaiming

fix

parent 8bd43787
...@@ -13,9 +13,9 @@ use yii\helpers\ArrayHelper; ...@@ -13,9 +13,9 @@ use yii\helpers\ArrayHelper;
class SupportedSymbolController extends BaseController class SupportedSymbolController extends BaseController
{ {
public function actionIndex() public function actionSearch()
{ {
$platform_id = Yii::$app->request->get('platform_id', ''); $platform_id = Yii::$app->request->get('id', '');
if (empty($platform_id)) { if (empty($platform_id)) {
$msg = '参数不能为空'; $msg = '参数不能为空';
$code = -1; $code = -1;
......
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