Joke Collection Website - Public benefit messages - How to verify Alibaba Cloud SMS thinkphp5?

How to verify Alibaba Cloud SMS thinkphp5?

After sending successfully, it will return a code to write to the cache.

Cache ("change"). $phone,$code, 180,' Ccode '); //$phone is the user' s mobile phone number, and $code is the verification code.

confirm

If (input ('code ')= = cache ('change'). $phone)){

//Do something

}