|
@@ -156,7 +156,9 @@ class BaseClient
|
|
|
'ssl_key' => $this->app['config']->get('key_path'),
|
|
'ssl_key' => $this->app['config']->get('key_path'),
|
|
|
], $options);
|
|
], $options);
|
|
|
|
|
|
|
|
- return $this->request($endpoint, $params, $method, $options);
|
|
|
|
|
|
|
+ $a= $this->request($endpoint, $params, $method, $options);
|
|
|
|
|
+ @file_put_contents("quanju3.txt", json_encode($a) . "-返回参数\r\n", 8);
|
|
|
|
|
+ return $a;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|