RNExample
RNExample copied to clipboard
HttpUtil最后请求header写错了
HttpUtil.js的113行header少了后缀s
fetch(url, {
method: method,
headers: header,
body: body
}).then(response => {