短信验证码 #2

Merged
zcx merged 1 commits from dev-zcx into master 2023-08-12 18:24:53 +08:00
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) );
}