seven před 2 měsíci
rodič
revize
0267f869b3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);
         $client = self::getClient();
-        $response = $client->post('api/pay', [
+        $response = $client->post('api/v1/pay/unifiedOrder', [
             'json' => $data,
             'headers' => [
                 'Content-Type' => 'application/json',