如果我需要像下面这样给出控制器/方法路径
$.ajax({
url: "/sitecore/api/ssc/controller/method-name", type: "GET",
如果使用Item Service,URL中需要什么格式?如上所述,格式化不起作用。
https://stackoverflow.com/questions/44588662
相似问题