I saw the verification code 1234 directly on the console; isn’t that very unsafe!! Could you please tell me how you did it?
PHPz2017-05-18 11:04:07
There is no conflict between the verification code returned by the SMS interface and the json returned by your own program.
If you are writing the server side, then it will be fine if you do not return the verification code to the front desk.
我想大声告诉你2017-05-18 11:04:07
Why do you send the return data of the SMS interface to the front desk?