|
|
@@ -235,11 +235,7 @@ public class LogoutEtcStep3Activity extends AppActivity { |
|
|
|
} |
|
|
|
|
|
|
|
Map<String, String> params = new HashMap<>(); |
|
|
|
if (AppConfig.isMockDataEnabled()) { |
|
|
|
params.put("mobile", "13161414015"); |
|
|
|
} else { |
|
|
|
params.put("mobile", curBizContent.getCustomerTel()); |
|
|
|
} |
|
|
|
params.put("mobile", curBizContent.getCustomerTel()); |
|
|
|
params.put("businessType", "5"); |
|
|
|
params.put("code", FunHelper.getText(binding.etCode)); |
|
|
|
MyRetrofit.newInstanceGZ(this,IFCode.IFCODE967, params, new MyRetrofit.ReturnResult() { |
|
|
@@ -290,11 +286,7 @@ public class LogoutEtcStep3Activity extends AppActivity { |
|
|
|
Log.i(this.getClass().getSimpleName(), "curBizContent.getCustomerTel():" + curBizContent.getCustomerTel()); |
|
|
|
Log.i(this.getClass().getSimpleName(), "curBizContent:" + JSONObject.toJSONString(curBizContent)); |
|
|
|
Map<String, String> params = new HashMap<>(); |
|
|
|
if (AppConfig.isMockDataEnabled()) { |
|
|
|
params.put("mobile", "13161414015"); |
|
|
|
} else { |
|
|
|
params.put("mobile", curBizContent.getCustomerTel()); |
|
|
|
} |
|
|
|
params.put("mobile", curBizContent.getCustomerTel()); |
|
|
|
params.put("businessType","5"); |
|
|
|
MyRetrofit.newInstanceGZ(this,IFCode.IFCODE2, params, new MyRetrofit.ReturnResult() { |
|
|
|
@Override |