c***@qq.com
c***@qq.com
  • 发布:2021-02-01 11:15
  • 更新:2022-11-30 23:08
  • 阅读:1504

request请求怎么发送raw数据?

分类:uni-app

百度统计API,需要发送 raw数据

2021-02-01 11:15 负责人:无 分享
已邀请:
c***@qq.com

c***@qq.com (作者) - 咱村的希望

没人知道吗
c***@qq.com

c***@qq.com (作者) - 咱村的希望

let users = {  
                                "header": {   
                                    "username": "xxxx",  
                                    "password": "xxxx",   
                                    "token": "xxxxx",   
                                    "account_type": 1  
                                }  
                            };    
                uni.request({  
                    url: 'https://api.baidu.com/json/tongji/v1/ReportService/getSiteList',   
                    method:'POST',  
                    data: users,  
                    success: (res) => {  
                        console.log(res.data);  
                    }  
                }); 
歖

get请求怎么获取啊,我一直报错

要回复问题请先登录注册