File tree Expand file tree Collapse file tree 2 files changed +63
-367
lines changed
Expand file tree Collapse file tree 2 files changed +63
-367
lines changed Original file line number Diff line number Diff 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/
5656message 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 );
You can’t perform that action at this time.
0 commit comments