opt: type & grpc message (#842)

* opt: grpc type

* opt: grpc message

* opt: http type
This commit is contained in:
My-Responsitories
2025-05-10 12:40:27 +08:00
committed by GitHub
parent 7b4f08bb05
commit 024e74115e
21 changed files with 556 additions and 246 deletions

View File

@@ -176,8 +176,8 @@ class MainController extends GetxController {
return;
}
DynGrpc.dynRed().then((res) {
if (res['status']) {
setCount(res['data']);
if (res != null) {
setCount(res);
}
});
}