@@ -97,6 +97,7 @@ public class CheckRunningWaterStep2Activity extends AppActivity { | |||
private void sendCode() { | |||
showDialog("发送中..."); | |||
Map<String, String> params = new HashMap<>(); | |||
params.put("businessType", "5"); | |||
params.put("mobile", curBizContent.tel); | |||
MyRetrofit.newInstanceGZ(this,IFCode.IFCODE2, params, new MyRetrofit.ReturnResult() { | |||
@Override |