From 66c82a8cc3c870d3300bfb648824de7cab764a8e Mon Sep 17 00:00:00 2001 From: colly_wyx <wangyixiong_007@163.com> Date: Mon, 09 Apr 2018 10:29:37 +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