fix: index read api data use params only data

This commit is contained in:
2021-11-29 16:40:24 +08:00
parent 6ffc702209
commit 80b83c5230

View File

@@ -16,6 +16,6 @@ class Forum::Memos::GetService < Forum::ClientService
end
def url
"/memos/#{memo_id}.json".freeze
"/memos/#{memo_id}.json?only_data=true".freeze
end
end