更新验证码选择区号
This commit is contained in:
@@ -10,6 +10,7 @@ import 'package:vbvs_app/common/util/DailyLogUtils.dart';
|
||||
import 'package:vbvs_app/common/util/MyUtils.dart';
|
||||
import 'package:vbvs_app/common/util/requestWithLog.dart';
|
||||
import 'package:vbvs_app/component/tool/TopSlideNotification.dart';
|
||||
import 'package:vbvs_app/controller/user_info_controller.dart';
|
||||
import 'package:vbvs_app/model/api_response.dart';
|
||||
import 'package:vbvs_app/model/user_data.dart';
|
||||
|
||||
@@ -112,9 +113,11 @@ class AuthBindTelController extends GetControllerEx<AuthBindTelModel> {
|
||||
String serviceName = ServiceConstant.server_service;
|
||||
String serviceApi = ServiceConstant.send_code;
|
||||
String queryUrl = "${serviceAddress}${serviceName}${serviceApi}";
|
||||
UserInfoController userInfoController = Get.find();
|
||||
var data = {
|
||||
"userName": model.phone!,
|
||||
'type': 5,
|
||||
"ccode":userInfoController.select_country_code.value,
|
||||
};
|
||||
if (img != null) {
|
||||
if (img!['code'] != null) {
|
||||
|
||||
Reference in New Issue
Block a user