acdr-ui/dist/dev/mp-weixin/modules/mall/sheep/api/trade/config.js

13 lines
327 B
JavaScript
Raw Normal View History

2024-09-19 07:20:14 +08:00
"use strict";
2024-10-01 09:15:35 +08:00
const modules_mall_sheep_request_index = require("../../request/index.js");
2024-09-19 07:20:14 +08:00
const TradeConfigApi = {
// 获得交易配置
getTradeConfig: () => {
2024-10-01 09:15:35 +08:00
return modules_mall_sheep_request_index.request({
2024-09-19 07:20:14 +08:00
url: `/trade/config/get`,
method: "GET"
});
}
};
exports.TradeConfigApi = TradeConfigApi;