Commit b1e7d175 authored by zhuwei's avatar zhuwei

bug

parent fc667db0
......@@ -35,7 +35,7 @@ class ShareShop extends Basic
dump('微信浏览器');
$code = empty($_GET['code']) ? null : $_GET['code'];
if (!$code) {
$this->_wxApi->getWxCodesnSapiBase($this->url);
$this->_wxApi->getWxCodesnSapiBase($this->url.'?'.http_build_query($params));
} else {
$open_id = $this->_wxApi->getUserOpenId($code);
$user_service = new UserService();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment