Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
PT_Sixth
/
8db5f2a18c38c8d65084812410ee4df3c32c7cd5
/
.
/
src
/
api
/
topicView.js
blob: f4410e18fa7eeed90607255cf21fc2c9fc10c7b6 [
file
] [
log
] [
blame
]
import
request from
'./request'
export
function
recordTopicView
(
params
)
{
return
request
({
url
:
'/topic-views/record'
,
method
:
'post'
,
params
})
}
export
function
getUserViewHistory
()
{
return
request
({
url
:
'/topic-views'
,
method
:
'get'
})
}