Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bea…
…n/device/WxMaCreateIotGroupIdRequest.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
binarywang and Copilot authored Dec 23, 2025
commit 0876ee8ceb2f56de6db982f515100baec0bc99fa
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class WxMaCreateIotGroupIdRequest implements Serializable {
@SerializedName("model_id")
private String modelId;
/**
* 设备组的名称(创建时时决定,无法修改)
* 设备组的名称(创建时决定,无法修改)
*/
@SerializedName("group_name")
private String groupName;
Expand Down