微信文档
https://developers.weixin.qq.com/miniprogram/dev/api/network/request/wx.request.html
Is an entity body allowed for an HTTP DELETE request?
https://stackoverflow.com/questions/299628/is-an-entity-body-allowed-for-an-http-delete-request
在发送 delete 请求时,对于 request 中包含有 entity-body 的情况,会被一些后端框架忽略,导致无法获取到查询参数。
目前暂时的解决办法是手工拼接 URI。
https://developers.weixin.qq.com/miniprogram/dev/api/network/request/wx.request.html
Is an entity body allowed for an HTTP DELETE request?
https://stackoverflow.com/questions/299628/is-an-entity-body-allowed-for-an-http-delete-request
在发送 delete 请求时,对于 request 中包含有 entity-body 的情况,会被一些后端框架忽略,导致无法获取到查询参数。
目前暂时的解决办法是手工拼接 URI。