opt: reply2reply

This commit is contained in:
bggRGjQaUbCoE
2024-10-12 09:38:25 +08:00
parent 60e80ba160
commit 6e7e815710
6 changed files with 201 additions and 179 deletions

View File

@@ -102,7 +102,6 @@ class GrpcRepo {
try {
return await request();
} catch (e) {
print('111111111111111111111111111111111111111 $e');
return {'status': false, 'msg': e.toString()};
}
}