mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-19 16:46:22 +08:00
committed by
GitHub
parent
6009668427
commit
3c34e43827
@@ -28,7 +28,7 @@ class CreateReserveController extends GetxController {
|
||||
}
|
||||
|
||||
Future<void> queryData() async {
|
||||
var res = await DynamicsHttp.reserveInfo(sid: sid);
|
||||
var res = await DynamicsHttp.reserveInfo(sid: sid!);
|
||||
if (res.isSuccess) {
|
||||
ReserveInfoData data = res.data;
|
||||
key = Utils.generateRandomString(6);
|
||||
|
||||
Reference in New Issue
Block a user