Merge remote-tracking branch 'origin/standalone_develop' into standalone_develop

This commit is contained in:
2024-03-01 15:17:26 +08:00

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