File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
consultingapis/dingtalk/v1 Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,10 @@ service DingTalkService {
5050 };
5151 }
5252
53- rpc CreateRecruitChatGroup (CreateRecruitChatGroupRequest ) returns (CreateRecruitChatGroupRequest ) {
53+ rpc CreateRecruitChatGroup (CreateRecruitChatGroupRequest ) returns (CreateRecruitChatGroupResponse ) {
5454 option (google.api.http ) = {
55- post : "/dingtalk/chat/v1/Recruit/create"
55+ post : "/dingtalk/chat/v1/recruit/create"
56+ body : "body"
5657 };
5758 }
5859}
@@ -141,6 +142,11 @@ message SyncGradeChatGroupResponse {
141142
142143message CreateRecruitChatGroupRequest {
143144 repeated string member_id = 1 ;
145+ Body body = 2 ;
146+
147+ message Body {
148+ string name = 1 ;
149+ }
144150}
145151
146152message CreateRecruitChatGroupResponse {
You can’t perform that action at this time.
0 commit comments