User Tools

Site Tools


ricezione_sms

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ricezione_sms [2020/08/01 23:02]
127.0.0.1 external edit
ricezione_sms [2020/08/10 19:43]
Line 1: Line 1:
-====== SMS RICEVUTI ====== 
-==== Esempio API ==== 
- 
-**Download degli SMS ricevuti** 
- 
-Chiamando questo servizio si avranno in ritorno gli SMS ricevuti: 
-** 
-ESEMPIO di chiamata per ricezione SMS** 
-https://www.smskdev.it/playsms/receive.php?user=utente&passkey=password 
- 
-OUTPUT DELLA CHIAMATA IN FORMATO JSON 
-<code> 
-stdClass Object 
-( 
-    [data] => Array 
-        ( 
-            [0] => stdClass Object 
-                ( 
-                    [id] => 16 
-                    [src] => 39340900XXXX 
-                    [dst] => +39349250XXXX 
-                    [msg] => esempio sms ricevuto 
-                    [dt] => 2014-09-01 17:02:54 
-                ) 
- 
-            [1] => stdClass Object 
-                ( 
-                    [id] => 6 
-                    [src] => 39340900XXXX 
-                    [dst] => +39349250XXXX 
-                    [msg] => esempio ricevuto bis 
-                    [dt] => 2014-08-30 11:18:07 
-                ) 
- 
-        ) 
- 
-    [error_string] =>  
-    [timestamp] => 1413304611 
-) 
-</code> 
- 
-Come si può vedere nell'esempio il tracciato riporta: 
-  * [id] => 6   - ID del messaggio 
-  * [src] => 39340900XXXX  - MSISDN Mittente 
-  * [dst] => +39349250XXXX - MSISDN numero ricevente KDEV 
-  * [msg] => esempio ricevuto bis - Testo del messaggio 
-  * [dt] => 2014-08-30 11:18:07 - Data e ora 
- 
- 
  
ricezione_sms.txt · Last modified: 2023/12/29 14:29 (external edit)