| | |
| | | public class Sms106Send {
|
| | |
|
| | | private static final String URL = "http://www.qf106.com/sms.aspx";
|
| | | private static final String ID = "16580";
|
| | | private static final String ACCOUNT = "Biue";
|
| | | private static final String ID = "16615";
|
| | | private static final String ACCOUNT = "hibit";
|
| | | private static final String PASSWORD = "123456";
|
| | |
|
| | |
|
| | |
| | | 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, "提币");
|