Browse Source

xiugai xiabiao

lgy 6 years ago
parent
commit
4a1c0dc307
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common/library/send_message.php

+ 1 - 1
application/common/library/send_message.php

@@ -35,7 +35,7 @@ class send_message extends AliyunSms{
     * @param {string} content 通知内容
     */
     public static function sendSms2Self($phone,$type = '', $content = '') {
-        return self::sendSms($phone,"中世康恺","SMS_153325903",array("type" => $type, "content" => $content));
+        return self::sendSms($phone,"中世康恺","SMS_153325903",array("t" => $type, "c" => $content));
     }
 
 }