zainali5120
2020-10-01 16d7f301fc9a61fe84064f15f5f1ae28f1cb44ea
src/main/java/com/xcong/excoin/modules/Sms106Send.java
@@ -44,9 +44,7 @@
        String content = StrUtil.format(msg, time, orderNo);
        return request(phone, content, "提现");
    }
    public static boolean
    sendWithdrawalCoinMsg(String phone, String time) {
    public static boolean sendWithdrawalCoinMsg(String phone, String time) {
       String msg = "尊敬的用户,您的帐号于{}有一笔成功提现订单,如有疑问请联系客服。";
       String content = StrUtil.format(msg, time);
       return request(phone, content, "提币");