Commit 15f1cbf1 authored by 郭志伟's avatar 郭志伟

fix: 支付查询接口参数调整

parent 6460124c
......@@ -27,6 +27,8 @@ export const placeOrder = {
},
// 轮询支付结果
polling: params => {
return req.get("pay/result", params);
return req.get("pay/result", {
params
});
}
};
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