|
@@ -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));
|
|
|
}
|
|
|
|
|
|
}
|