Skip to content

Commit 3e2f214

Browse files
authored
Merge pull request #8 from wangjun083/master
remove debug info
2 parents d031435 + ce740b8 commit 3e2f214

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/RongCloud/Api.php

-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public function messagePrivatePublish($fromUserId,$toUserId, $objectName, $conte
9696
$params['pushData'] = $pushData;
9797
if (!empty($count))
9898
$params['count'] = $count;
99-
print_r($params);
10099
$ret = $this->curl('/message/private/publish', $params);
101100
if(empty($ret))
102101
throw new Exception('请求失败');

0 commit comments

Comments
 (0)