diff --git a/src/api/market/orders.js b/src/api/market/orders.js index d4759e6..273f1d9 100644 --- a/src/api/market/orders.js +++ b/src/api/market/orders.js @@ -63,6 +63,14 @@ export function orderssd(ordersId) { data: data })} +export function getOut(){ + return request({ + url:"/market/orders/getOutAll", + method: "GET" + })} + + + diff --git a/src/views/market/apitest/index.vue b/src/views/market/apitest/index.vue index 66c3c60..083cf9b 100644 --- a/src/views/market/apitest/index.vue +++ b/src/views/market/apitest/index.vue @@ -86,7 +86,7 @@ - +
@@ -107,22 +107,10 @@ 说明:是否只返回有内容详情的新闻, 1:是, 默认0
-
- - - - - - - - - 传1时返回单号,默认不返回单号(建议传入) - -
- + 发送请求 - + 发送请求 @@ -144,8 +132,21 @@ :visible.sync="dialogVisible1" width="50%" :before-close="handleClose1"> - - + + + {{myapi.productName}} + + + {{myapi.productPrice}}元/次 + + + {{myapi.productContent}} + + + {{myapi.apiRouter}} + + + 请选择申请规格 - - - - {{newapi.productName}} - - - {{newapi.productSpecification}} - - - {{newapi.productPrice}}元/次 - - - {{newapi.productPrice}}元 - - - {{newapi.productContent}} - - 取 消 确 定 @@ -210,7 +193,7 @@