Commit 42b291e1 authored by malin's avatar malin

t

parent 5b7162c2
...@@ -109,7 +109,7 @@ export default { ...@@ -109,7 +109,7 @@ export default {
const orderId = utils.getCookie("orderId"); const orderId = utils.getCookie("orderId");
let params = { let params = {
pkg: "com.h5game.peidui", pkg: "com.h5game.peidui",
orderId: "1380344238578814976", orderId: orderId,
}; };
API.API_fetchInfo(params).then((res) => { API.API_fetchInfo(params).then((res) => {
if (res.status != 200) { 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