似乎在初始配置 POST 请求之后我无法更改任何属性(webhook 和功能),改变这些的方法是什么?这是一个临时错误吗?:)
{
"webhook": "http://example.com/api/kik",
"features": {}
}
我得到了什么
{
"webhook": "http://example.com/incoming",
"features": {
"receiveReadReceipts": false,
"receiveIsTyping": false,
"manuallySendReadReceipts": false,
"receiveDeliveryReceipts": false
}
}