master
elf 2 years ago
parent 7c1f89eaf5
commit 7ef07d3482

@ -112,7 +112,7 @@ return array(
'TMPL_ACTION_SUCCESS' => MODULE_PATH.'View/Public/success.html', // 默认成功跳转对应的模板文件 'TMPL_ACTION_SUCCESS' => MODULE_PATH.'View/Public/success.html', // 默认成功跳转对应的模板文件
'TMPL_EXCEPTION_FILE' => MODULE_PATH.'View/Public/exception.html',// 异常页面的模板文件 'TMPL_EXCEPTION_FILE' => MODULE_PATH.'View/Public/exception.html',// 异常页面的模板文件
/*默认公司名称*/ /*默认公司名称*/
'DEFAULT_COMPANY'=>"海南万盟天下科技有限公司", 'DEFAULT_COMPANY'=>"聚游",
'OFFICIEL_CHANNEL'=>"江息网络", 'OFFICIEL_CHANNEL'=>"江息网络",
/*分库的表格*/ /*分库的表格*/
'SUBSITE_TABLE'=>[ 'SUBSITE_TABLE'=>[

@ -521,7 +521,7 @@ class CompanyStatementSetController extends Controller {
"company_type"=>1 "company_type"=>1
]; ];
//获取pc公司 //获取pc公司
$company = M("CompanyInfo","tab_")->field("id,partner,link_man,link_phone,address,company_tax_no,payee_name,bank_account,opening_bank")->where("partner = '海南万盟天下科技有限公司'")->find(); $company = M("CompanyInfo","tab_")->field("id,partner,link_man,link_phone,address,company_tax_no,payee_name,bank_account,opening_bank")->where("partner = '聚游'")->find();
$first_party_info = json_encode($company,JSON_UNESCAPED_UNICODE); $first_party_info = json_encode($company,JSON_UNESCAPED_UNICODE);
$company['partner'] = C("OFFICIEL_CHANNEL"); $company['partner'] = C("OFFICIEL_CHANNEL");
$second_party_info = json_encode($company,JSON_UNESCAPED_UNICODE); $second_party_info = json_encode($company,JSON_UNESCAPED_UNICODE);

@ -5,7 +5,7 @@ namespace Admin\Controller;
class CompanySystemRatioController extends AdminController class CompanySystemRatioController extends AdminController
{ {
private $api = "http://admin.wmtxkj.cn/index.php?g=Api&m=CpJuheCompany&a=ratioIndex"; private $api = "http://admin.jianhuifa.cn/index.php?g=Api&m=CpJuheCompany&a=ratioIndex";
public function _initialize() public function _initialize()
{ {
@ -187,7 +187,7 @@ class CompanySystemRatioController extends AdminController
$time = date("Y-m-d",time()); $time = date("Y-m-d",time());
$this->assign('title',"海南万盟天下产品分成比例体系[{$time}]"); $this->assign('title',"聚游产品分成比例体系[{$time}]");
$this->display("export");die(); $this->display("export");die();
} }

@ -8418,8 +8418,8 @@ class ExportController extends Controller
// array('inside_cash_count','内充支出'), // array('inside_cash_count','内充支出'),
// array('all_cash_count','游戏内充值合计'), // array('all_cash_count','游戏内充值合计'),
// array('notice_fail_count','联运通知失败合计'), // array('notice_fail_count','联运通知失败合计'),
// array('agg_wm_amount','聚合万盟数据'), // array('agg_wm_amount','聚合聚游数据'),
// array('agg_wm_failed_amount','聚合万盟通知失败'), // array('agg_wm_failed_amount','聚合聚游通知失败'),
// array('test_amount','聚合平台测试订单'), // array('test_amount','聚合平台测试订单'),
// array('agg_amount','聚合其他渠道数据'), // array('agg_amount','聚合其他渠道数据'),
// array('agg_failed_amount','聚合其他渠道通知失败订单'), // array('agg_failed_amount','聚合其他渠道通知失败订单'),

@ -874,8 +874,8 @@ class FinanceController extends ThinkController
'all_cash_count'=>'游戏内充值合计', 'all_cash_count'=>'游戏内充值合计',
'discount_amount'=>'优惠金额', 'discount_amount'=>'优惠金额',
'notice_fail_count'=>'联运通知失败合计', 'notice_fail_count'=>'联运通知失败合计',
'agg_wm_amount'=>'聚合万盟数据', 'agg_wm_amount'=>'聚合聚游数据',
'agg_wm_failed_amount'=>'聚合万盟通知失败', 'agg_wm_failed_amount'=>'聚合聚游通知失败',
'test_amount'=>'聚合平台测试订单', 'test_amount'=>'聚合平台测试订单',
'agg_amount'=>'聚合其他渠道数据', 'agg_amount'=>'聚合其他渠道数据',
'agg_failed_amount'=>'聚合其他渠道通知失败订单' 'agg_failed_amount'=>'聚合其他渠道通知失败订单'

@ -48,8 +48,8 @@ class StatementMangementController extends ThinkController
if ($_REQUEST['company_id']) { if ($_REQUEST['company_id']) {
$map['company_name'] = $_REQUEST['company_id']; $map['company_name'] = $_REQUEST['company_id'];
// if ($_REQUEST['company_id']=='万盟天下科技') { // if ($_REQUEST['company_id']=='聚游') {
// $map['company_name'] = '海南万盟天下科技有限公司'; // $map['company_name'] = '聚游';
// } // }
} }

@ -23,7 +23,7 @@ class StatementWarningSetController extends Controller {
private $cpCompanyIsWm; private $cpCompanyIsWm;
private $promoteCompanyIsWm; private $promoteCompanyIsWm;
private $statementWarningKey=[ private $statementWarningKey=[
'wm_platm'=>'万盟平台', 'wm_platm'=>'聚游平台',
'up_statement'=>'上游', 'up_statement'=>'上游',
'pc_statement'=>'下游内团', 'pc_statement'=>'下游内团',
'pu_statement'=>'下游外团', 'pu_statement'=>'下游外团',
@ -127,7 +127,7 @@ class StatementWarningSetController extends Controller {
$this->inSideCompanyIds = implode(",",$res); $this->inSideCompanyIds = implode(",",$res);
} }
/** /**
* 获取CP是否万盟结算数据 * 获取CP是否聚游结算数据
*/ */
private function setCompanyIsWm() private function setCompanyIsWm()
{ {
@ -177,7 +177,7 @@ class StatementWarningSetController extends Controller {
} }
/** /**
* 获取当前万盟结算额 * 获取当前聚游结算额
*/ */
private function getAllWmAmount() private function getAllWmAmount()
{ {

@ -378,7 +378,7 @@ class SubCompanyStatementSetController extends Controller {
"company_type"=>1 "company_type"=>1
]; ];
//获取pc公司 //获取pc公司
$company = M("CompanyInfo","tab_")->field("id,partner,link_man,link_phone,address,company_tax_no,payee_name,bank_account,opening_bank")->where("partner = '海南万盟天下科技有限公司'")->find(); $company = M("CompanyInfo","tab_")->field("id,partner,link_man,link_phone,address,company_tax_no,payee_name,bank_account,opening_bank")->where("partner = '聚游'")->find();
$first_party_info = json_encode($company,JSON_UNESCAPED_UNICODE); $first_party_info = json_encode($company,JSON_UNESCAPED_UNICODE);
$company['partner'] = C("OFFICIEL_CHANNEL"); $company['partner'] = C("OFFICIEL_CHANNEL");
$second_party_info = json_encode($company,JSON_UNESCAPED_UNICODE); $second_party_info = json_encode($company,JSON_UNESCAPED_UNICODE);

@ -974,7 +974,7 @@ class SpendModel extends Model
} }
/** /**
*获取聚合万盟数据 *获取聚合聚游数据
*/ */
public function totalWmGameStatistics($map,$gameIds) public function totalWmGameStatistics($map,$gameIds)
{ {

@ -83,7 +83,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<div class="tab-content tabcon1711" id="firstPartBaseInfo"> <div class="tab-content tabcon1711" id="firstPartBaseInfo">

@ -83,7 +83,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<div class="tab-content tabcon1711" id="firstPartBaseInfo"> <div class="tab-content tabcon1711" id="firstPartBaseInfo">

@ -83,7 +83,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<if condition="$data['first_party_info']"> <if condition="$data['first_party_info']">

@ -266,7 +266,7 @@
var url = "{:U('viewStatement')}"+"&id="+id var url = "{:U('viewStatement')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],

@ -95,7 +95,7 @@
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<div class="tab-content tabcon1711" id="firstPartBaseInfo"> <div class="tab-content tabcon1711" id="firstPartBaseInfo">

@ -95,7 +95,7 @@
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<div class="tab-content tabcon1711" id="firstPartBaseInfo"> <div class="tab-content tabcon1711" id="firstPartBaseInfo">

@ -273,7 +273,7 @@
var url = "{:U('viewPool')}"+"&id="+id var url = "{:U('viewPool')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],
@ -414,7 +414,7 @@
var url = "{:U('setPayment')}"+"&id="+id var url = "{:U('setPayment')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['70%', '80%'], area: ['70%', '80%'],
@ -426,7 +426,7 @@
var url = "{:U('viewPayment')}"+"&id="+id var url = "{:U('viewPayment')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['70%', '80%'], area: ['70%', '80%'],

@ -95,7 +95,7 @@
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 20px;"> <div class="data_list box_mt" style="margin-top: 20px;">

@ -87,7 +87,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 10px;"> <div class="data_list box_mt" style="margin-top: 10px;">

@ -95,7 +95,7 @@
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 20px;"> <div class="data_list box_mt" style="margin-top: 20px;">

@ -87,7 +87,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 10px;"> <div class="data_list box_mt" style="margin-top: 10px;">

@ -83,7 +83,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<if condition="$data['first_party_info']"> <if condition="$data['first_party_info']">

@ -87,7 +87,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 10px;"> <div class="data_list box_mt" style="margin-top: 10px;">

@ -95,7 +95,7 @@
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<div class="tab-content tabcon1711" id="firstPartBaseInfo"> <div class="tab-content tabcon1711" id="firstPartBaseInfo">

@ -95,7 +95,7 @@
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<div class="tab-content tabcon1711" id="firstPartBaseInfo"> <div class="tab-content tabcon1711" id="firstPartBaseInfo">

@ -95,7 +95,7 @@
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<div class="tab-content tabcon1711" id="firstPartBaseInfo"> <div class="tab-content tabcon1711" id="firstPartBaseInfo">

@ -95,7 +95,7 @@
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<div class="tab-content tabcon1711" id="firstPartBaseInfo"> <div class="tab-content tabcon1711" id="firstPartBaseInfo">

@ -95,7 +95,7 @@
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<div class="tab-content tabcon1711" id="firstPartBaseInfo"> <div class="tab-content tabcon1711" id="firstPartBaseInfo">

@ -95,7 +95,7 @@
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<div class="tab-content tabcon1711" id="firstPartBaseInfo"> <div class="tab-content tabcon1711" id="firstPartBaseInfo">

@ -87,7 +87,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 10px;"> <div class="data_list box_mt" style="margin-top: 10px;">

@ -455,7 +455,7 @@
var url = "{:U('viewStatement')}"+"&id="+id var url = "{:U('viewStatement')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['70%', '80%'], area: ['70%', '80%'],
@ -468,7 +468,7 @@
var url = "{:U('viewSpecialComplement')}"+"&id="+id var url = "{:U('viewSpecialComplement')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['70%', '80%'], area: ['70%', '80%'],
@ -482,7 +482,7 @@
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['70%', '80%'], area: ['70%', '80%'],
@ -618,7 +618,7 @@
var url = "{:U('poolWmStatement')}"+"&id="+text; var url = "{:U('poolWmStatement')}"+"&id="+text;
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['70%', '80%'], area: ['70%', '80%'],

@ -233,7 +233,7 @@
var url = "{:U('viewStatement')}"+"&id="+id var url = "{:U('viewStatement')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],

@ -90,7 +90,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 10px;"> <div class="data_list box_mt" style="margin-top: 10px;">

@ -83,7 +83,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<if condition="$data['first_party_info']"> <if condition="$data['first_party_info']">

@ -83,7 +83,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<if condition="$data['first_party_info']"> <if condition="$data['first_party_info']">

@ -83,7 +83,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<if condition="$data['first_party_info']"> <if condition="$data['first_party_info']">

@ -83,7 +83,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<div class="tab-content tabcon1711" id="firstPartBaseInfo"> <div class="tab-content tabcon1711" id="firstPartBaseInfo">

@ -83,7 +83,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<div class="tab-content tabcon1711" id="firstPartBaseInfo"> <div class="tab-content tabcon1711" id="firstPartBaseInfo">

@ -270,7 +270,7 @@
var url = "{:U('viewStatement')}"+"&id="+id var url = "{:U('viewStatement')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],

@ -254,7 +254,7 @@
var url = "{:U('CompanyStatementPool/viewPool')}"+"&id="+id var url = "{:U('CompanyStatementPool/viewPool')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],
@ -341,7 +341,7 @@
url = "{:U('setPayment')}"+"&id="+text; url = "{:U('setPayment')}"+"&id="+text;
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],
@ -357,7 +357,7 @@
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],
@ -373,7 +373,7 @@
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],
@ -387,7 +387,7 @@
var url = "{:U('viewStatement')}"+"&id="+id var url = "{:U('viewStatement')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],

@ -95,7 +95,7 @@
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 20px;"> <div class="data_list box_mt" style="margin-top: 20px;">

@ -95,7 +95,7 @@
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 20px;"> <div class="data_list box_mt" style="margin-top: 20px;">

@ -95,7 +95,7 @@
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 20px;"> <div class="data_list box_mt" style="margin-top: 20px;">

@ -88,7 +88,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 10px;"> <div class="data_list box_mt" style="margin-top: 10px;">

@ -95,7 +95,7 @@
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<div class="tab-content tabcon1711" id="firstPartBaseInfo"> <div class="tab-content tabcon1711" id="firstPartBaseInfo">

@ -88,7 +88,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 10px;"> <div class="data_list box_mt" style="margin-top: 10px;">

@ -95,7 +95,7 @@
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<div class="tab-content tabcon1711" id="firstPartBaseInfo"> <div class="tab-content tabcon1711" id="firstPartBaseInfo">

@ -91,7 +91,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 10px;"> <div class="data_list box_mt" style="margin-top: 10px;">

@ -91,7 +91,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 10px;"> <div class="data_list box_mt" style="margin-top: 10px;">

@ -298,7 +298,7 @@
var url = "{:U('viewPool')}"+"&id="+id var url = "{:U('viewPool')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],
@ -311,7 +311,7 @@
var url = "{:U('viewUnPaymentPool')}"+"&id="+id var url = "{:U('viewUnPaymentPool')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],
@ -324,7 +324,7 @@
var url = "{:U('editPool')}"+"&id="+id var url = "{:U('editPool')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],
@ -337,7 +337,7 @@
var url = "{:U('editPool')}"+"&id="+id+"&type=1" var url = "{:U('editPool')}"+"&id="+id+"&type=1"
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],
@ -567,7 +567,7 @@
var url = "{:U('setPayment')}"+"&id="+id var url = "{:U('setPayment')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],
@ -579,7 +579,7 @@
var url = "{:U('viewPayment')}"+"&id="+id var url = "{:U('viewPayment')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],

@ -95,7 +95,7 @@
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 20px;"> <div class="data_list box_mt" style="margin-top: 20px;">

@ -87,7 +87,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 10px;"> <div class="data_list box_mt" style="margin-top: 10px;">

@ -95,7 +95,7 @@
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 20px;"> <div class="data_list box_mt" style="margin-top: 20px;">

@ -87,7 +87,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 10px;"> <div class="data_list box_mt" style="margin-top: 10px;">

@ -83,7 +83,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<if condition="$data['first_party_info']"> <if condition="$data['first_party_info']">

@ -90,7 +90,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 10px;"> <div class="data_list box_mt" style="margin-top: 10px;">

@ -90,7 +90,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 10px;"> <div class="data_list box_mt" style="margin-top: 10px;">

@ -100,12 +100,12 @@
</style> </style>
<div class="cf main-place top_nav_list navtab_list"> <div class="cf main-place top_nav_list navtab_list">
<h3 class="page_title">海南万盟天下产品分成比例体系</h3> <h3 class="page_title">聚游产品分成比例体系</h3>
<!-- <p class="description_text" id="order_url">仅当汇总单审批通过的单子才允许进行打款</p>--> <!-- <p class="description_text" id="order_url">仅当汇总单审批通过的单子才允许进行打款</p>-->
</div> </div>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 10px;"> <div class="data_list box_mt" style="margin-top: 10px;">

@ -84,11 +84,11 @@
<li class="question_title">数据相关说明</li> <li class="question_title">数据相关说明</li>
<li class="question_list"> <li class="question_list">
<span class="">上游结算:</span> <span class="">上游结算:</span>
<span class="">游戏内充值合计 + 聚合万盟数据 + 聚合其他渠道数据</span> <span class="">游戏内充值合计 + 聚合聚游数据 + 聚合其他渠道数据</span>
</li> </li>
<li class="question_list"> <li class="question_list">
<span class="">下游结算:</span> <span class="">下游结算:</span>
<span class="">游戏内充值合计 + 联运通知失败合计 + 聚合万盟数据 + 聚合万盟通知失败 - 下游不结算订单</span> <span class="">游戏内充值合计 + 联运通知失败合计 + 聚合聚游数据 + 聚合聚游通知失败 - 下游不结算订单</span>
</li> </li>
<li class="question_list"> <li class="question_list">
<span class="">下游不结算订单:</span> <span class="">下游不结算订单:</span>
@ -195,11 +195,11 @@
<th ><div class="tooltip">优惠金额<span class="tooltiptext"><span style="margin-left: -10px">游戏折扣和代金券优惠金额</span></span></div></th> <th ><div class="tooltip">优惠金额<span class="tooltiptext"><span style="margin-left: -10px">游戏折扣和代金券优惠金额</span></span></div></th>
<th ><div class="tooltip"><span style="color: red">联运通知失败合计</span><span class="tooltiptext"><span style="margin-left: -10px">联运所有通知失败的合计金额</span></span></div></th> <th ><div class="tooltip"><span style="color: red">联运通知失败合计</span><span class="tooltiptext"><span style="margin-left: -10px">联运所有通知失败的合计金额</span></span></div></th>
<th ><div class="tooltip">聚合万盟数据<span class="tooltiptext"><span style="margin-left: -10px">聚合平台万盟渠道支付成功且通知成功的金额</span></span></div></th> <th ><div class="tooltip">聚合聚游数据<span class="tooltiptext"><span style="margin-left: -10px">聚合平台聚游渠道支付成功且通知成功的金额</span></span></div></th>
<th ><div class="tooltip"><span style="color: red">聚合万盟通知失败</span><span class="tooltiptext"><span style="margin-left: -10px">聚合平台万盟渠道通知失败的订单合计金额</span></span></div></th> <th ><div class="tooltip"><span style="color: red">聚合聚游通知失败</span><span class="tooltiptext"><span style="margin-left: -10px">聚合平台聚游渠道通知失败的订单合计金额</span></span></div></th>
<th ><div class="tooltip"><span style="color: red">聚合平台测试订单</span><span class="tooltiptext"><span style="margin-left: -10px">聚合平台测试订单</span></span></div></th> <th ><div class="tooltip"><span style="color: red">聚合平台测试订单</span><span class="tooltiptext"><span style="margin-left: -10px">聚合平台测试订单</span></span></div></th>
<th ><div class="tooltip">聚合其他渠道数据<span class="tooltiptext"><span style="margin-left: -10px">聚合平台其他渠道(不含万盟)支付成功通知成功订单合计</span></span></div></th> <th ><div class="tooltip">聚合其他渠道数据<span class="tooltiptext"><span style="margin-left: -10px">聚合平台其他渠道(不含聚游)支付成功通知成功订单合计</span></span></div></th>
<th ><div class="tooltip"><span style="color: red">聚合其他渠道<br/>通知失败订单</span><span class="tooltiptext"><span style="margin-left: -10px">聚合平台其他渠道(不含万盟<br>通知失败的订单合计金额</span></span></div></th> <th ><div class="tooltip"><span style="color: red">聚合其他渠道<br/>通知失败订单</span><span class="tooltiptext"><span style="margin-left: -10px">聚合平台其他渠道(不含聚游<br>通知失败的订单合计金额</span></span></div></th>
<th >操作</th> <th >操作</th>
</tr> </tr>
</thead> </thead>

@ -97,7 +97,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 10px;"> <div class="data_list box_mt" style="margin-top: 10px;">

@ -90,7 +90,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 10px;0"> <div class="data_list box_mt" style="margin-top: 10px;0">

@ -173,7 +173,7 @@
<select name="relation[self_company_id]" id="self_company" class="select_gallery"> <select name="relation[self_company_id]" id="self_company" class="select_gallery">
<option value="0"></option> <option value="0"></option>
<?php foreach($selfCompanies as $selfCompany):?> <?php foreach($selfCompanies as $selfCompany):?>
<option value="<?=$selfCompany['id']?>" <?php if($selfCompany['company_name']==''):?>selected<?php endif;?>><?=$selfCompany['company_name']?></option> <option value="<?=$selfCompany['id']?>" <?php if($selfCompany['company_name']==''):?>selected<?php endif;?>><?=$selfCompany['company_name']?></option>
<?php endforeach;?> <?php endforeach;?>
</select> </select>
<span class="notice-text"></span> <span class="notice-text"></span>
@ -192,7 +192,7 @@
<td class="r"> <td class="r">
<select name="part_b" id="part_b" class="select_gallery"> <select name="part_b" id="part_b" class="select_gallery">
<?php foreach($selfCompanies as $selfCompany):?> <?php foreach($selfCompanies as $selfCompany):?>
<option value="<?=$selfCompany['id']?>" <?php if($selfCompany['company_name']==''):?>selected<?php endif;?>><?=$selfCompany['company_name']?></option> <option value="<?=$selfCompany['id']?>" <?php if($selfCompany['company_name']==''):?>selected<?php endif;?>><?=$selfCompany['company_name']?></option>
<?php endforeach;?> <?php endforeach;?>
</select> </select>
<span class="notice-text"></span> <span class="notice-text"></span>
@ -470,7 +470,7 @@
if (indexNum == 1) { if (indexNum == 1) {
"<?php foreach($selfCompanies as $selfCompany):?>" "<?php foreach($selfCompanies as $selfCompany):?>"
$(id).append( $(id).append(
"<option value=\"<?=$selfCompany['id']?>\" <?php if($selfCompany['company_name']=='海南万盟天下科技有限公司'):?>selected<?php endif;?>><?=$selfCompany['company_name']?></option>" "<option value=\"<?=$selfCompany['id']?>\" <?php if($selfCompany['company_name']=='聚游'):?>selected<?php endif;?>><?=$selfCompany['company_name']?></option>"
); );
"<?php endforeach;?>"; "<?php endforeach;?>";
} }

@ -491,7 +491,7 @@
if (indexNum == 1) { if (indexNum == 1) {
"<?php foreach($selfCompanies as $selfCompany):?>" "<?php foreach($selfCompanies as $selfCompany):?>"
$(id).append( $(id).append(
"<option value=\"<?=$selfCompany['id']?>\" <?php if($selfCompany['company_name']=='海南万盟天下科技有限公司'):?>selected<?php endif;?>><?=$selfCompany['company_name']?></option>" "<option value=\"<?=$selfCompany['id']?>\" <?php if($selfCompany['company_name']=='聚游'):?>selected<?php endif;?>><?=$selfCompany['company_name']?></option>"
); );
"<?php endforeach;?>"; "<?php endforeach;?>";
} }

@ -483,7 +483,7 @@
if (indexNum == 1) { if (indexNum == 1) {
"<?php foreach($selfCompanies as $selfCompany):?>" "<?php foreach($selfCompanies as $selfCompany):?>"
$(id).append( $(id).append(
"<option value=\"<?=$selfCompany['id']?>\" <?php if($selfCompany['company_name']=='海南万盟天下科技有限公司'):?>selected<?php endif;?>><?=$selfCompany['company_name']?></option>" "<option value=\"<?=$selfCompany['id']?>\" <?php if($selfCompany['company_name']=='聚游'):?>selected<?php endif;?>><?=$selfCompany['company_name']?></option>"
); );
"<?php endforeach;?>"; "<?php endforeach;?>";
} }

@ -860,7 +860,7 @@
if (indexNum == 1) { if (indexNum == 1) {
"<?php foreach($selfCompanies as $selfCompany):?>" "<?php foreach($selfCompanies as $selfCompany):?>"
$(id).append( $(id).append(
"<option value=\"<?=$selfCompany['id']?>\" <?php if($selfCompany['company_name']=='海南万盟天下科技有限公司'):?>selected<?php endif;?>><?=$selfCompany['company_name']?></option>" "<option value=\"<?=$selfCompany['id']?>\" <?php if($selfCompany['company_name']=='聚游'):?>selected<?php endif;?>><?=$selfCompany['company_name']?></option>"
); );
"<?php endforeach;?>"; "<?php endforeach;?>";
} }

@ -859,7 +859,7 @@
if (indexNum == 1) { if (indexNum == 1) {
"<?php foreach($selfCompanies as $selfCompany):?>" "<?php foreach($selfCompanies as $selfCompany):?>"
$(id).append( $(id).append(
"<option value=\"<?=$selfCompany['id']?>\" <?php if($selfCompany['company_name']=='海南万盟天下科技有限公司'):?>selected<?php endif;?>><?=$selfCompany['company_name']?></option>" "<option value=\"<?=$selfCompany['id']?>\" <?php if($selfCompany['company_name']=='聚游'):?>selected<?php endif;?>><?=$selfCompany['company_name']?></option>"
); );
"<?php endforeach;?>"; "<?php endforeach;?>";
} }

@ -842,7 +842,7 @@
if (indexNum == 1) { if (indexNum == 1) {
"<?php foreach($selfCompanies as $selfCompany):?>" "<?php foreach($selfCompanies as $selfCompany):?>"
$(id).append( $(id).append(
"<option value=\"<?=$selfCompany['id']?>\" <?php if($selfCompany['company_name']=='海南万盟天下科技有限公司'):?>selected<?php endif;?>><?=$selfCompany['company_name']?></option>" "<option value=\"<?=$selfCompany['id']?>\" <?php if($selfCompany['company_name']=='聚游'):?>selected<?php endif;?>><?=$selfCompany['company_name']?></option>"
); );
"<?php endforeach;?>"; "<?php endforeach;?>";
} }

@ -212,7 +212,7 @@
</div> </div>
<div class="fgx">功能菜单</div> <div class="fgx">功能菜单</div>
<div id="subnav" class="subnav"> <div id="subnav" class="subnav">
<h3 class=""><i class="icon icon-unfold"></i>万盟对账单管理</h3> <h3 class=""><i class="icon icon-unfold"></i>聚游对账单管理</h3>
<ul class="side-sub-menu" style=""> <ul class="side-sub-menu" style="">
<li class="current"> <li class="current">
<a class="item" href="/{$Think.SUBSITE_INDEX}?s=/VerifyBill/index.html">对账单确认</a> <a class="item" href="/{$Think.SUBSITE_INDEX}?s=/VerifyBill/index.html">对账单确认</a>

@ -83,7 +83,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<div class="tab-content tabcon1711" id="firstPartBaseInfo"> <div class="tab-content tabcon1711" id="firstPartBaseInfo">

@ -95,7 +95,7 @@
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div style="display: flex;margin: auto;"> <div style="display: flex;margin: auto;">
<div class="tab-content tabcon1711" id="firstPartBaseInfo"> <div class="tab-content tabcon1711" id="firstPartBaseInfo">

@ -173,7 +173,7 @@
<td>线上结算</td> <td>线上结算</td>
<td>奖励方</td> <td>奖励方</td>
<td>下游公司</td> <td>下游公司</td>
<td>万盟天下科技</td> <td>聚游</td>
<td>kefuguanlian</td> <td>kefuguanlian</td>
<td>1500</td> <td>1500</td>

@ -170,8 +170,8 @@
<!-- </div>--> <!-- </div>-->
<div class="input-list input-list-promote search_label_rehab" style="width: 100%;"> <div class="input-list input-list-promote search_label_rehab" style="width: 100%;">
甲方:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 甲方:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="text" id="jfCompany" name="jfCompany" class="" value="海南万盟天下科技有限公司" style="width: 30%;display: none"/> <input type="text" id="jfCompany" name="jfCompany" class="" value="聚游" style="width: 30%;display: none"/>
<span>海南万盟天下科技有限公司</span> <span>聚游</span>
</div> </div>
<div class="input-list input-list-promote search_label_rehab" style="width: 100%;"> <div class="input-list input-list-promote search_label_rehab" style="width: 100%;">
联系人:&nbsp;&nbsp;&nbsp; 联系人:&nbsp;&nbsp;&nbsp;

@ -143,8 +143,8 @@
<!-- </div>--> <!-- </div>-->
<div class="input-list input-list-promote search_label_rehab" style="width: 100%;"> <div class="input-list input-list-promote search_label_rehab" style="width: 100%;">
甲方:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 甲方:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="text" id="jfCompany" name="jfCompany" class="" value="海南万盟天下科技有限公司" style="width: 30%;display: none"/> <input type="text" id="jfCompany" name="jfCompany" class="" value="聚游" style="width: 30%;display: none"/>
<span>海南万盟天下科技有限公司</span> <span>聚游</span>
</div> </div>
<div class="input-list input-list-promote search_label_rehab" style="width: 100%;"> <div class="input-list input-list-promote search_label_rehab" style="width: 100%;">
联系人:&nbsp;&nbsp;&nbsp; 联系人:&nbsp;&nbsp;&nbsp;

@ -295,7 +295,7 @@
$("#upstream").click(function () { $("#upstream").click(function () {
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['70%', '80%'], area: ['70%', '80%'],
@ -306,7 +306,7 @@
$("#downstream").click(function () { $("#downstream").click(function () {
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['70%', '80%'], area: ['70%', '80%'],
@ -317,7 +317,7 @@
$("#persondownstream").click(function () { $("#persondownstream").click(function () {
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['70%', '80%'], area: ['70%', '80%'],
@ -339,7 +339,7 @@
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['70%', '80%'], area: ['70%', '80%'],
@ -358,7 +358,7 @@
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['70%', '80%'], area: ['70%', '80%'],

@ -94,7 +94,7 @@
<table> <table>
<thead> <thead>
<tr> <tr>
<th>项目</th><th>公司</th><th>实时结算金额合计</th><th>万盟结算金额</th><th>其他结算金额</th><th>是否万盟结算</th><th>操作</th> <th>项目</th><th>公司</th><th>实时结算金额合计</th><th>聚游结算金额</th><th>其他结算金额</th><th>是否聚游结算</th><th>操作</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -157,14 +157,14 @@
<table border="0" cellspacing="0" cellpadding="0" style="margin-top:30px;"> <table border="0" cellspacing="0" cellpadding="0" style="margin-top:30px;">
<input type="text" name="id" id="edit_id" value="0" style="display: none;"> <input type="text" name="id" id="edit_id" value="0" style="display: none;">
<tr> <tr>
<td class="l noticeinfo" style="width:120px;">万盟结算金额:</td> <td class="l noticeinfo" style="width:120px;">聚游结算金额:</td>
<td class="r table_radio"> <td class="r table_radio">
<input type="number" class="txt ratio" name="wm_amount" id="edit_wm_amount" value="0" placeholder="" οninput="value=value.replace(/[^\w\.\/]/ig, '')" style="width: 150px;"> <input type="number" class="txt ratio" name="wm_amount" id="edit_wm_amount" value="0" placeholder="" οninput="value=value.replace(/[^\w\.\/]/ig, '')" style="width: 150px;">
</td> </td>
</tr> </tr>
<tr style="height:30px"></tr> <tr style="height:30px"></tr>
<tr> <tr>
<td class="l noticeinfo" style="width:120px;">是否万盟结算:</td> <td class="l noticeinfo" style="width:120px;">是否聚游结算:</td>
<td class="r table_radio"> <td class="r table_radio">
<div style="float: left;"> <div style="float: left;">
<select id="edit_iswm" name="type" style="width:150px;"> <select id="edit_iswm" name="type" style="width:150px;">

@ -198,7 +198,7 @@
var url = "{:U('viewPool')}"+"&id="+id var url = "{:U('viewPool')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],
@ -211,7 +211,7 @@
var url = "{:U('viewUnPaymentPool')}"+"&id="+id var url = "{:U('viewUnPaymentPool')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],
@ -224,7 +224,7 @@
var url = "{:U('editPool')}"+"&id="+id var url = "{:U('editPool')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],
@ -237,7 +237,7 @@
var url = "{:U('editPool')}"+"&id="+id+"&type=1" var url = "{:U('editPool')}"+"&id="+id+"&type=1"
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],
@ -463,7 +463,7 @@
var url = "{:U('setPayment')}"+"&id="+id var url = "{:U('setPayment')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],
@ -475,7 +475,7 @@
var url = "{:U('viewPayment')}"+"&id="+id var url = "{:U('viewPayment')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],

@ -496,7 +496,7 @@
var url = "{:U('changeSubSpend')}"+"&ids="+text; var url = "{:U('changeSubSpend')}"+"&ids="+text;
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['40%', '60%'], area: ['40%', '60%'],

@ -155,7 +155,7 @@
var url = "{:U('viewStatement')}"+"&id="+id var url = "{:U('viewStatement')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['100%', '100%'], area: ['100%', '100%'],

@ -90,7 +90,7 @@
</style> </style>
<body> <body>
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;"> <!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
海南万盟天下科技有限公司 聚游
</div> --> </div> -->
<div class="data_list box_mt" style="margin-top: 10px;"> <div class="data_list box_mt" style="margin-top: 10px;">

@ -282,7 +282,7 @@
$("#upstream").click(function () { $("#upstream").click(function () {
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['70%', '80%'], area: ['70%', '80%'],
@ -293,7 +293,7 @@
$("#downstream").click(function () { $("#downstream").click(function () {
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['70%', '80%'], area: ['70%', '80%'],
@ -304,7 +304,7 @@
$("#persondownstream").click(function () { $("#persondownstream").click(function () {
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['70%', '80%'], area: ['70%', '80%'],
@ -326,7 +326,7 @@
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['70%', '80%'], area: ['70%', '80%'],
@ -345,7 +345,7 @@
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司", title: "聚游",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['70%', '80%'], area: ['70%', '80%'],

@ -46,7 +46,7 @@
</style> </style>
<!-- <div class="cf main-place top_nav_list navtab_list">--> <!-- <div class="cf main-place top_nav_list navtab_list">-->
<!-- <h3 class="page_title">万盟对账单管理</h3>--> <!-- <h3 class="page_title">聚游对账单管理</h3>-->
<!-- </div>--> <!-- </div>-->
<!-- 数据列表 --> <!-- 数据列表 -->
@ -190,7 +190,7 @@
var url = $(this).data('url'); var url = $(this).data('url');
layer.open({ layer.open({
type: 2, type: 2,
title: '海南万盟天下有限公司', title: '聚游',
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['70%', '80%'], area: ['70%', '80%'],

@ -39,7 +39,7 @@
</style> </style>
<div class="cf main-place top_nav_list navtab_list"> <div class="cf main-place top_nav_list navtab_list">
<h3 class="page_title">万盟天下对账单管理</h3> <h3 class="page_title">聚游对账单管理</h3>
</div> </div>
<!-- 数据列表 --> <!-- 数据列表 -->
@ -115,7 +115,7 @@
var url = "{:U('view')}"+"&id="+id var url = "{:U('view')}"+"&id="+id
layer.open({ layer.open({
type: 2, type: 2,
title: "海南万盟天下科技有限公司对账单详情", title: "聚游对账单详情",
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['70%', '80%'], area: ['70%', '80%'],

@ -46,7 +46,7 @@
</style> </style>
<!-- <div class="cf main-place top_nav_list navtab_list">--> <!-- <div class="cf main-place top_nav_list navtab_list">-->
<!-- <h3 class="page_title">万盟对账单管理</h3>--> <!-- <h3 class="page_title">聚游对账单管理</h3>-->
<!-- </div>--> <!-- </div>-->
<!-- 数据列表 --> <!-- 数据列表 -->
@ -222,7 +222,7 @@
var url = $(this).data('url'); var url = $(this).data('url');
layer.open({ layer.open({
type: 2, type: 2,
title: '海南万盟天下有限公司', title: '聚游',
shadeClose: true, shadeClose: true,
shade: 0.8, shade: 0.8,
area: ['70%', '80%'], area: ['70%', '80%'],

@ -3043,7 +3043,7 @@ function hideRealName($realName)
function isAggGame($payUrl) function isAggGame($payUrl)
{ {
if (strpos($payUrl, 'sdk-pay-a.wmtxkj') !== false || strpos($payUrl, 'sdk-pay-i.wmtxkj') !== false ) { if (strpos($payUrl, 'sdk-pay-a.jianhuifa') !== false || strpos($payUrl, 'sdk-pay-i.jianhuifa') !== false ) {
return true; return true;
} }
return false; return false;

@ -13,7 +13,7 @@
), ),
'wap_index' => 'wap_index' =>
array ( array (
'seo_title' => '万盟天下', 'seo_title' => '聚游',
'seo_keyword' => 'asdasdasd', 'seo_keyword' => 'asdasdasd',
'seo_description' => 'asdasdasd', 'seo_description' => 'asdasdasd',
), ),

@ -1023,7 +1023,7 @@ class PromoteController extends BaseController
if (empty($user)) { if (empty($user)) {
$this->redirect("Home/Index/index"); $this->redirect("Home/Index/index");
} }
$promoteUrl = "https://m.wmtxkj.com/mobile.php?s=Ssg/home/promote_id/" . $user['pid']; $promoteUrl = "https://m.jianhuifa.cn/mobile.php?s=Ssg/home/promote_id/" . $user['pid'];
$this->assign("promote_url", $promoteUrl); $this->assign("promote_url", $promoteUrl);
$this->display(); $this->display();

@ -167,7 +167,7 @@
</div> </div>
</div> </div>
<div id="footer"> <div id="footer">
<p>© copyright 万盟天下游戏</p> <p>© copyright 聚游</p>
</div> </div>
</div> </div>

@ -110,8 +110,8 @@
<section class="down-app-box"> <section class="down-app-box">
<div class="down-app-inner"> <div class="down-app-inner">
<img src="__IMG__/Poster/poster.png"> <img src="__IMG__/Poster/poster.png">
<a href="itms-services://?action=download-manifest&url=https://m.wmtxkj.com/manifest.plist" class="down-app-btn jq-dwn-btn">立即下载</a> <a href="itms-services://?action=download-manifest&url=https://m.jianhuifa.cn/manifest.plist" class="down-app-btn jq-dwn-btn">立即下载</a>
<a href="https://m.wmtxkj.com" class="down-app-index">进入网站<i class="iconfont icongengduo" style="margin-left: -0.3rem;font-size: 0.8rem;"></i></a> <a href="https://m.jianhuifa.cn" class="down-app-index">进入网站<i class="iconfont icongengduo" style="margin-left: -0.3rem;font-size: 0.8rem;"></i></a>
</div> </div>
</section> </section>
<div style="text-align: center"> <div style="text-align: center">

@ -18,7 +18,7 @@
<div class="heard_tabbar"> <div class="heard_tabbar">
<ul> <ul>
<li> <li>
<a class="<if condition='$Think.const.CONTROLLER_NAME eq Index && $Think.const.ACTION_NAME eq index'>active</if>" href="{:U('Index/index')}"><span>关于天下</span><i></i></a> <a class="<if condition='$Think.const.CONTROLLER_NAME eq Index && $Think.const.ACTION_NAME eq index'>active</if>" href="{:U('Index/index')}"><span>关于聚游</span><i></i></a>
</li> </li>
<li> <li>
<a class="<if condition='$Think.const.CONTROLLER_NAME eq Index && $Think.const.ACTION_NAME eq business'>active</if>" href="{:U('Index/business')}"><span>{:C('PC_BUSINESS_PART')?C('PC_BUSINESS_PART'):'产品服务'}</span><i></i></a> <a class="<if condition='$Think.const.CONTROLLER_NAME eq Index && $Think.const.ACTION_NAME eq business'>active</if>" href="{:U('Index/business')}"><span>{:C('PC_BUSINESS_PART')?C('PC_BUSINESS_PART'):'产品服务'}</span><i></i></a>
@ -36,7 +36,7 @@
<div class="collaborate_introduce"> <div class="collaborate_introduce">
<div class="collaborate_info"> <div class="collaborate_info">
<div class="title">市场合作</div> <div class="title">市场合作</div>
<div class="del">万盟天下一直坚持开放诚信高效的业务合作,欢迎各位业界同仁前来联系,互利共赢。</div> <div class="del">聚游一直坚持开放诚信高效的业务合作,欢迎各位业界同仁前来联系,互利共赢。</div>
<div class="del" style="display: flex; align-items: center;margin-top:0"> <div class="del" style="display: flex; align-items: center;margin-top:0">
<div> <div>
<div class="del" style="margin: 0;">联系人: 李先生</div> <div class="del" style="margin: 0;">联系人: 李先生</div>
@ -47,14 +47,7 @@
</div> </div>
<div class="collaborate_info"> <div class="collaborate_info">
<div class="title">商务合作</div> <div class="title">商务合作</div>
<div class="del">万盟天下一直希望通过广泛的市场及品牌合作,为用户提供更全面的产品与服务。</div> <div class="del">聚游一直希望通过广泛的市场及品牌合作,为用户提供更全面的产品与服务。</div>
</div>
<div class="collaborate_info">
<div class="title">联系方式</div>
<p >公司地址福建省福州市鼓楼区福大怡山文化创意园11号楼103号</p>
<p>联系人: 雷女士</p>
<p>联系电话: 13067391751</p>
<p>邮政编码350004</p>
</div> </div>
<!-- 地图展示 --> <!-- 地图展示 -->
<div class="map-box" > <div class="map-box" >

@ -21,7 +21,7 @@
<div class="title">公司介绍</div> <div class="title">公司介绍</div>
<div class="del">COMPANY PROFILE</div> <div class="del">COMPANY PROFILE</div>
<div class="content"> <div class="content">
<p>万盟天下励志为玩家提供国内最精品的移动游戏,公司集休闲、娱乐、游戏、玩家互动为一体,以公司服务和玩家互动娱乐为核心, 并于游戏厂商共建良好的沟通反馈机制,力图为大家打造一个最优秀最专业的绿色健康游戏服务平台。</p> <p>聚游励志为玩家提供国内最精品的移动游戏,公司集休闲、娱乐、游戏、玩家互动为一体,以公司服务和玩家互动娱乐为核心, 并于游戏厂商共建良好的沟通反馈机制,力图为大家打造一个最优秀最专业的绿色健康游戏服务平台。</p>
<p> 公司始终关注行业发展,为解决行业痛点不遗余力,专注于如何有效提升玩家用户体验,延长用户游戏周期,为玩家解决主要问题。在游戏中组织军团,带领玩家入门,一起畅玩游戏。我们的宗旨是:一对一,手把手,提供最贴心、最人性化的服务,帮助玩家找到最合适的游戏圈,带领玩家充分享受游戏带来的快乐。 公司现与知名互联网公司合作愉快。我们的愿景 :打造游戏行业最具影响力的【网络游戏运营模式】致力于真正做到让玩家快乐游戏! 用心享受快乐!</p> <p> 公司始终关注行业发展,为解决行业痛点不遗余力,专注于如何有效提升玩家用户体验,延长用户游戏周期,为玩家解决主要问题。在游戏中组织军团,带领玩家入门,一起畅玩游戏。我们的宗旨是:一对一,手把手,提供最贴心、最人性化的服务,帮助玩家找到最合适的游戏圈,带领玩家充分享受游戏带来的快乐。 公司现与知名互联网公司合作愉快。我们的愿景 :打造游戏行业最具影响力的【网络游戏运营模式】致力于真正做到让玩家快乐游戏! 用心享受快乐!</p>
</div> </div>
<div class="base">每一天,我们都致力于创造更美好的未来。我们的优质产品和服务,使人心情愉悦,神采焕发,享受更加完美生活。</div> <div class="base">每一天,我们都致力于创造更美好的未来。我们的优质产品和服务,使人心情愉悦,神采焕发,享受更加完美生活。</div>

@ -102,7 +102,7 @@
<div class="heard_tabbar"> <div class="heard_tabbar">
<ul> <ul>
<li> <li>
<a class="<if condition='$Think.const.CONTROLLER_NAME eq Index && $Think.const.ACTION_NAME eq index'>active</if>" href="{:U('Index/index')}"><span>关于天下</span><i></i></a> <a class="<if condition='$Think.const.CONTROLLER_NAME eq Index && $Think.const.ACTION_NAME eq index'>active</if>" href="{:U('Index/index')}"><span>关于聚游</span><i></i></a>
</li> </li>
<li> <li>
<a class="<if condition='$Think.const.CONTROLLER_NAME eq Index && $Think.const.ACTION_NAME eq business'>active</if>" href="{:U('Index/business')}"><span>{:C('PC_BUSINESS_PART')?C('PC_BUSINESS_PART'):'产品服务'}</span><i></i></a> <a class="<if condition='$Think.const.CONTROLLER_NAME eq Index && $Think.const.ACTION_NAME eq business'>active</if>" href="{:U('Index/business')}"><span>{:C('PC_BUSINESS_PART')?C('PC_BUSINESS_PART'):'产品服务'}</span><i></i></a>

@ -589,9 +589,9 @@ class SsgController extends BaseController {
$param['payway'] = 1; $param['payway'] = 1;
$param['title'] = $price; $param['title'] = $price;
$param['body'] = $price; $param['body'] = $price;
//$param['callback'] = "https://m.wmtxkj.com/mobile.php/Ssg/install_show/user_id/{$userId}/game_id/{$gameId}/order_id/{$orderId}"; //$param['callback'] = "https://m.jianhuifa.cn/mobile.php/Ssg/install_show/user_id/{$userId}/game_id/{$gameId}/order_id/{$orderId}";
//$param['notifyurl'] = "https://m.wmtxkj.com/callback.php/Notify/notify/apitype/alipay"; //$param['notifyurl'] = "https://m.jianhuifa.cn/callback.php/Notify/notify/apitype/alipay";
if(stripos($_SERVER['HTTP_HOST'], '.wmtxkj.cn') || $_SERVER['HTTP_HOST']=='127.0.0.1' || stripos($_SERVER['HTTP_HOST'], '.free.idcfengye.com')){ if(stripos($_SERVER['HTTP_HOST'], '.jianhuifa.cn') || $_SERVER['HTTP_HOST']=='127.0.0.1' || stripos($_SERVER['HTTP_HOST'], '.free.idcfengye.com')){
$param['callback'] = "http://".$_SERVER['HTTP_HOST']."/mobile.php/Ssg/install_show/user_id/{$userId}/game_id/{$gameId}/order_id/{$orderId}"; $param['callback'] = "http://".$_SERVER['HTTP_HOST']."/mobile.php/Ssg/install_show/user_id/{$userId}/game_id/{$gameId}/order_id/{$orderId}";
//$param['notifyurl'] = "http://".$_SERVER['HTTP_HOST']."/callback.php/Notify/notify/apitype/alipay"; //$param['notifyurl'] = "http://".$_SERVER['HTTP_HOST']."/callback.php/Notify/notify/apitype/alipay";
}else{ }else{

@ -17,14 +17,14 @@
<div class="heard_img"><img src="__IMG__/new/lunbo2.png" alt=""></div> <div class="heard_img"><img src="__IMG__/new/lunbo2.png" alt=""></div>
<div class="heard_title">商务合作</div> <div class="heard_title">商务合作</div>
<div class="heard_en">BUSINESS COOPERATION</div> <div class="heard_en">BUSINESS COOPERATION</div>
<div class="introduce">《海南万盟天下科技有限公司》,致力于引进和传播手机游戏,我们愿与广大开发者一同成长,将快乐分享给每一个玩家。欢迎广大开发者与工作人员联系,让您的游戏为我们平台锦上添花。</div> <div class="introduce">聚游,致力于引进和传播手机游戏,我们愿与广大开发者一同成长,将快乐分享给每一个玩家。欢迎广大开发者与工作人员联系,让您的游戏为我们平台锦上添花。</div>
<div class="bazaar"> <div class="bazaar">
<div class="title">市场合作</div> <div class="title">市场合作</div>
<div class="info">万盟天下一直坚持开放诚信高效的业务合作,欢迎各位业界同仁前来联系,互利共赢。</div> <div class="info">聚游一直坚持开放诚信高效的业务合作,欢迎各位业界同仁前来联系,互利共赢。</div>
</div> </div>
<div class="bazaar"> <div class="bazaar">
<div class="title">商务合作</div> <div class="title">商务合作</div>
<div class="info">万盟天下一直希望通过广泛的市场及品牌合作,为用户提供更全面的产品与服务。</div> <div class="info">聚游一直希望通过广泛的市场及品牌合作,为用户提供更全面的产品与服务。</div>
</div> </div>
<div class="bazaar"> <div class="bazaar">
<div class="title">联系方式</div> <div class="title">联系方式</div>
@ -40,9 +40,9 @@
<!-- 底部标签 --> <!-- 底部标签 -->
<div class="foot_lable"> <div class="foot_lable">
<div>备案号:<a class="beian" href="http://www.beian.miit.gov.cn" target="_blank">琼ICP备19000556号-1</a></div> <div>备案号:</div>
<div>网络文化经营许可证编号琼网文20192354-200号</div> <div>网络文化经营许可证编号琼网文20192354-200号</div>
<div>海南万盟天下科技有限公司</div> <div>聚游</div>
</div> </div>
</div> </div>
<!-- 底部导航 --> <!-- 底部导航 -->

@ -58,7 +58,7 @@
<div class="foot_lable" style="position: absolute;bottom:61px;width: 100%;text-align: center;"> <div class="foot_lable" style="position: absolute;bottom:61px;width: 100%;text-align: center;">
<div>备案号:<a class="beian" href="http://www.beian.miit.gov.cn" target="_blank">琼ICP备19000556号-1</a></div> <div>备案号:<a class="beian" href="http://www.beian.miit.gov.cn" target="_blank">琼ICP备19000556号-1</a></div>
<div>网络文化经营许可证编号琼网文20192354-200号</div> <div>网络文化经营许可证编号琼网文20192354-200号</div>
<div>海南万盟天下科技有限公司</div> <div>聚游</div>
</div> </div>
</div> </div>

@ -18,7 +18,7 @@
<div class="heard_title">公司介绍</div> <div class="heard_title">公司介绍</div>
<div class="heard_en">COMPANY PROFILE</div> <div class="heard_en">COMPANY PROFILE</div>
<div class="introduce"> <div class="introduce">
<div>万盟天下励志为玩家提供国内最精品的移动游戏,公司集休闲、娱乐、游戏、玩家互动为一体,以公司服务和玩家互动娱乐为核心, 并于游戏厂商共建良好的沟通反馈机制,力图为大家打造一个最优秀最专业的绿色健康游戏服务平台。</div> <div>聚游励志为玩家提供国内最精品的移动游戏,公司集休闲、娱乐、游戏、玩家互动为一体,以公司服务和玩家互动娱乐为核心, 并于游戏厂商共建良好的沟通反馈机制,力图为大家打造一个最优秀最专业的绿色健康游戏服务平台。</div>
<div>公司始终关注行业发展,为解决行业痛点不遗余力,专注于如何有效提升玩家用户体验,延长用户游戏周期,为玩家解决主要问题。在游戏中组织军团,带领玩家入门,一起畅玩游戏。我们的宗旨是:一对一,手把手,提供最贴心、最人性化的服务,帮助玩家找到最合适的游戏圈,带领玩家充分享受游戏带来的快乐。 公司现与知名互联网公司合作愉快。我们的愿景 :打造游戏行业最具影响力的【网络游戏运营模式】致力于真正做到让玩家快乐游戏! 用心享受快乐!</div> <div>公司始终关注行业发展,为解决行业痛点不遗余力,专注于如何有效提升玩家用户体验,延长用户游戏周期,为玩家解决主要问题。在游戏中组织军团,带领玩家入门,一起畅玩游戏。我们的宗旨是:一对一,手把手,提供最贴心、最人性化的服务,帮助玩家找到最合适的游戏圈,带领玩家充分享受游戏带来的快乐。 公司现与知名互联网公司合作愉快。我们的愿景 :打造游戏行业最具影响力的【网络游戏运营模式】致力于真正做到让玩家快乐游戏! 用心享受快乐!</div>
<div>每一天,我们都致力于创造更美好的未来。我们的优质产品和服务,使人心情愉悦,神采焕发,享受更加完美生活。</div> <div>每一天,我们都致力于创造更美好的未来。我们的优质产品和服务,使人心情愉悦,神采焕发,享受更加完美生活。</div>
</div> </div>
@ -27,7 +27,7 @@
<div class="foot_lable"> <div class="foot_lable">
<div>备案号:<a class="beian" href="http://www.beian.miit.gov.cn" target="_blank">琼ICP备19000556号-1</a></div> <div>备案号:<a class="beian" href="http://www.beian.miit.gov.cn" target="_blank">琼ICP备19000556号-1</a></div>
<div>网络文化经营许可证编号琼网文20192354-200号</div> <div>网络文化经营许可证编号琼网文20192354-200号</div>
<div>海南万盟天下科技有限公司</div> <div>聚游</div>
</div> </div>
</div> </div>
<!-- 底部导航 --> <!-- 底部导航 -->

@ -78,7 +78,7 @@
<section class="footbox"> <section class="footbox">
<p>备案号:{:C('PC_SET_FOR_THE_RECORD')}</p> <p>备案号:{:C('PC_SET_FOR_THE_RECORD')}</p>
<p>网络文化经营许可证编号:{:C('PC_SET_LICENSE')}</p> <p>网络文化经营许可证编号:{:C('PC_SET_LICENSE')}</p>
<p>海南万盟天下科技有限公司</p> <p>聚游</p>
</section> </section>
</div> </div>

@ -140,7 +140,7 @@ body{
</div> </div>
</div> </div>
<!--<div class="footer-pay"> <!--<div class="footer-pay">
<p>海南万盟天下科技有限公司 版权所有 ©2019 支付中心</p> <p>聚游 版权所有 ©2019 支付中心</p>
</div>--> </div>-->
</body> </body>
<script> <script>

@ -11,7 +11,7 @@
<link rel="stylesheet" type="text/css" href="__CSS__/reset.css"> <link rel="stylesheet" type="text/css" href="__CSS__/reset.css">
<link rel="stylesheet" type="text/css" href="__CSS__/name.css"> <link rel="stylesheet" type="text/css" href="__CSS__/name.css">
<link rel="stylesheet" type="text/css" href="__CSS__/common-cz.css"> <link rel="stylesheet" type="text/css" href="__CSS__/common-cz.css">
<title>万盟天下</title> <title>聚游</title>
</head> </head>
<body> <body>
<form id="form" action="" method="post" onsubmit="return false" class=""> <form id="form" action="" method="post" onsubmit="return false" class="">

@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>万盟天下</title> <title>聚游</title>
<script src="__JS__/jquery-1.11.3.min.js"></script> <script src="__JS__/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="__JS__/getRem.js"></script> <script type="text/javascript" src="__JS__/getRem.js"></script>
<script src="__STATIC__/bg4_4.js"></script> <script src="__STATIC__/bg4_4.js"></script>

@ -111,6 +111,6 @@ return array(
'TMPL_ACTION_SUCCESS' => MODULE_PATH.'View/Public/success.html', // 默认成功跳转对应的模板文件 'TMPL_ACTION_SUCCESS' => MODULE_PATH.'View/Public/success.html', // 默认成功跳转对应的模板文件
'TMPL_EXCEPTION_FILE' => MODULE_PATH.'View/Public/exception.html',// 异常页面的模板文件 'TMPL_EXCEPTION_FILE' => MODULE_PATH.'View/Public/exception.html',// 异常页面的模板文件
/*默认公司名称*/ /*默认公司名称*/
'DEFAULT_COMPANY'=>"海南万盟天下科技有限公司", 'DEFAULT_COMPANY'=>"聚游",
'WEB_SITE_TITLE'=>"财务打款系统" 'WEB_SITE_TITLE'=>"财务打款系统"
); );

@ -99,7 +99,7 @@
<tbody> <tbody>
<tr> <tr>
<td>1</td> <td>1</td>
<td>海南万盟天下科技</td> <td>聚游</td>
<!-- <td>leilihua</td>--> <!-- <td>leilihua</td>-->
<!-- <td>外团开发</td>--> <!-- <td>外团开发</td>-->
<!-- <td>小明</td>--> <!-- <td>小明</td>-->

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save