Commit b7f555be authored by malin's avatar malin

r

parent 4fff6049
......@@ -143,7 +143,7 @@ export default {
tgtk: 1,
uid: 122193,
pkg: "com.h5game.peidui",
source: "toutiao",
source: h5LogsObj.source ? h5LogsObj.source : "toutiao",
};
// 获取订单号
......
......@@ -111,7 +111,7 @@ export default {
let params = {
pkg: "com.h5game.peidui",
orderId: 1380344238578814976,
orderId: orderId,
};
API.API_fetchInfo(params).then((res) => {
if (res.status != 200) {
......
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