mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-08 00:16:24 +00:00
format some variables
This commit is contained in:
parent
129e627cb0
commit
7c93f35a4a
@ -14,8 +14,8 @@
|
|||||||
$('#push').click(function () {
|
$('#push').click(function () {
|
||||||
var url = OC.generateUrl('/apps/ocsms/push');
|
var url = OC.generateUrl('/apps/ocsms/push');
|
||||||
var data = {
|
var data = {
|
||||||
sms_count: 1,
|
smsCount: 1,
|
||||||
sms_datas: [
|
smsDatas: [
|
||||||
{"read": 1, "date": 1410524385, "seen": 0, "address": "+33612121212", "body": "testSMS", "id": 10},
|
{"read": 1, "date": 1410524385, "seen": 0, "address": "+33612121212", "body": "testSMS", "id": 10},
|
||||||
{"read": 0, "date": 1400524385, "seen": 1, "address": "+33614121212", "body": "test SMS 2", "id": 14},
|
{"read": 0, "date": 1400524385, "seen": 1, "address": "+33614121212", "body": "test SMS 2", "id": 14},
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user