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;