feat: del msg feed

opt: msg feed

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-07 12:24:14 +08:00
parent 99810ef512
commit a5e8594611
10 changed files with 365 additions and 216 deletions

View File

@@ -40,7 +40,7 @@ class SysMsgController extends CommonController {
Future onRemove(dynamic id, int index) async {
try {
var res = await MsgHttp.removeSysMsg(id);
var res = await MsgHttp.delSysMsg(id);
if (res['status']) {
List list = (loadingState.value as Success).response;
list.removeAt(index);