作者 jinglong
1 个管道 的构建 通过 耗费 0 秒

调式分享

... ... @@ -522,7 +522,7 @@ class LoginController extends HomeBaseController
}
//获取微信分享配置信息
public function wx_share($url=''){
public function wxShare($url=''){
$jsapiTicket = $this->getSignature();
// 注意 URL 一定要动态获取,不能 hardcode.
$protocol = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' || $_SERVER['SERVER_PORT'] == 443) ? "https://" : "http://";
... ...