💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 页面链接 #### 1、页面链接展示的是微信公众号渠道和微信小程序渠道的页面链接 ## 没有微信公众号渠道和微信小程序渠道的的话会显示空白 ![](https://lfs.k.topthink.com/lfs/40b16be33b168734aae5b1fd6d66af01da88d870781fcf7412589d4a5645fbd2.dat) #### 如果出现短链接报错,需要在宝塔配置一下伪静态 #### 宝塔linux ![](https://lfs.k.topthink.com/lfs/70b39578f7418aa1173df37a2f7f5f23f3c021dc0b162c30b9f443c078c59329.dat) ![](https://lfs.k.topthink.com/lfs/e798cb3b92cfdac1cce1590e261974e99a94e5ba3c4e58ddcffde73bd760ac73.dat) nginx(微擎版): rewrite "^/(\\S{1,7}(?<!web|/|h5))$" /addons/weliam\_areashop/web/index.php?s=shortUrl&code=$1 last; nginx(独立版): rewrite "^/(\\S{1,7}(?<!web|/|h5))$" /web/index.php?s=shortUrl&code=$1 last; apache(微擎版): RewriteEngine on RewriteRule ^(\\S{1,7}(?<!web|/|h5))$ /addons/weliam\_areashop/web/index.php?s=shortUrl&code=$1 \[L\] apache(独立版): RewriteEngine on RewriteRule ^(\\S{1,7}(?<!web|/|h5))$ /web/index.php?s=shortUrl&code=$1 \[L\]