短信验证码

pull/2/head
zcxee 2023-08-12 18:23:57 +08:00
parent 2a9d89e285
commit c2226c499f
1 changed files with 1 additions and 1 deletions

View File

@ -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) );
}