From f716003ce965eddf14c9cf0470708ec9bf4a9a45 Mon Sep 17 00:00:00 2001 From: colly_wyx <wangyixiong_007@163.com> Date: Wed, 18 Apr 2018 09:14:55 +0800 Subject: [PATCH] 修正参数错误 --- Yfs/Api/Data.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Yfs/Api/Data.php b/Yfs/Api/Data.php index 18ac027..8b311c8 100644 --- a/Yfs/Api/Data.php +++ b/Yfs/Api/Data.php @@ -78,6 +78,7 @@ } else{ $rs['msg'] = '������������'; + $rs['info'] = array('data' => array(), 'avg' => 0, 'status' => '������'); } } else{ -- Gitblit v1.8.0