Skip to content

Commit

Permalink
fix: 🐛 response path
Browse files Browse the repository at this point in the history
  • Loading branch information
hcfw007 committed Dec 6, 2023
1 parent 8547256 commit 62e7c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/wechaty/puppet.proto
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ service Puppet {
* Wecom
*/

rpc GetContactExternalUserId (puppet.GetContactExternalUserIdRequest) returns (GetContactExternalUserIdResponse) {
rpc GetContactExternalUserId (puppet.GetContactExternalUserIdRequest) returns (puppet.GetContactExternalUserIdResponse) {
option (google.api.http) = {
post: "/contact/externalUserId"
body: "*"
Expand Down

0 comments on commit 62e7c63

Please sign in to comment.