php发送短信接口

public function sendSelfVerifyCode() {  $phonenumber =$_POST('phonenumber'); $type = ''; $code = rand(100000, 999999); $result = $this->SendSMS($code, $phonenumber,$type
相关文章
相关标签/搜索