|
|
|
@ -379,6 +379,7 @@ class GameController extends ThinkController
|
|
|
|
|
$_POST['pay_config'] = json_encode($_POST['pay_config']);
|
|
|
|
|
$gameService = new GameService();
|
|
|
|
|
$_POST['download_ways'] = $gameService->getDownLoadWaysValue($downloadWays);
|
|
|
|
|
unset($_POST['apply_auth']);
|
|
|
|
|
$res = $game->update();
|
|
|
|
|
|
|
|
|
|
$id = $res["id"];
|
|
|
|
@ -387,6 +388,7 @@ class GameController extends ThinkController
|
|
|
|
|
$sid = $sibling['id'];
|
|
|
|
|
$map['id'] = array('neq', $sid);
|
|
|
|
|
$another = D("Game")->where($map)->find(); //获取另一个所有
|
|
|
|
|
$phone['apply_auth'] = $sibling['apply_auth'];
|
|
|
|
|
$phone['game_type_id'] = $sibling['game_type_id'];
|
|
|
|
|
$phone['dow_num'] = $sibling['dow_num'];
|
|
|
|
|
$phone['game_type_name'] = $sibling['game_type_name'];
|
|
|
|
|