Completed
Branch master (d8cb50)
by ren
05:05
created
src/Chat/Chat.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -17,14 +17,14 @@
 block discarded – undo
17 17
     const API_SEND = 'https://qyapi.weixin.qq.com/cgi-bin/chat/send';
18 18
     const API_SET_MUTE = 'https://qyapi.weixin.qq.com/cgi-bin/chat/setmute';
19 19
 
20
-    const CHAT_TYPE_SINGLE = 'single';  // 单聊
21
-    const CHAT_TYPE_GROUP = 'group';   // 群聊
22
-
23
-    const MSG_TYPE_TEXT = 'text';   // 文本
24
-    const MSG_TYPE_VOICE = 'voice';  // 语音
25
-    const MSG_TYPE_IMAGE = 'image';  // 图片
26
-    const MSG_TYPE_FILE = 'file';   // 文件
27
-    const MSG_TYPE_LINK = 'link';   // 文件
20
+    const CHAT_TYPE_SINGLE = 'single'; // 单聊
21
+    const CHAT_TYPE_GROUP = 'group'; // 群聊
22
+
23
+    const MSG_TYPE_TEXT = 'text'; // 文本
24
+    const MSG_TYPE_VOICE = 'voice'; // 语音
25
+    const MSG_TYPE_IMAGE = 'image'; // 图片
26
+    const MSG_TYPE_FILE = 'file'; // 文件
27
+    const MSG_TYPE_LINK = 'link'; // 文件
28 28
 
29 29
     /**
30 30
      * Fetch a chat by chat id.
Please login to merge, or discard this patch.