Bläddra i källkod

最大关卡接口去掉参数

cyzhao 1 år sedan
förälder
incheckning
8f47ee35b9
1 ändrade filer med 1 tillägg och 1 borttagningar
  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) {