We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c9be1f + ac488a5 commit d05ec96Copy full SHA for d05ec96
1 file changed
API/ServerAPI.php
@@ -98,7 +98,6 @@ public function messagePrivatePublish($fromUserId,$toUserId, $objectName, $conte
98
$params['pushData'] = $pushData;
99
if (!empty($count))
100
$params['count'] = $count;
101
- print_r($params);
102
$ret = $this->curl('/message/private/publish', $params);
103
if(empty($ret))
104
throw new Exception('请求失败');
0 commit comments