dever 3 년 전
부모
커밋
abe46536db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/card/src/Api.php

+ 1 - 1
app/card/src/Api.php

@@ -136,7 +136,7 @@ class Api extends Core
         }
         $data = Dever::db('card/code')->find(array('card' => $card, 'status' => 2));
         if (!$data) {
-            Dever::alert('礼卡卡号错误或礼品卡已兑换');
+            Dever::alert('礼卡卡号错误或礼品卡已兑换');
         }
         $update['where_id'] = $data['id'];
         $update['dh_uid'] = $this->uid;