Skip to content

Commit ce740b8

Browse files
committed
remote debug info
1 parent a2df1c5 commit ce740b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)