Merge pull request '短信验证码' (#2) from dev-zcx into master
Reviewed-on: http://118.31.23.45:3000/caolin/driver-server/pulls/2pull/3/head
commit
456a6192f6
|
@ -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) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue