Compare commits

..

No commits in common. "456a6192f6c8ce06b1eb21e8d8ea7d91c104b3ad" and "06bcf56bbcc89bd75410d527afe9df48122a416f" have entirely different histories.

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", getMessageCode("18855146869"));
param.put("code", 666666);
SmsUtil.currencySendMessage("18855146869", "SMS_198880447", JSONObject.toJSONString(param) );
}