seven 2 months ago
parent
commit
0267f869b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/Payment/SanJinService.php

+ 1 - 1
app/Services/Payment/SanJinService.php

@@ -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',