app/src/main/java/com/moral/yunfushao/activity/ForgetPasswordActivity.java
@@ -123,7 +123,7 @@ private void sendMessage(String tel, String type) { Map<String, String> params = new HashMap<>(); params.put("tel", tel); params.put("phone", tel); params.put("type", type); String url = API.REQUEST_CODE; HttpUtils.doPost(url, params, CacheMode.DEFAULT, true, new HttpCallBack() {