Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
9 years ago
Commit
d8e1724da0ba11bc5aceb4468cd6607e3d4fe94b
1 parent
37fec8b5
from统计标识
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
library/Configs/ChannelConfig.php
library/Configs/ChannelConfig.php
View file @
d8e1724
...
...
@@ -289,4 +289,15 @@ class ChannelConfig
),
//靠枕/靠垫/抱枕
),
);
//from统计模块标识
public
static
$itemFromStats
=
array
(
'search'
=>
array
(
'domain'
=>
'search'
,
'module'
=>
's'
),
//搜索页search.yohobuy.com
'list_sale'
=>
array
(
'domain'
=>
'list'
,
'module'
=>
's'
),
//list.yohobuy.com/sale
'list'
=>
array
(
'domain'
=>
'list'
,
'module'
=>
'c'
),
//list.yohobuy.com
'list_new'
=>
array
(
'domain'
=>
'list'
,
'module'
=>
'n'
),
//list.yohobuy.com/new
'brand'
=>
array
(
'domain'
=>
'brand'
,
'module'
=>
'b'
),
//xxx.yohobuy.com[品牌域名]
'sale'
=>
array
(
'domain'
=>
'sale'
,
'module'
=>
's'
),
//sale.yohobuy.com
);
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment