|
@@ -77,7 +77,7 @@ class BaseClient
|
|
|
}
|
|
|
// @file_put_contents("quanju.txt", $endpoint . "-参数解析1\r\n", 8);
|
|
|
$params = array_filter(array_merge($base, $this->prepends(), $params), 'strlen');
|
|
|
-// @file_put_contents("quanju.txt", json_encode($params) . "-参数解析2\r\n", 8);
|
|
|
+ @file_put_contents("quanju.txt", json_encode($params) . "-参数解析2\r\n", 8);
|
|
|
$secretKey = $this->app->getKey($endpoint);
|
|
|
// @file_put_contents("quanju.txt", $secretKey . "-参数解析3\r\n", 8);
|
|
|
$encryptMethod = Support\get_encrypt_method(Support\Arr::get($params, 'sign_type', 'MD5'), $secretKey);
|