one_after 2 месяцев назад
Родитель
Сommit
716d535d5a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/controller/BankCardController.php

+ 1 - 1
app/controller/BankCardController.php

@@ -168,7 +168,7 @@ class BankCardController
                     ->where('goods_type', 6)
                     ->exists();
                 if ($is_buy) {
-                    $status_name      = '已激活,待打款,预计三个工作日';
+                    $status_name      = '已激活全球通金卡电子卡提现功能。';
                 }
                 $bank_carddata = Db::table('wa_user_identity')->where('uid', $param['user_data']['id'])->first();
                 if ($bank_carddata) {