正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -129,6 +129,7 @@ class Index extends Api | @@ -129,6 +129,7 @@ class Index extends Api | ||
129 | 129 | ||
130 | // 处理响应结果 | 130 | // 处理响应结果 |
131 | $result = json_decode($response, true); | 131 | $result = json_decode($response, true); |
132 | + print_r($result);return; | ||
132 | if ($result['errcode'] == 0) { | 133 | if ($result['errcode'] == 0) { |
133 | echo "消息发送成功"; | 134 | echo "消息发送成功"; |
134 | } else { | 135 | } else { |
-
请 注册 或 登录 后发表评论