Commit 2fd8e6a6 authored by liwei's avatar liwei

修改了访问量接口

parent f61e5e74
...@@ -226,7 +226,7 @@ export function deleteTalk(data) { ...@@ -226,7 +226,7 @@ export function deleteTalk(data) {
// 新增访问量 // 新增访问量
export function addMemTraffic(data) { export function addMemTraffic(data) {
return request({ return request({
url: '/app/open/memtraffic/add', url: '/app/memtraffic/add',
method: 'post', method: 'post',
data: data 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