1.优化拉取公告列表接口/api/notice/noticeList
2.移除强弹窗确认已读接口/api/notice/noticeConfirm
This commit is contained in:
@@ -38,6 +38,10 @@ return [
|
||||
'Wallet record cannot be edited' => 'Wallet record cannot be edited',
|
||||
'Wallet record cannot be deleted' => 'Wallet record cannot be deleted',
|
||||
|
||||
'User notice read records are client-generated; manual creation is not allowed' => 'User notice read records are client-generated; manual creation is not allowed',
|
||||
'User notice read record cannot be edited' => 'User notice read record cannot be edited',
|
||||
'User notice read record cannot be deleted' => 'User notice read record cannot be deleted',
|
||||
|
||||
'Admin wallet does not allow manual creation' => 'Admin wallet does not allow manual creation',
|
||||
'Admin wallet does not allow manual editing' => 'Admin wallet does not allow manual editing',
|
||||
'Admin wallet does not allow deletion' => 'Admin wallet does not allow deletion',
|
||||
|
||||
@@ -38,6 +38,10 @@ return [
|
||||
'Wallet record cannot be edited' => '钱包流水不可编辑',
|
||||
'Wallet record cannot be deleted' => '钱包流水不可删除',
|
||||
|
||||
'User notice read records are client-generated; manual creation is not allowed' => '用户阅读记录由客户端确认已读写入,禁止后台手工新增',
|
||||
'User notice read record cannot be edited' => '用户阅读记录不可编辑',
|
||||
'User notice read record cannot be deleted' => '用户阅读记录不可删除',
|
||||
|
||||
'Admin wallet does not allow manual creation' => '管理员钱包不允许手动新增',
|
||||
'Admin wallet does not allow manual editing' => '管理员钱包不允许手动编辑',
|
||||
'Admin wallet does not allow deletion' => '管理员钱包不允许删除',
|
||||
|
||||
Reference in New Issue
Block a user