notifications API

This commit is contained in:
jain
2023-08-07 11:26:23 +05:30
parent 401ee1ddf8
commit e853346910
6 changed files with 99 additions and 10 deletions

View File

@ -142,7 +142,9 @@ SUCCESS_CODE = {
"3033": "Valid Referral code",
"3034": "Invite guardian successfully",
"3035": "Task started successfully",
"3036": "Task reassign successfully"
"3036": "Task reassign successfully",
# notification read
"3037": "Notification read successfully",
}
"""status code error"""
STATUS_CODE_ERROR = {