修改分享设备信息
This commit is contained in:
@@ -80,6 +80,7 @@ class BlueteethBindController extends GetControllerEx<BlueteethBindModel> {
|
||||
RxMap selectWifi = {}.obs; //正在连接wifi信息
|
||||
|
||||
int returnPage = 0; //0返回首页 1.返回设备列表
|
||||
var shareDevice;//分享设备信息
|
||||
|
||||
// 安全展示 TopSlideNotification
|
||||
void safeShowNotification(String msg) {
|
||||
@@ -257,7 +258,7 @@ class BlueteethBindController extends GetControllerEx<BlueteethBindModel> {
|
||||
// return ApiResponse(code: -1, msg: "未知错误".tr);
|
||||
// }
|
||||
|
||||
Future<ApiResponse> updateDeviceStatus() async {
|
||||
Future<ApiResponse> updateDeviceStatus() async {
|
||||
try {
|
||||
String serviceAddress = ServiceConstant.service_address;
|
||||
String serviceName = ServiceConstant.server_service;
|
||||
|
||||
Reference in New Issue
Block a user