toplan/laravel-sms

获取验证码为什么还要分api端和web端呢?

sowork opened this issue · 2 comments

获取验证码为什么还要分api端和web端呢?

看了下文档,搞得我有点头晕,大致理解下,{[服务器端]合法性验证 }https://github.com/toplan/laravel-sms#3-
服务器端合法性验证这个是获取验证码以后进行验证码校验的,然后获取验证码是在{无会话支持} https://github.com/toplan/laravel-sms#
无会话支持这个栏目下,{API栏目}https://github.com/toplan/laravel-sms#api如果想使用的话,需要自己写提供者?

因为api是token,web是session/cookie