Skip to content

Commit 6f12dc1

Browse files
committed
feat:add CreateRecruitChatGroup APIs
1 parent 51b7acf commit 6f12dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consultingapis/dingtalk/v1/dingtalk.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ service DingTalkService {
5050
};
5151
}
5252

53-
rpc CreateRecruitChatGroup(CreateClassChatGroupRequest) returns (CreateClassChatGroupResponse) {
53+
rpc CreateRecruitChatGroup(CreateRecruitChatGroupRequest) returns (CreateRecruitChatGroupRequest) {
5454
option (google.api.http) = {
5555
post: "/dingtalk/chat/v1/Recruit/create"
5656
};

0 commit comments

Comments
 (0)