更新消息设置

This commit is contained in:
wyf
2025-12-05 17:37:01 +08:00
parent 1cc26aa46d
commit db51c42664
44 changed files with 7510 additions and 1059 deletions

View File

@@ -41,7 +41,7 @@ class _CommonMessageSettingPageState
String type = "user_message_setting";
String queryUrl = "${serviceAddress}${serviceName}${serviceApi}?type=$type";
requestWithLog(
logTitle: "查询用户消息配置",
logTitle: "查询用户消息配置11",
method: MyHttpMethod.get,
queryUrl: queryUrl,
onSuccess: (res) {
@@ -62,7 +62,7 @@ class _CommonMessageSettingPageState
data: data,
onSuccess: (res) {
requestWithLog(
logTitle: "查询用户消息配置",
logTitle: "查询用户消息配置12",
method: MyHttpMethod.get,
queryUrl: queryUrl,
onSuccess: (res) {