Skip to content

Commit d05ec96

Browse files
authored
Merge pull request #20 from wangjun083/master
remove debug info
2 parents 6c9be1f + ac488a5 commit d05ec96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

API/ServerAPI.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ public function messagePrivatePublish($fromUserId,$toUserId, $objectName, $conte
9898
$params['pushData'] = $pushData;
9999
if (!empty($count))
100100
$params['count'] = $count;
101-
print_r($params);
102101
$ret = $this->curl('/message/private/publish', $params);
103102
if(empty($ret))
104103
throw new Exception('请求失败');

0 commit comments

Comments
 (0)