处理订单列表

This commit is contained in:
2026-01-16 02:04:09 +08:00
parent 1364fb2446
commit ff07af055f
45 changed files with 665 additions and 1772 deletions

View File

@@ -6,12 +6,5 @@ function fetchGetConfig() {
// id : number
});
}
function fetchGetPriceRules() {
return api_request.request({
url: "/config/getPriceRules"
// id : number
});
}
exports.fetchGetConfig = fetchGetConfig;
exports.fetchGetPriceRules = fetchGetPriceRules;
//# sourceMappingURL=../../.sourcemap/mp-weixin/api/config.js.map