Commit 2ad5fc38 by zhangzhen

细节优化

parent 65ab7ebc
......@@ -59,7 +59,7 @@ export const noLoginOpenDoor=(orderNo)=>{
return http.get(url)
}
export const noLoginGetOrderInfo=(id)=>{
let url=`/openInterface/order/info/`+id
export const noLoginGetOrderInfo=(orderNo)=>{
let url=`/openInterface/order/info?orderNo=${orderNo}`
return http.get(url)
}
\ No newline at end of file
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