Commit f07cb30d authored by malin's avatar malin

r

parent 0aaecae2
......@@ -96,7 +96,7 @@ const API = {
API_reportView: function (data) {
return request(
reportUrl +
"/logCollection/log/v1/userLogCollection?module=web&pkg=com.h5game.bbqm",
"/logCollection/log/v1/userLogCollection?module=web&pkg=com.h5game.peidui",
"post",
data
);
......
......@@ -137,7 +137,7 @@ export default {
utils.setCookie("orderId", orderId, 0); // 将orderId放入cookie中
utils.setCookie("baseInfo", JSON.stringify(baseInfo), 0);
上报-- > 信息收集;
// 上报-- > 信息收集;
API.API_h5Logs({
outTradeNo: orderId,
link: link,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment