0 Star 0 Fork 339

vb2005xu/iWshop

forked from Yc Chan/iWshop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
WechatMessage.php 875 Bytes
一键复制 编辑 原始数据 按行查看 历史
koodo 提交于 2016-04-12 08:11 . 素材管理更新
<?php
/**
* Desc
* @description Hope You Do Good But Not Evil
* @copyright Copyright 2014-2015 <ycchen@iwshop.cn>
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chenyong Cai <ycchen@iwshop.cn>
* @package Wshop
* @link http://www.iwshop.cn
*/
class WechatMessage extends Model {
/**
* 获取微信消息会话列表
* @return type
*/
public function getSessions() {
return $this->Db->query("SELECT cls.*,cl.client_head AS headimg,cl.client_name FROM `client_message_session` cls LEFT JOIN `clients` cl ON cl.client_wechat_openid = cls.openid;");
}
/**
* 获取会话消息列表
* @param type $openid
* @return type
*/
public function getSession($openid) {
return $this->Db->query("SELECT * FROM `client_messages` WHERE `openid` = '$openid';");
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/eemcmc/iWshop.git
git@gitee.com:eemcmc/iWshop.git
eemcmc
iWshop
iWshop
dev

搜索帮助