Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
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
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
1d76fdacb8c8b5516cb36c82870c9ca09dbe8c94
2 parents
313c95ee
ca19cfd7
Merge branch 'hotfix/analysis'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
library/WebPlugin/Helpers.php
yohobuy/www.yohobuy.com/application/models/Shopping/Pay.php
library/WebPlugin/Helpers.php
View file @
1d76fda
...
...
@@ -755,7 +755,7 @@ class Helpers
// 分析用: 商品ID列表
$analysis
[
'ids'
][]
=
$value
[
'product_id'
];
// 分析用: 品友
$analysis
[
'ipinyou'
]
.=
$value
[
'product_
id'
]
.
','
.
$value
[
'buy_number'
]
.
';'
;
$analysis
[
'ipinyou'
]
.=
$value
[
'product_
skn'
]
.
','
.
$value
[
'buy_number'
]
.
';'
;
//iponyou变更为skn
// 分析用: CRITEO
$analysis
[
'criteo'
][]
=
array
(
'id'
=>
$value
[
'product_skn'
],
...
...
@@ -767,7 +767,7 @@ class Helpers
// 分析用: 商品ID列表
$analysis
[
'ids'
][]
=
$value
[
'product_id'
];
// 分析用: 品友
$analysis
[
'ipinyou'
]
.=
$value
[
'product_
id
'
]
.
','
.
$value
[
'buy_number'
]
.
';'
;
$analysis
[
'ipinyou'
]
.=
$value
[
'product_
skn
'
]
.
','
.
$value
[
'buy_number'
]
.
';'
;
// 分析用: CRITEO
$analysis
[
'criteo'
][]
=
array
(
'id'
=>
$value
[
'product_skn'
],
...
...
yohobuy/www.yohobuy.com/application/models/Shopping/Pay.php
View file @
1d76fda
...
...
@@ -82,7 +82,7 @@ class PayModel
'price'
=>
$val
[
'goods_price'
],
'number'
=>
$val
[
'buy_number'
]
);
$pinyouGoodsArr
[]
=
$val
[
'product_
id'
]
.
','
.
$val
[
'buy_number'
];
$pinyouGoodsArr
[]
=
$val
[
'product_
skn'
]
.
','
.
$val
[
'buy_number'
];
//pinyou统计改为skn
}
$result
[
'goodsData'
]
=
$goodsData
;
// skn列表
...
...
Please
register
or
login
to post a comment