>/framework/class/account/account.php
```
~~~
protected function respText($content) {
if (empty($content)) {
return error(-1, 'Invaild value');
}
if (false !== stripos($content, './')) {
preg_match_all('/<a .*?href="(.*?)".*?>/is', $content, $urls);
if (!empty($urls[1])) {
foreach ($urls[1] as $url) {
$content = str_replace($url, $this->buildSiteUrl($url), $content);
}
}
}
$content = str_replace("\r\n", "\n", $content);
$response = array();
$response['FromUserName'] = $this->message['to'];
$response['ToUserName'] = $this->message['from'];
$response['MsgType'] = 'text';
$response['Content'] = 1111;
preg_match_all('/\[U\+(\\w{4,})\]/i', $response['Content'], $matchArray);
if (!empty($matchArray[1])) {
foreach ($matchArray[1] as $emojiUSB) {
$response['Content'] = str_ireplace("[U+{$emojiUSB}]", utf8_bytes(hexdec($emojiUSB)), $response['Content']);
}
}
return $response;
}
~~~
- 【11.18更新】人人商城彈出框
- 人人常用方法
- 人人分銷【12.13更新】
- 分銷走的升級邏輯
- 獲取無限上級
- 【12.13更新】獲取無限下級
- 統計傘下客戶所有業績
- 關于會員
- 注冊走的邏輯
- 會員等級升級
- 關于商品
- 關于小程序
- 人人運費模板邏輯
- 訂單創建
- 導入導出
- 導入
- 導出
- 人人快速導出
- 修改收貨地址
- 人人客服消息
- 人人商城企業支付到零錢
- 人人商城DIY頁面
- 訂單【20201210更新】
- 支付邏輯【2020 12月10日更新】
- 訂單創建1【20201210更新】
- 訂單完成
- 人人權限修復
- 人人權限應用不出來修復
- 微信API
- 獲取access_token
- 獲取openid
- 修改公眾號推送消息
- 問題修復
- 打印機開發
- 拼團
- 訂單
- 拼團常用方法
- 余額詳細不詳細更改
- 修改菜單
- 關于微擎的事務處理邏輯
- 【11.20更新】余額記錄不顯示前端獲得的余額
- BUG集合【2020年12月11日更新】
- 海報黑屏或者出不來
- 人人商城多商戶無法上傳圖片解決辦法
- 秒殺超賣解決方案【20210225更新】