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

14 lines
336 B
JavaScript

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