店铺海报模版

This commit is contained in:
老叶
2021-11-19 12:06:58 +08:00
parent ae439f366b
commit 9900068d5c
11 changed files with 276 additions and 60 deletions
+7
View File
@@ -565,4 +565,11 @@ apiQuery.getAppDelivery = function (params) {
})
}
//店铺海报模版
apiQuery.getMaterialHomeBiz_posters = function (params) {
return new Promise(function (resolve, reject) {
HttpRequest(false, Config.api.materialHomeBiz_posters, 2, params, "GET", resolve, reject)
})
}
export default apiQuery;