소스 검색

xiugai shoujihao

lgy 6 년 전
부모
커밋
682292ea06
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      application/common/library/AliyunSms.php

+ 0 - 3
application/common/library/AliyunSms.php

@@ -75,9 +75,6 @@ class AliyunSms
      * @return response {object} 返回
      */
     public static function sendSms($phone, $sign, $templateCode, $parmasObj) {
-        if($phone != "13763459789") {
-            return null;
-        }
         // 初始化SendSmsRequest实例用于设置发送短信的参数
         $request = new SendSmsRequest();