Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 204 Bytes

小程序的坑.md

File metadata and controls

14 lines (13 loc) · 204 Bytes

header

  • 小程序
header{
  'content-type''application/x-www-form-urlencoded'
 },
  • 正常
headers: {
  'Content-Type': 'application/x-www-form-urlencoded'
}