HttpRunnerManager icon indicating copy to clipboard operation
HttpRunnerManager copied to clipboard

post请求,json值有中文,使用了json里的内容签名,失败

Open lijuelijue opened this issue 7 years ago • 0 comments

post请求,json值有中文,使用了json里的内容签名,失败。

json:{ "username": "我", "openId": "123456789012345678910004", "orderId": "201810311510431100" }

而返回的body是

body | b'{"username": "\u6211", "openId": "123456789012345678910004", "orderId": "201810311510431100"}' 应该是提交申请的时候,没有转换编码,导致我的签名失败。

签名规则使用了body签名。找了很久,不知道是不是unittest的问题。

lijuelijue avatar Dec 06 '18 06:12 lijuelijue