解绑设备
This commit is contained in:
@@ -39,8 +39,8 @@ class DeviceListController extends GetControllerEx<DeviceListModel> {
|
||||
getDeviceList() async {
|
||||
try {
|
||||
String search = (model.keyword != null && model.keyword!.isNotEmpty)
|
||||
? "?key=${model.keyword}"
|
||||
: "";
|
||||
? "?key=${model.keyword}&ncs=1"
|
||||
: "?ncs=1";
|
||||
ApiResponse apiResponse = ApiResponse(code: -1, msg: "设备.设备列表请求失败".tr);
|
||||
String serviceAddress = ServiceConstant.service_address;
|
||||
String serviceName = ServiceConstant.server_service;
|
||||
|
||||
Reference in New Issue
Block a user