Browse Source

Update api.php

tags/6.2.7
tianya 1 year ago
parent
commit
802323424e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/admin/api.php

+ 3
- 0
src/admin/api.php View File

@@ -79,6 +79,9 @@ if ($action === 'is_need_check_code') {
if (!$dsql->IsTable("#@__sys_payment")) {
$unQueryVer[] = "6.2.5";
}
if (!TableHasField("#@__arctype", "apienabled")) {
$unQueryVer[] = "6.2.6";
}
if (count($unQueryVer) > 0) {
$upsqls = GetUpdateSQL();
foreach ($unQueryVer as $vv) {


Loading…
Cancel
Save