Commit 2fd8e6a6 authored by liwei's avatar liwei

修改了访问量接口

parent f61e5e74
......@@ -226,7 +226,7 @@ export function deleteTalk(data) {
// 新增访问量
export function addMemTraffic(data) {
return request({
url: '/app/open/memtraffic/add',
url: '/app/memtraffic/add',
method: 'post',
data: data
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment