|
@@ -84,7 +84,7 @@ class SanJinService extends BaseService
|
|
|
|
|
|
|
|
$data['sign'] = self::signature($data,$must);
|
|
$data['sign'] = self::signature($data,$must);
|
|
|
$client = self::getClient();
|
|
$client = self::getClient();
|
|
|
- $response = $client->post('api/pay', [
|
|
|
|
|
|
|
+ $response = $client->post('api/v1/pay/unifiedOrder', [
|
|
|
'json' => $data,
|
|
'json' => $data,
|
|
|
'headers' => [
|
|
'headers' => [
|
|
|
'Content-Type' => 'application/json',
|
|
'Content-Type' => 'application/json',
|