xiaoyong931011
2020-07-16 a3d192d43e4090011d941e412a5bb44d59a6a049
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, "提币");