name is changed

This commit is contained in:
병준 박 2022-08-06 03:56:24 +00:00
parent 823609d7e3
commit 99bf1ad793
2 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,8 @@
}, },
// VS Code don't watch files under ./target // VS Code don't watch files under ./target
"files.watcherExclude": { "files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/target/**": true "**/target/**": true
}, },
"rust-analyzer.checkOnSave.command": "clippy", "rust-analyzer.checkOnSave.command": "clippy",

View File

@ -37,7 +37,7 @@ message CaptchaRequest {
message CaptchaResponse { message CaptchaResponse {
message Result { message Result {
string token = 1; string security_code_hash = 1;
string image = 2; string image = 2;
} }
optional bet.protobuf.rpc.Error error = 1; optional bet.protobuf.rpc.Error error = 1;