Compare commits
No commits in common. "456a6192f6c8ce06b1eb21e8d8ea7d91c104b3ad" and "06bcf56bbcc89bd75410d527afe9df48122a416f" have entirely different histories.
456a6192f6
...
06bcf56bbc
|
@ -117,7 +117,7 @@ public class SmsUtil {
|
|||
|
||||
public static void main(String[] args) throws IOException {
|
||||
Map<String, Object> param = new HashMap<>();
|
||||
param.put("code", getMessageCode("18855146869"));
|
||||
param.put("code", 666666);
|
||||
SmsUtil.currencySendMessage("18855146869", "SMS_198880447", JSONObject.toJSONString(param) );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue