|
@@ -72,10 +72,11 @@ export function setMarketingStatusOff(data) {
|
|
})
|
|
})
|
|
}
|
|
}
|
|
//查询活动数据列表
|
|
//查询活动数据列表
|
|
-export function getMarketingDataCodeList(id) {
|
|
|
|
|
|
+export function getMarketingDataCodeList(urlParams,id) {
|
|
return request({
|
|
return request({
|
|
url: `/api/v1/mp/admin/marketing/data/codeList/${id}`,
|
|
url: `/api/v1/mp/admin/marketing/data/codeList/${id}`,
|
|
method: 'post',
|
|
method: 'post',
|
|
|
|
+ urlParams,
|
|
headers: {
|
|
headers: {
|
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
},
|
|
},
|