notifications API

This commit is contained in:
jain
2023-08-07 11:28:34 +05:30
5 changed files with 109 additions and 23 deletions

View File

@ -143,8 +143,10 @@ SUCCESS_CODE = {
"3034": "Invite guardian successfully",
"3035": "Task started successfully",
"3036": "Task reassign successfully",
"3037": "Profile has been updated successfully.",
"3038": "Status has been changed successfully.",
# notification read
"3037": "Notification read successfully",
"3039": "Notification read successfully"
}
"""status code error"""
STATUS_CODE_ERROR = {