更新ios蓝牙扫描

This commit is contained in:
wyf
2025-08-20 16:53:57 +08:00
parent 7c2d169ab3
commit f288d2383d
7 changed files with 254 additions and 32 deletions

View File

@@ -112,7 +112,8 @@ class MHTRegisterController extends GetControllerEx<RegisterModel> {
"type": 1,
"userName": model.register_phone!,
"password": model.register_pd!,
"verify": model.register_code!
"verify": model.register_code!,
"khCode": "mht",
};
await requestWithLog(
logTitle: "用户注册".tr,