より使いやすい【SMS認証サービス】を利用した方はいますか?
シンプルで安定しているため、既存のプロジェクトにすぐに統合するのが最適です。緊急!オンラインで待っています
------解決策のアイデア----------------------
参考にしてください: http ://www.ihuyi.com/product.php
クラスは次のとおりです:
<br />$target = "http://106.ihuyi.cn/webservice/sms.php?method=Submit";<br />$authstr=random(6,1);<br />$post_user='用户名';<br />$post_pwd=md5('密码');<br />$post_data = 'account='.$post_user.'&password='.$post_pwd.'&mobile='.$phoneN.'&content='.rawurlencode('您的验证码是:'.$authstr.'。请不要把验证码泄露给其他人。');<br /><br />$res = xml_to_array(curl_phone($post_data, $target));//xml_to_array curl_phone 下载它的demo有<br />$res['SubmitResult']['code']=2;//测试<br />