seven 2 ماه پیش
والد
کامیت
0267f869b3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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',