百度统计API,需要发送 raw数据
c***@qq.com
- 发布:2021-02-01 11:15
- 更新:2022-11-30 23:08
- 阅读:1504
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);
}
});