s***@163.com
s***@163.com
  • 发布:2023-03-13 14:02
  • 更新:2024-05-28 16:46
  • 阅读:1375

请求云函数URL化,返回 uni-cloud-push-error-20001

分类:uniCloud

使用 uni.request 请求云函数URL化的地址,返回 uni-cloud-push-error-20001

2023-03-13 14:02 负责人:无 分享
已邀请:
s***@163.com

s***@163.com (作者)

知道原因了,是我参数写错了

  • zhaoyu2020

    楼主你的参数怎么写是正确的?

    2023-04-04 15:22

  • zhaoyu2020

    uni.request({  
    method: 'POST',
    url: 'https://example.com/fun',
    data: {
    cid: "dfgdfgdga333",
    title: "title" + new Date().getTime(),
    content: "content" + new Date().getTime()
    },
    success(res) {
    console.log(res);
    }
    })

    2023-04-04 15:24

k***@126.com

k***@126.com

请求使用get请求方式就行了

1***@qq.com

1***@qq.com - 于小c

我也遇到这种情况,只能过一段事件请求,但是确实传了cid的

要回复问题请先登录注册