dever 7 years ago
parent
commit
54b6f8f5c4
1 changed files with 0 additions and 7 deletions
  1. 0 7
      youzan/src/Card.php

+ 0 - 7
youzan/src/Card.php

@@ -21,13 +21,6 @@ class Card
 		return $len;
 	}
 
-	public function len($id = false)
-	{
-		$id = Dever::input('id', $id);
-		$len = Dever::queue($this->lock . '_' . $id, 'len');
-		return $len;
-	}
-
 	public function total()
 	{
 		$info = Dever::db('youzan/card')->state();