Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class FlowChargeProvince extends AbstractRequest |
||
14 | { |
||
15 | |||
16 | /** |
||
17 | * FlowCharge constructor. |
||
18 | * @param string $phoneNum 手机号 |
||
19 | * @param int $grade 充值数量 |
||
20 | * @param string $outRechargeId 唯一流水号 |
||
21 | * @param string $reason 充值原因 |
||
22 | */ |
||
23 | public function __construct($phoneNum, $grade, $outRechargeId, $reason = '') |
||
30 | ]); |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * 返回接口名 |
||
35 | * @return string |
||
36 | */ |
||
37 | public function getMethod() |
||
42 |