Exemplo n.º 1
0
 /**
  * 查询用户当天的发房量
  * @param $userId
  * @return int|string
  */
 public function getTodayPublishNum($userId)
 {
     return Model_Fyk_UserPropAction::getTodayPublishNum($userId);
 }