這里會顯示出您選擇的修訂版和當前版本之間的差別。
后一修訂版 | 前一修訂版 | ||
toaster:sample-code-of-web-interface-of-pns [2015/03/18 15:58] cobub 創建 |
toaster:sample-code-of-web-interface-of-pns [2017/07/14 11:18] (當前版本) |
||
---|---|---|---|
行 1: | 行 1: | ||
+ | ~~Title:Cobub Toaster WEB接口調用樣例代碼 - 開源移動應用運營平臺 - 移動統計、移動推送解決方案 - Cobub 移動開發者中心~~ | ||
+ | {{description>您可以在這里找到推送服務器Web接口調用的樣例代碼}} | ||
+ | {{keywords>Cobub Toaster,開源移動應用分析,移動分析,移動應用分析,樣例代碼}} | ||
====== 推送服務器WEB接口調用樣例代碼 ====== | ====== 推送服務器WEB接口調用樣例代碼 ====== | ||
行 8: | 行 11: | ||
您可以在[[https://github.com/cobub/|github of Cobub]]找到更多相關代碼。 | 您可以在[[https://github.com/cobub/|github of Cobub]]找到更多相關代碼。 | ||
**PHP樣例** | **PHP樣例** | ||
- | <code> | + | <code php> |
if(isset($_POST["serverurl"]) && isset($_POST["data"]) | if(isset($_POST["serverurl"]) && isset($_POST["data"]) |