acdr-ui/dist/dev/mp-weixin/modules/mall/sheep/api/trade/config.js
2024-10-01 09:15:35 +08:00

13 lines
327 B
JavaScript

"use strict";
const modules_mall_sheep_request_index = require("../../request/index.js");
const TradeConfigApi = {
// 获得交易配置
getTradeConfig: () => {
return modules_mall_sheep_request_index.request({
url: `/trade/config/get`,
method: "GET"
});
}
};
exports.TradeConfigApi = TradeConfigApi;