songdb %!s(int64=5) %!d(string=hai) anos
pai
achega
e776f1683e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Libs/Pay/Merchants/OriginBank.php

+ 1 - 1
app/Libs/Pay/Merchants/OriginBank.php

@@ -50,7 +50,7 @@ class OriginBank
 
         dump('base_data');dump($base_data);
 
-        $response = $this->PayClient->request('POST','/mct1/payorder',['form_params'=>$base_data])->getBody()->getContents();
+        $response = $this->PayClient->request('POST','/mct1/paylist',['form_params'=>$base_data])->getBody()->getContents();
         dd(json_decode($response,1));
        // return $this->getPayInfo($response);
     }