seven 2 сар өмнө
parent
commit
0267f869b3

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