|
|
@@ -188,7 +188,7 @@ public class DesignRest extends BaseService {
|
|
|
);
|
|
|
}
|
|
|
|
|
|
- @RestMapping(name = "tmpSaveUserDesign", auth = true, sort = 17, comment = "暂存设计模板", methods = {"POST"})
|
|
|
+ @RestMapping(name = "tmpSaveUserDesign", auth = false, sort = 17, comment = "暂存设计模板", methods = {"POST"})
|
|
|
@WebApiBean(result = true, type = DesignTemplate.class)
|
|
|
public CompletableFuture<RMap> tmpSaveUserDesign(
|
|
|
@RestBody(comment = "模板") DesignTemplate designTemplate,
|