陈奇
2018-11-15 47f5d71a81a528aff225805d28bf181ce4d6f55d
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() {