Commit 7eed6bc6 authored by liuyuzhen's avatar liuyuzhen

微信会员wxUserToken写入问题

parent a7e22eeb
......@@ -108,6 +108,7 @@ class MemberModel extends \DAO\AbstractModel
}
public function saveWxUserToken($key,$memberId){
$member = $this->getInfo($memberId);
$memberDb0Redis = \Redis\Db0\MemberRedisModel::getInstance();
$memberDb0Redis->tableHMSet($memberId, array('wxUserToken'=>$key));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment