chore: update change logs for #9703

This commit is contained in:
Shawn 2023-01-09 16:12:45 +08:00
parent 7ed1384623
commit e88529d55b
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Set the default value of the `qos` field of the HTTP API `/clients/:clientid/subscribe` to 0.
Before this fix, the `qos` field have no default value, which leads to a `function_clause` error
when querying this API.

View File

@ -0,0 +1,2 @@
将 HTTP 接口 `/clients/:clientid/subscribe``qos` 字段的默认值设置为 0。
在此修复之前,`qos` 字段没有默认值,调用订阅接口的时候将导致 `function_clause` 错误。