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

修改二维码路径

... ... @@ -179,9 +179,9 @@ class User extends Api
//获取二维码链接
$get_code_url = 'https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token='.$access_token;
$data = [
'scene' => 'share_uid='.$this->uid.'&goods_id='.$goods_id,
'scene' => 'share_uid='.$this->uid.'&id='.$goods_id,
'width' => 280,
// 'page' => 'pages/lixiangzhong/lixiangzhong',
'page' => '/pages/index/goodsDetail/goodsDetail',
];
$data = json_encode($data);
$code_res = $this->auth->http_post($get_code_url,$data);
... ...
... ... @@ -26,7 +26,7 @@ return [
//七牛云域名
'host' => 'http://feifangu.qiniu.brotop.cn',
//非凡谷域名
'ffg_host' => 'http://feifangu.w.brotop.cn',
'ffg_host' => 'https://feifangu.w.brotop.cn',
//商品标识
// 'flag' => [0,1,2,3],//0:普通,1:推荐,2:设计师作品,3:新人特惠
'flag' => [0,1],//0:否,1:是
... ...