php發送短信接口

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