raw_json格式的請求體該怎么寫
Body中選擇raw.選擇json格式.這個請求體應該怎么寫? 什么格式
比如這個
"active": "notCalled",
"callDuration": "",
"callEndtime": "",
"callStarttime": "",
"contactTime": "",
"phoneNumber": "18270886854",
"t": 1566459755776,
"token": "f9d2c2002aeb189ca95d38890031db9e",
2019-08-28
{
"active": "notCalled",
"callDuration": "",
"callEndtime": "",
"callStarttime": "",
"contactTime": "",
"phoneNumber": "18270886854",
"t": 1566459755776,
"token": "f9d2c2002aeb189ca95d38890031db9e"
}