2 Commits caa1f65c00 ... 800793bca4

Autore SHA1 Messaggio Data
  solupro 800793bca4 Merge remote-tracking branch 'origin/master' 5 anni fa
  solupro 5325ccf790 fix url 5 anni fa
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      protected/models/Session.php

+ 2 - 1
protected/models/Session.php

@@ -427,8 +427,9 @@ class Session extends Model {
 
             // 特殊处理红包
             if ($msg_type == self::MSG_TYPE_REDPACK) {
+                $url = 'https:' . URL_SELF . "/s/{$group['group_name']}";
                 $text = "
-[收到MeeChat红包,<a href='https://{$_SERVER['HTTP_HOST']}/s/{$group['group_name']}'>请打开MeeChat查看</a>]";
+[收到MeeChat红包,<a href='{$url}'>请打开MeeChat查看</a>]";
             } else {
                 $text = Utils::decodeRC4($msg);
             }