From 2ee7d19834f3d566579df33e8b86c8ee1d350238 Mon Sep 17 00:00:00 2001
From: colly_wyx <wangyixiong_007@163.com>
Date: Wed, 18 Apr 2018 11:20:05 +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