Parsing JSON in cloud functions with special characters in like ' è, ë ' etc

后端 未结 0 1555
生来不讨喜
生来不讨喜 2021-02-14 08:54

My cloud function is as follows:

  let order;
  try{
    //console.log(req.body)
    order = JSON.parse(req.body); -> line 4
  } catch (error) {
    console.lo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题