码迷,mamicode.com
首页 > 微信 > 详细

微信公众号获取图片素材接口

时间:2018-01-10 11:43:46      阅读:324      评论:0      收藏:0      [点我收藏+]

标签:token   style   blog   图片   参数   this   bin   color   his   

看代码

getImage(){
                this.$http.put(wechatapi+‘/token?access-token=‘+this.token).then((res)=> {

                    var postobj = {
                        ‘type‘:‘image‘,
                        ‘offset‘:this.listnum2,
                        ‘count‘:this.perpage2
                    }
                    postobj = JSON.stringify(postobj)
                    this.$http.post(‘/cgi-bin/material/batchget_material?access_token=‘+res.body,postobj,{emulateJSON: true}).then((res)=>{
                        console.log(res,6666)
                        this.data2 = res.body.item;
                        this.listTotal2 = res.body[‘total_count‘];
                        this.page2 =  Math.ceil((res.body[‘total_count‘])/(this.perpage2));
                    }).catch((res)=>{})
                }).catch((error)=> {})
                
 },

分页需要根据自定义页数perpage2去请求,offset参数就是请求到哪一个位置,count是页数

微信公众号获取图片素材接口

标签:token   style   blog   图片   参数   this   bin   color   his   

原文地址:https://www.cnblogs.com/xiaoluoli/p/8256998.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!