feat:领锁 接口改成 v2
This commit is contained in:
parent
a633205287
commit
1681c86769
@ -285,6 +285,9 @@ class NearbyLockLogic extends BaseGetXController {
|
||||
index = index + 20;
|
||||
AppLog.log('mac地址 macAddressStr:$macAddressStr');
|
||||
|
||||
//时区偏移
|
||||
state.lockInfo['timezoneOffset'] = DateTime.now().timeZoneOffset.inSeconds;
|
||||
|
||||
// 锁特征值字符串长度
|
||||
final int featureValueLength = reply.data[index];
|
||||
index = index + 1;
|
||||
|
||||
@ -23,7 +23,7 @@ abstract class Api {
|
||||
final String getLockNetTokenURL = '/lock/getLockNetToken'; //获取手机联网token
|
||||
final String updateLockUserNoURL = '/key/updateLockUserNo'; //更新锁用户NO
|
||||
|
||||
final String bindingBlueAdminURL = '/lock/bindAdmin'; //绑定蓝牙管理员
|
||||
final String bindingBlueAdminURL = '/v2/lock/bindAdmin'; //绑定蓝牙管理员
|
||||
final String modifyKeyNameURL = '/key/modifyKeyName'; //修改锁名称
|
||||
final String updateLockNameURL = '/lock/updateLockName'; //修改锁名(新)
|
||||
final String modifyKeyNameForAdminURL =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user