Skip to content

Commit

Permalink
Merge pull request #8 from wangjun083/master
Browse files Browse the repository at this point in the history
remove debug info
  • Loading branch information
wangjun083 committed Aug 26, 2016
2 parents d031435 + ce740b8 commit 3e2f214
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 3e2f214

Please sign in to comment.