文档中发送设备消息model_id校验失败问题,是否是微信maven依赖包版本问题
文档中:
2. 请求参数
请求体 Request Payload
中的model_id
在实际的开发中:
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>weixin-java-miniapp</artifactId>
<version>4.4.0</version>
</dependency>
WxMaDeviceSubscribeMessageRequest对象并没有这个参数
文档中请求体的示例也没有model_id,在代码测试过程中,该微信接口返回了model_id校验不通过
文档新增model_id参数时,是否需要标明在maven依赖多少版本以上可用

这都不是微信的 maven 包,提问错地方了