Tools::redirectLink is expecting a path already containing PS_BASE_URI
I usually prefer using Tools::redirect instead, that can parse both external and internal URLs.
So you can either use :
Tools::redirect('https://full-url-here')
or
Tools::redirect('index.php?id_cms=6&controller=cms');
That will redirect to the same controller in a non-rewrited fashion.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…