wang hou sheng 8 months ago
parent 10d4323674
commit 6bb8e577b8
  1. 2
      app/common/service/qrcode/InviteUser.php

@ -109,7 +109,7 @@ class InviteUser extends BaseQRcode
*/
private function getPosterName(): string
{
return 'invite_' . md5("{$this->userInfo['user_id']}_$this->channel_$this->type") . '.png';
return 'invite_' . md5("{$this->userInfo['user_id']}_$this->channel" . $this->type) . '.png';
}
/**

Loading…
Cancel
Save