Completed
Push — master ( f4f92d...1798d8 )
by Vuong
02:35
created
src/Gateway.php 2 patches
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -236,7 +236,6 @@  discard block
 block discarded – undo
236 236
      * Phương thức thực thi lấy số dư tài khoản `client`.
237 237
      * Nó chính là phương thức ánh xạ của [[request()]] thực hiện lệnh [[RC_GET_BALANCE]]
238 238
      *
239
-     * @param array $data Mảng dữ liệu eSMS yêu cầu đề lấy số dư.
240 239
      * @param null $clientId Client thực thi lệnh. Nếu không thiết lập giá trị của [[getDefaultClient()]] sẽ được sử dụng.
241 240
      * @return ResponseData|DataInterface Dữ liệu phản hồi từ eSMS.
242 241
      * @throws \ReflectionException|\yii\base\InvalidConfigException
@@ -250,8 +249,8 @@  discard block
 block discarded – undo
250 249
      * Phương thức thực thi kiểm tra tổng quan trạng thái nhận tin (sms/voice call).
251 250
      * Nó chính là phương thức ánh xạ của [[request()]] thực hiện lệnh [[RC_GET_SEND_STATUS]]
252 251
      *
253
-     * @param array $data Mảng dữ liệu eSMS yêu cầu để thực hiện kiểm tra.
254 252
      * @param null $clientId Client thực thi lệnh. Nếu không thiết lập giá trị của [[getDefaultClient()]] sẽ được sử dụng.
253
+     * @param string $refId
255 254
      * @return ResponseData|DataInterface Dữ liệu phản hồi từ eSMS.
256 255
      * @throws \ReflectionException|\yii\base\InvalidConfigException
257 256
      */
@@ -266,8 +265,8 @@  discard block
 block discarded – undo
266 265
      * Phương thức thực thi kiểm tra chi tiết trạng thái đã nhận tin (sms/voice call) trên từng số điện thoại.
267 266
      * Nó chính là phương thức ánh xạ của [[request()]] thực hiện lệnh [[RC_GET_RECEIVER_STATUS]]
268 267
      *
269
-     * @param array $data Mảng dữ liệu eSMS yêu cầu để thực hiện kiểm tra.
270 268
      * @param null $clientId Client thực thi lệnh. Nếu không thiết lập giá trị của [[getDefaultClient()]] sẽ được sử dụng.
269
+     * @param string $refId
271 270
      * @return ResponseData|DataInterface Dữ liệu phản hồi từ eSMS.
272 271
      * @throws \ReflectionException|\yii\base\InvalidConfigException
273 272
      */
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,9 +9,7 @@
 block discarded – undo
9 9
 namespace yiiviet\esms;
10 10
 
11 11
 use yii\httpclient\Client as HttpClient;
12
-
13 12
 use GatewayClients\DataInterface;
14
-
15 13
 use vxm\gatewayclients\RequestData as BaseRequestData;
16 14
 use vxm\gatewayclients\BaseGateway;
17 15
 use vxm\gatewayclients\RequestEvent;
Please login to merge, or discard this patch.