Skip to content

Commit 637afc9

Browse files
committed
fix: replace the "body" with "*" from CreateRecruitChatGroup
1 parent 2c3bb1f commit 637afc9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

consultingapis/dingtalk/v1/dingtalk.proto

+2-6
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ service DingTalkService {
5353
rpc CreateRecruitChatGroup(CreateRecruitChatGroupRequest) returns (CreateRecruitChatGroupResponse) {
5454
option (google.api.http) = {
5555
post: "/dingtalk/chat/v1/recruit/create"
56-
body: "body"
56+
body: "*"
5757
};
5858
}
5959
}
@@ -142,11 +142,7 @@ message SyncGradeChatGroupResponse {
142142

143143
message CreateRecruitChatGroupRequest{
144144
repeated string member_id = 1;
145-
Body body = 2;
146-
147-
message Body {
148-
string name = 1;
149-
}
145+
string name = 2;
150146
}
151147

152148
message CreateRecruitChatGroupResponse{

0 commit comments

Comments
 (0)