commit
7d172ffad2
|
@ -228,7 +228,7 @@ export default {
|
||||||
url: "/api/push/stop",
|
url: "/api/push/stop",
|
||||||
params: {
|
params: {
|
||||||
app: row.app,
|
app: row.app,
|
||||||
streamId: row.stream
|
stream: row.stream
|
||||||
}
|
}
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
if (res.data.code === 0) {
|
if (res.data.code === 0) {
|
||||||
|
|
Loading…
Reference in New Issue