transfer
This commit is contained in:
parent
00daf1efdf
commit
7008fcf7ac
@ -622,7 +622,7 @@ class EarningController extends Controller
|
||||
];
|
||||
$token = $request->bearerToken();
|
||||
$header = [
|
||||
'APPTOKEN' => $token,
|
||||
'Authorization' => "Bearer " . $token,
|
||||
'Content-Type' => 'application/json'
|
||||
];
|
||||
$options = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user