@@ -53,7 +53,7 @@ |
||
| 53 | 53 | try { |
| 54 | 54 | $this->validate(); |
| 55 | 55 | $data = $this->body; |
| 56 | - $gateway = $this->config['gateway'] . $this->api; |
|
| 56 | + $gateway = $this->config['gateway'] . $this->api; |
|
| 57 | 57 | $data = json_encode($data); |
| 58 | 58 | $sign = hash('sha256', $data); |
| 59 | 59 | $method = $this->method; |
@@ -24,6 +24,6 @@ |
||
| 24 | 24 | * 必传的值 |
| 25 | 25 | * @var array |
| 26 | 26 | */ |
| 27 | - protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq','ums_reg_id']; |
|
| 27 | + protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq', 'ums_reg_id']; |
|
| 28 | 28 | |
| 29 | 29 | } |
@@ -24,6 +24,6 @@ |
||
| 24 | 24 | * 必传的值 |
| 25 | 25 | * @var array |
| 26 | 26 | */ |
| 27 | - protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq','areaCode','key']; |
|
| 27 | + protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq', 'areaCode', 'key']; |
|
| 28 | 28 | |
| 29 | 29 | } |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | try { |
| 38 | 38 | $this->validate(); |
| 39 | 39 | $data = $this->body; |
| 40 | - $gateway = $this->config['gateway'] . $this->api; |
|
| 40 | + $gateway = $this->config['gateway'] . $this->api; |
|
| 41 | 41 | $data = json_encode($data); |
| 42 | 42 | $sign = hash('sha256', $data); |
| 43 | 43 | $method = $this->method; |
@@ -43,7 +43,7 @@ |
||
| 43 | 43 | try { |
| 44 | 44 | $this->validate(); |
| 45 | 45 | $data = $this->body; |
| 46 | - $gateway = $this->config['gateway'] . $this->api; |
|
| 46 | + $gateway = $this->config['gateway'] . $this->api; |
|
| 47 | 47 | $data = json_encode($data); |
| 48 | 48 | $sign = hash('sha256', $data); |
| 49 | 49 | $method = $this->method; |
@@ -24,6 +24,6 @@ |
||
| 24 | 24 | * 必传的值 |
| 25 | 25 | * @var array |
| 26 | 26 | */ |
| 27 | - protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq','mobileNo']; |
|
| 27 | + protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq', 'mobileNo']; |
|
| 28 | 28 | |
| 29 | 29 | } |
@@ -24,6 +24,6 @@ |
||
| 24 | 24 | * 必传的值 |
| 25 | 25 | * @var array |
| 26 | 26 | */ |
| 27 | - protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq','merNo']; |
|
| 27 | + protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq', 'merNo']; |
|
| 28 | 28 | |
| 29 | 29 | } |
@@ -24,6 +24,6 @@ |
||
| 24 | 24 | * 必传的值 |
| 25 | 25 | * @var array |
| 26 | 26 | */ |
| 27 | - protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq','ums_reg_id','company_account','trans_amt']; |
|
| 27 | + protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq', 'ums_reg_id', 'company_account', 'trans_amt']; |
|
| 28 | 28 | |
| 29 | 29 | } |
@@ -24,6 +24,6 @@ |
||
| 24 | 24 | * 必传的值 |
| 25 | 25 | * @var array |
| 26 | 26 | */ |
| 27 | - protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq','merNo']; |
|
| 27 | + protected $require = ['service', 'accesser_id', 'sign_type', 'request_date', 'request_seq', 'merNo']; |
|
| 28 | 28 | |
| 29 | 29 | } |