处理用户登陆
This commit is contained in:
16
unpackage/dist/dev/mp-weixin/api/config.js
vendored
16
unpackage/dist/dev/mp-weixin/api/config.js
vendored
@@ -6,20 +6,6 @@ function fetchGetConfig() {
|
||||
// id : number
|
||||
});
|
||||
}
|
||||
function fetchSetConfig(data) {
|
||||
return api_request.request({
|
||||
url: "/config/set",
|
||||
data,
|
||||
method: "POST"
|
||||
});
|
||||
}
|
||||
function fetchSetPriceRules(data) {
|
||||
return api_request.request({
|
||||
url: "/config/setPriceRules",
|
||||
data,
|
||||
method: "POST"
|
||||
});
|
||||
}
|
||||
function fetchGetPriceRules() {
|
||||
return api_request.request({
|
||||
url: "/config/getPriceRules"
|
||||
@@ -28,6 +14,4 @@ function fetchGetPriceRules() {
|
||||
}
|
||||
exports.fetchGetConfig = fetchGetConfig;
|
||||
exports.fetchGetPriceRules = fetchGetPriceRules;
|
||||
exports.fetchSetConfig = fetchSetConfig;
|
||||
exports.fetchSetPriceRules = fetchSetPriceRules;
|
||||
//# sourceMappingURL=../../.sourcemap/mp-weixin/api/config.js.map
|
||||
|
||||
Reference in New Issue
Block a user