短信验证码
parent
2a9d89e285
commit
c2226c499f
|
@ -117,7 +117,7 @@ public class SmsUtil {
|
|||
|
||||
public static void main(String[] args) throws IOException {
|
||||
Map<String, Object> param = new HashMap<>();
|
||||
param.put("code", 666666);
|
||||
param.put("code", getMessageCode("18855146869"));
|
||||
SmsUtil.currencySendMessage("18855146869", "SMS_198880447", JSONObject.toJSONString(param) );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue