|
@@ -613,7 +613,7 @@ class FightProc {
|
|
* @return type
|
|
* @return type
|
|
*/
|
|
*/
|
|
public static function AllGateBoxReceive() {
|
|
public static function AllGateBoxReceive() {
|
|
- list() = req()->paras;
|
|
|
|
|
|
+ //list() = req()->paras;
|
|
|
|
|
|
$dic = ctx()->gates->GateList;
|
|
$dic = ctx()->gates->GateList;
|
|
foreach ($dic as $gateId => $item) {
|
|
foreach ($dic as $gateId => $item) {
|