|
@@ -95,7 +95,7 @@ class BaseClient
|
|
|
if ($endpoint == 'papay/entrustweb'){
|
|
if ($endpoint == 'papay/entrustweb'){
|
|
|
@file_put_contents("quanju3.txt", json_encode($params) . "-参数解析2\r\n", 8);
|
|
@file_put_contents("quanju3.txt", json_encode($params) . "-参数解析2\r\n", 8);
|
|
|
}
|
|
}
|
|
|
- @file_put_contents("quanju.txt", json_encode($params) . "-参数解析2\r\n", 8);
|
|
|
|
|
|
|
+// @file_put_contents("quanju.txt", json_encode($params) . "-参数解析2\r\n", 8);
|
|
|
return $returnResponse ? $response : $this->castResponseToType($response, $this->app->config->get('response_type'));
|
|
return $returnResponse ? $response : $this->castResponseToType($response, $this->app->config->get('response_type'));
|
|
|
}
|
|
}
|
|
|
|
|
|