|
@@ -997,7 +997,7 @@ class Index extends Api
|
|
|
$data['scene'] = 'id='.$id.'&code='.$this->auth->invite_no;
|
|
|
// $data['scene'] = 'id=AVwvR&code='.$this->auth->invite_no;
|
|
|
$data['page'] = 'pages/home/detail';
|
|
|
- $data['env_version'] = 'env_version';
|
|
|
+ $data['env_version'] = 'develop';
|
|
|
// $data['page'] = 'pages/product/product';
|
|
|
|
|
|
$url = "https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token=" . $access_token;
|
|
@@ -1016,7 +1016,7 @@ class Index extends Api
|
|
|
|
|
|
if (is_array($ret)) {
|
|
|
return '';
|
|
|
- }p($ret);die;
|
|
|
+ }
|
|
|
if (json_decode($ret)) {
|
|
|
$this->error('生成失败');
|
|
|
}
|