更改:获取专区文章使用简要信息接口

This commit is contained in:
2024-03-01 10:36:57 +08:00
parent 8ca9ced360
commit 8760a8234f

View File

@@ -16,6 +16,6 @@ class Getway::Cms::GetService < Getway::ClientService
end
def url
"/cms/doc/open/#{doc_id}".freeze
"/cms/doc/open/baseInfo/#{doc_id}".freeze
end
end