更改:获取专区文章使用简要信息接口
This commit is contained in:
parent
8ca9ced360
commit
8760a8234f
|
@ -16,6 +16,6 @@ class Getway::Cms::GetService < Getway::ClientService
|
||||||
end
|
end
|
||||||
|
|
||||||
def url
|
def url
|
||||||
"/cms/doc/open/#{doc_id}".freeze
|
"/cms/doc/open/baseInfo/#{doc_id}".freeze
|
||||||
end
|
end
|
||||||
end
|
end
|
Loading…
Reference in New Issue