cordova数据请求

来源:互联网 发布:批量发送工资条软件 编辑:程序博客网 时间:2024/06/05 23:42

 function post(){

            /**

             *  post 请求方法 get同理

             */

            CordovaHttpPlugin.post("https://api.weixin.qq.com/cgi-bin/menu/create?access_token=ACCESS_TOKEN",{传参},{Authorization:"OAuth2: token" },success,failure);

        }

        function success(result){

           //  回调

            console.log(6666666+JSON.stringify(result));

        }

       

       function failure(error){

           console.log(error)

       }

        


0 0
原创粉丝点击