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

修改二维码路径

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