Helius
2020-07-15 d8d2cfd30edf712f42b64db7df14894109768bc1
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, "提币");