|
|
@@ -178,8 +178,8 @@ class UserController extends BaseController
|
|
|
|
|
|
$content = '<p><a data-miniprogram-appid="wx3a163add860e0a86" data-miniprogram-path="pages/case/casedetail?mainId=184&owner_user_id=19" href=""><img src="https://www.meijiabang.com/0.gif" alt="" data-width="null" data-ratio="NaN"></a></p>';
|
|
|
$content = $this->html_out($content);
|
|
|
- wxUtil::sendMsg($content, $this->merchant, $user['openId']);
|
|
|
-
|
|
|
+ $r = wxUtil::sendMsg($content, $this->merchant, $user['openId']);
|
|
|
+Yii::info(json_encode($r));
|
|
|
|
|
|
$growth = $user['userAsset']['growth'];
|
|
|
$extend = $this->merchantExtend;
|