Skip to content

Commit

Permalink
remote debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjun083 committed Aug 26, 2016
1 parent a2df1c5 commit ce740b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RongCloud/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ public function messagePrivatePublish($fromUserId,$toUserId, $objectName, $conte
$params['pushData'] = $pushData;
if (!empty($count))
$params['count'] = $count;
print_r($params);
$ret = $this->curl('/message/private/publish', $params);
if(empty($ret))
throw new Exception('请求失败');
Expand Down

0 comments on commit ce740b8

Please sign in to comment.