Commit 20928230 authored by shajiaiming's avatar shajiaiming

fix bug

parent d03a592f
...@@ -28,7 +28,7 @@ class AssetController extends BaseController ...@@ -28,7 +28,7 @@ class AssetController extends BaseController
$uri = Yii::$app->request->post('uri', ''); $uri = Yii::$app->request->post('uri', '');
$method = Yii::$app->request->post('method', 'GET'); $method = Yii::$app->request->post('method', 'GET');
$params = Yii::$app->request->post('params', ''); $params = Yii::$app->request->post('params', ['page' => 1, 'size' => 10]);
$time = time(); $time = time();
$appKey = isset($node_params['appKey']) ? $node_params['appKey'] : null; $appKey = isset($node_params['appKey']) ? $node_params['appKey'] : null;
......
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