fix: index read api data use params only data

This commit is contained in:
yystopf 2021-11-29 16:40:24 +08:00
parent 6ffc702209
commit 80b83c5230
1 changed files with 1 additions and 1 deletions

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