更新readme

This commit is contained in:
zyronon
2021-10-05 17:59:39 +08:00
parent 5c9d1fc435
commit abc5b15ff5
7 changed files with 219 additions and 78 deletions

View File

@@ -20,4 +20,10 @@ export default {
recommended(params, data) {
return request({url: '/video/recommended', method: 'get', params, data})
},
historyVideo(params, data) {
return request({url: '/video/historyVideo', method: 'get', params, data})
},
historyOther(params, data) {
return request({url: '/video/historyOther', method: 'get', params, data})
},
}