Commit f151dd13 by guojuxing

pmd

parent 7414d82c
......@@ -6,7 +6,13 @@ import com.gic.enterprise.utils.ResultControllerUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* 小程序装修页面默认配置接口
* @ClassName:
* @Description: 

* @author guojuxing

* @date 2021/8/2 3:55 PM

*/
@RestController
@RequestMapping("/custom-page")
public class AppletCustomPageController {
......@@ -15,6 +21,15 @@ public class AppletCustomPageController {
private AppletCustomPageApiService appletCustomPageApiService;
/**
* 新增/编辑默认配置数据
* @param param
* @param pageId
* @param saveType
* @param appType
* @param appId
* @return
*/
@RequestMapping("/save-default-page")
public RestResponse saveDefaultPage(String param, Integer pageId, Integer saveType, Integer appType, String appId) {
Integer enterpriseId = -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment