增加组件接口
This commit is contained in:
@@ -1053,4 +1053,10 @@ apiQuery.putAppCusorderStatus = function (params) {
|
||||
HttpRequest(true, Config.api.appCusorderStatus, 2, params, "PUT", resolve, reject)
|
||||
})
|
||||
}
|
||||
|
||||
apiQuery.getMbrand = function (params) {
|
||||
return new Promise(function (resolve, reject) {
|
||||
HttpRequest(false, Config.api.appSeriesMbrand, 2, params, "GET", resolve, reject)
|
||||
})
|
||||
}
|
||||
export default apiQuery;
|
||||
Reference in New Issue
Block a user