acdr-ui/dist/build/mp-weixin/sheep/api/promotion/diy.js

2 lines
571 B
JavaScript
Raw Normal View History

2024-09-19 07:20:14 +08:00
"use strict";const e=require("../../request/index.js"),t={getUsedDiyTemplate:()=>e.request({url:"/promotion/diy-template/used",method:"GET",custom:{showError:!1,showLoading:!1}}),getDiyTemplate:t=>e.request({url:"/promotion/diy-template/get",method:"GET",params:{id:t},custom:{showError:!1,showLoading:!1}}),getDiyPage:t=>e.request({url:"/promotion/diy-page/get",method:"GET",params:{id:t}}),updatePhone:t=>e.request({url:"/api/setting/updatePhone",method:"POST",params:{id:t}}),getCode:t=>e.request({url:"/public/getCode",method:"GET",params:{id:t}})};exports.DiyApi=t;