This commit is contained in:
X1627315083
2024-02-29 17:16:51 +08:00
parent 7af7bde3f3
commit aa5f2e4208
12 changed files with 1016 additions and 468 deletions

View File

@@ -135,9 +135,13 @@ export const Https = {
//充值相关
productList:`/api/product/list`, //获取商品列表
pagePay:`/api/ali-pay/trade/page/pay`, //支付宝确认支付
payAlipay:`/api/ali-pay/trade/page/pay`, //支付宝确认支付
payPaypal:`/api/paypal/trade`, //paypal确认支付
orderInfoList:`/api/order-info/list`, //查询订单列表
tradeRefund:`/api/ali-pay/trade/refund`, //查询订单列表
tradeRefundAlipay:`/api/ali-pay/trade/refund`, //支付宝退款
tradeRefundPaypal:`/api/paypal/trade/refund`, //paypal退款
tradeQuery:`/api/ali-pay/trade/query/{orderNo}`, //查询订单状态
getRgbByHsvBatch:`/api/element/getRgbByHsvBatch`, //通过hsv值数组批量获取潘通信息