Pārlūkot izejas kodu

最大关卡接口去掉参数

cyzhao 1 gadu atpakaļ
vecāks
revīzija
8f47ee35b9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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
      */
-    public function maxPassGateId($gateId) {
+    public function maxPassGateId() {
         $maxIndex = 0;
         $maxGateId = 0;
         foreach ($this->GateList as $gateId => $Ins_GateInfo) {