https://developers.weixin.qq.com/doc/ministore/minishopopencomponent/API/delivery/get_delivery_company_list.html
文档:
实际请求结果:
看上去应该是一致的, 只不过示例中是完整结构, 你在使用中肯定也是:
request(xx, xx).then(response => {
console.log(response.data.data.yourProps);
});
response.data这个对象是后端返回的数据.