2025-07-03

This commit is contained in:
lcc
2025-07-03 15:45:07 +08:00
parent 9a0c04113f
commit c1da128f07
13 changed files with 366 additions and 295 deletions
+6
View File
@@ -1112,4 +1112,10 @@ apiQuery.getBizAccountLogs = function (params) {
HttpRequest(false, Config.api.appBizAccountLogs, 2, params, "GET", resolve, reject)
})
}
//核销优惠券
apiQuery.postAppCusorderDestroy = function (params) {
return new Promise(function (resolve, reject) {
HttpRequest(false, Config.api.appCusorderDestroy, 2, params, "POST", resolve, reject)
})
}
export default apiQuery;