rabin 2 years ago
parent
commit
5c6efcc6f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/shop/src/My.php

+ 1 - 1
app/shop/src/My.php

@@ -26,7 +26,7 @@ class My extends Core
 		if ($card) {
 			$time = time();
 			foreach ($card as $k => $v) {
-				$info = Dever::load('card/lig/code')->check($v);
+				$info = Dever::load('card/lib/code')->check($v);
 				if ($info) {
 					$this->data['card_num']++;
 				}