Skip to content

Commit

Permalink
fix(consultingapis): remove unnecessary Body struct from CreateGradeC…
Browse files Browse the repository at this point in the history
…hatGroupRequest
  • Loading branch information
jaketmoon committed Sep 20, 2024
1 parent 9c806b3 commit 174a9d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions consultingapis/dingtalk/v1/dingtalk.proto
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ message SyncClassChatGroupResponse {
message CreateGradeChatGroupRequest {
string unitId = 1; // 学院ID
string grade = 2; // 年级
Body body = 3;

message Body {
string name = 1;
}
}

message CreateGradeChatGroupResponse {
Expand Down

0 comments on commit 174a9d4

Please sign in to comment.