1. 程式人生 > >關於apicloud開發注意事項

關於apicloud開發注意事項

1、apicloud   api地址http://www.apicloud.com需要用到的模組  技術

     mcm  極光推送  db   restapi

2、apicloud是用json格式進行的需要在Java端加上如下jar包

                                      

3、apicloud在使用restapi的時候需要引入jQuery  jQuerysha  js檔案

                                    

 <script type="text/javascript" src="script/jquery-1.9.1.min.js"></script>
 <script type="text/ecmascript" src="script/jquery.sha1.js"></script>