From 94ff46df856f6d4f8d8393e22001351c793f4e5b Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期一, 05 五月 2025 16:44:36 +0800 Subject: [PATCH] feat: 新增payInfo测试和部分优化appsecret --- ruoyi-ui/src/api/system/order.js | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ruoyi-ui/src/api/system/order.js b/ruoyi-ui/src/api/system/order.js index c055a8e..9d3cfc1 100644 --- a/ruoyi-ui/src/api/system/order.js +++ b/ruoyi-ui/src/api/system/order.js @@ -61,10 +61,11 @@ }) } -// 鏌ヨ璁㈠崟璇︽儏 -export function getOrderDetail(orderId) { +// 鏌ヨ璁㈠崟璇︾粏 +export function getOrderDetail(orderId, params) { return request({ url: '/system/order/' + orderId, - method: 'get' + method: 'get', + params: params }) -} \ No newline at end of file +} -- Gitblit v1.9.1