Пример #1
0
 /**
  * 
  * 插入一条用户token记录
  * @param bool
  */
 public function insertUserToken($insertInfo)
 {
     $key = self::DATA_KEY . $insertInfo['uid'];
     $re = parent::insertInfoByKey($this->table, $insertInfo, $key);
     return $re;
 }