更新设备名称时候的为空的bug
This commit is contained in:
@@ -199,7 +199,11 @@ class MHTLoginController extends GetControllerEx<LoginModel> {
|
||||
String serviceName = ServiceConstant.server_service;
|
||||
String serviceApi = ServiceConstant.send_code;
|
||||
String queryUrl = "${serviceAddress}${serviceName}${serviceApi}";
|
||||
var data = {"userName": model.phone, "type": 1};
|
||||
var data = {
|
||||
"userName": model.phone,
|
||||
"type": 1,
|
||||
};
|
||||
data['code'] = "mht";
|
||||
await requestWithLog(
|
||||
data: data,
|
||||
logTitle: "发送验证码",
|
||||
|
||||
Reference in New Issue
Block a user