louie-kyc #1

Merged
erwin merged 27 commits from louie-kyc into main 2024-04-19 10:33:46 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 13e4cc1187 - Show all commits

View File

@ -6,7 +6,7 @@ $data = '{ "users":"' . $email . '", "password":"' . $pwd . '" }';
$curl = curl_init();
curl_setopt($curl, CURLOPT_POSTFIELDS, $data);
curl_setopt_array($curl, array(
CURLOPT_URL => 'https://testapi.obpay.online/api/auth/login',
CURLOPT_URL => 'https://testapi.obanana.io/api/auth/login',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,