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