I am using the SMS platform of the second Di.
1. Register an account first, then configure a template. < now use seconds to upload image authentication >
The template can be used after the template is approved.
The placeholder in the template does not have to be tube, I have introduced later.
2. In account management, obtain the token and SID in the developer information
3. Click on the API document (top right corner), click on the demo download, (download Java Dome source code)
4. After the download is a Java package that can be placed directly into my enlipse.
Package structure------↓
Modify the configuration in config.
After the modification is completed, it can be tested in test;
Smscontent This variable can use the template, (the information sent is the template information, placeholders can be written) you generate a random number directly using a variable name on the line.
The writing is not good, forgive me.
How to complete the SMS verification function (Java)