Merge pull request '短信验证码' (#2) from dev-zcx into master

Reviewed-on: http://118.31.23.45:3000/caolin/driver-server/pulls/2
pull/3/head
zcx 2023-08-12 18:24:51 +08:00
commit 456a6192f6
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 { public static void main(String[] args) throws IOException {
Map<String, Object> param = new HashMap<>(); Map<String, Object> param = new HashMap<>();
param.put("code", 666666); param.put("code", getMessageCode("18855146869"));
SmsUtil.currencySendMessage("18855146869", "SMS_198880447", JSONObject.toJSONString(param) ); SmsUtil.currencySendMessage("18855146869", "SMS_198880447", JSONObject.toJSONString(param) );
} }