@@ -2,6 +2,10 @@
use Dever;
class Request
{
+ private $field;
+ private $platform_id;
+ private $type;
+ private $type_id;
public function init($field, $platform_id, $type, $type_id)
$this->field = $field;
@@ -2,6 +2,13 @@
class Response
+ private $body;
+ private $header;
+ private $config;
+
public function init($body, $header, $field, $config, $type, $type_id)
$this->body = $body;
@@ -2,6 +2,8 @@
class Sign
public function init($field, $config)
@@ -2,6 +2,7 @@
class Ssl
public function init($field)
class Value