Skip to content

Commit d017c6a

Browse files
committed
update dto
1 parent ab8c9af commit d017c6a

File tree

2 files changed

+63
-367
lines changed

2 files changed

+63
-367
lines changed

dto_proto/http_dto.proto

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ message ListBotResp{
4545
repeated Bot bot_list = 1;
4646
}
4747

48-
// 机器人登陆 /bot/login/v1/
49-
message BotLoginAsyncReq{
50-
int64 bot_id = 1;
51-
}
52-
message BotLoginAsyncResp{
53-
}
48+
//// 机器人登陆 /bot/login/v1/
49+
//message BotLoginAsyncReq{
50+
// int64 bot_id = 1;
51+
//}
52+
//message BotLoginAsyncResp{
53+
//}
5454

5555
// 处理验证码 /captcha/solve/v1/
5656
message SolveCaptchaReq{
@@ -90,7 +90,7 @@ service HttpService{
9090
rpc CreateBot(CreateBotReq)returns (CreateBotResp);
9191
rpc DeleteBot(DeleteBotReq)returns (DeleteBotResp);
9292
rpc ListBot(ListBotReq)returns (ListBotResp);
93-
rpc BotLoginAsync(BotLoginAsyncReq)returns (BotLoginAsyncResp);
93+
// rpc BotLoginAsync(BotLoginAsyncReq)returns (BotLoginAsyncResp);
9494
rpc SolveCaptcha(SolveCaptchaReq)returns (SolveCaptchaResp);
9595
rpc FetchQRCode(FetchQRCodeReq)returns (QRCodeLoginResp);
9696
rpc QueryQRCodeStatus(QueryQRCodeStatusReq)returns (QRCodeLoginResp);

0 commit comments

Comments
 (0)