This commit is contained in:
777
2025-04-28 14:15:34 +08:00
parent 4e51536b0e
commit f6919001e5
5 changed files with 148 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ export function getDynamic(id) {
// 新增主播动态
export function addDynamic(data) {
return request({
url: '/cai/dynamic',
url: '/cai/dynamic/create',
method: 'post',
data: data
})