Skip to content

Commit

Permalink
Merge pull request #347 from qiniu/hbw
Browse files Browse the repository at this point in the history
delete test code
  • Loading branch information
timhbw authored Sep 24, 2020
2 parents cc43ceb + 3ef8129 commit 083420f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Qiniu/Sms/Sms.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ private function post($url, $body, $contentType = 'application/json')

$headers['Content-Type'] = $contentType;
$ret = Client::post($url, $body, $headers);
var_dump($body);
if (!$ret->ok()) {
return array(null, new Error($url, $ret));
}
Expand Down

0 comments on commit 083420f

Please sign in to comment.