Переглянути джерело

最大关卡接口去掉参数

cyzhao 1 рік тому
батько
коміт
8f47ee35b9
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Gameserver/App/model/User/Info_Gates.php

+ 1 - 1
Gameserver/App/model/User/Info_Gates.php

@@ -195,7 +195,7 @@ class Info_Gates extends Object_ext {
     /**
     /**
      * 最大通关id
      * 最大通关id
      */
      */
-    public function maxPassGateId($gateId) {
+    public function maxPassGateId() {
         $maxIndex = 0;
         $maxIndex = 0;
         $maxGateId = 0;
         $maxGateId = 0;
         foreach ($this->GateList as $gateId => $Ins_GateInfo) {
         foreach ($this->GateList as $gateId => $Ins_GateInfo) {