mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 00:46:27 +02:00
Update smsAPI.php
Code display adjustment.
This commit is contained in:
parent
0818bb36fb
commit
38d73af572
1 changed files with 5 additions and 5 deletions
|
@ -184,8 +184,8 @@
|
|||
|
||||
echo json_encode(array(
|
||||
'error' => self::API_ERROR_NO,
|
||||
'page' => $page,
|
||||
'limit' => $limit,
|
||||
'page' => $page,
|
||||
'limit' => $limit,
|
||||
'total' => $nbTotal,
|
||||
'receiveds' => $receiveds,
|
||||
));
|
||||
|
@ -219,10 +219,10 @@
|
|||
|
||||
echo json_encode(array(
|
||||
'error' => self::API_ERROR_NO,
|
||||
'page' => $page,
|
||||
'limit' => $limit,
|
||||
'page' => $page,
|
||||
'limit' => $limit,
|
||||
'total' => $nbTotal,
|
||||
'sendeds' => $sendeds,
|
||||
'sendeds' => $sendeds,
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue