|
@@ -145,7 +145,7 @@ class User extends Core
|
|
$send['send'] = $scene;
|
|
$send['send'] = $scene;
|
|
$send['width'] = 152;
|
|
$send['width'] = 152;
|
|
$send['path'] = $path;
|
|
$send['path'] = $path;
|
|
- $logo = Dever::load('wechat_applet/code.get', $send);
|
|
|
|
|
|
+ //$logo = Dever::load('wechat_applet/code.get', $send);
|
|
|
|
|
|
if (!$info['share_pic']) {
|
|
if (!$info['share_pic']) {
|
|
return array('img' => '');
|
|
return array('img' => '');
|
|
@@ -158,8 +158,8 @@ class User extends Core
|
|
(
|
|
(
|
|
'pic' => Dever::local($info['share_pic']),
|
|
'pic' => Dever::local($info['share_pic']),
|
|
'name' => $info['share_title'],
|
|
'name' => $info['share_title'],
|
|
- 'logo' => Dever::local(str_replace('https', 'http', $logo)),
|
|
|
|
- //'logo' => 'http://cm.5dev.cn/applet_on/data/upload/1/2018/06/06/239fa207778aa923f4ff7594dfbdfcca.png',
|
|
|
|
|
|
+ //'logo' => Dever::local(str_replace('https', 'http', $logo)),
|
|
|
|
+ 'logo' => 'http://cm.5dev.cn/applet_on/data/upload/1/2018/06/06/239fa207778aa923f4ff7594dfbdfcca.png',
|
|
);
|
|
);
|
|
|
|
|
|
if ($user) {
|
|
if ($user) {
|