营销:装修模板,底部导航适配APP

This commit is contained in:
owen
2023-11-03 06:47:45 +08:00
parent 06943e821e
commit 8bd5f9f3cc
4 changed files with 40 additions and 16 deletions
+10
View File
@@ -0,0 +1,10 @@
import request from '@/sheep/request';
export default {
// TODO 芋艿:测试
getUsedDiyTemplate: () =>
request({
url: '/app-api/promotion/diy-template/used',
method: 'GET',
}),
};