name is changed
This commit is contained in:
parent
823609d7e3
commit
99bf1ad793
|
@ -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",
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user