Add rider_id to RAPI login return data #299
This commit is contained in:
parent
67a7b86f32
commit
d2286f21ff
1 changed files with 2 additions and 1 deletions
|
|
@ -280,7 +280,8 @@ class RAPIController extends Controller
|
|||
|
||||
// data
|
||||
$data = [
|
||||
'hub' => $hub_data
|
||||
'hub' => $hub_data,
|
||||
'rider_id' => $rider_id,
|
||||
];
|
||||
|
||||
$res->setData($data);
|
||||
|
|
|
|||
Loading…
Reference in a new issue