Completed
Pull Request — master (#107)
by
unknown
02:32
created
src/phpsms/agents/QcloudAgent.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -42,6 +42,9 @@
 block discarded – undo
42 42
         $this->request('https://yun.tim.qq.com/v5/tlssmssvr/sendVoice', $params);
43 43
     }
44 44
 
45
+    /**
46
+     * @param string $sendUrl
47
+     */
45 48
     protected function request($sendUrl, array $params)
46 49
     {
47 50
         $params = $this->createParams($params);
Please login to merge, or discard this patch.