From 10dab8618ad99c405fc8f3b50093a5aaadbc1e99 Mon Sep 17 00:00:00 2001
From: colly_wyx <wangyixiong_007@163.com>
Date: Mon, 16 Apr 2018 14:09:19 +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