Prechádzať zdrojové kódy

wesmiler 点什么广告

APPLE 3 rokov pred
rodič
commit
9fd4ff2bac
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      app/Modes/User.php

+ 1 - 1
app/Modes/User.php

@@ -193,7 +193,7 @@ class User extends Authenticatable implements JWTSubject
     public static function getInviteImage(string $invite_code)
     {
         $name = '/image/invite/' . $invite_code . '.png';
-        if (is_numeric(QrCode::format('png')->size(400)->generate(env('APP_URL') . '/#/register?inviteCode=' . $invite_code, public_path($name)))) {
+        if (is_numeric(QrCode::format('png')->size(400)->generate(env('APP_URL') . '/h5/#/register?inviteCode=' . $invite_code, public_path($name)))) {
             return $name;
         }
         return '';