xiaoyong931011
2020-07-23 85a8ca034763c90625c2a6bf844c1d0656cd5591
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, "提币");