This commit is contained in:
Hankin 2026-04-23 17:25:07 +08:00
parent 00daf1efdf
commit 7008fcf7ac

View File

@ -622,7 +622,7 @@ class EarningController extends Controller
];
$token = $request->bearerToken();
$header = [
'APPTOKEN' => $token,
'Authorization' => "Bearer " . $token,
'Content-Type' => 'application/json'
];
$options = [