jira-27 invite guardian api

This commit is contained in:
jain
2023-07-25 11:17:57 +05:30
parent 096961976d
commit 79e85fa968
10 changed files with 170 additions and 8 deletions

View File

@ -80,7 +80,8 @@ ERROR_CODE = {
# invalid junior id msg
"2047": "Invalid Junior ID ",
"2048": "Choose right file for image",
"2049": "This task is already requested "
"2049": "This task is already requested ",
"2059": "Already exist junior"
}
"""Success message code"""
SUCCESS_CODE = {
@ -128,6 +129,7 @@ SUCCESS_CODE = {
"3031": "Article Survey has been removed successfully.",
"3032": "Task request sent successfully",
"3033": "Valid Referral code",
"3034": "Invite guardian successfully"
}
"""status code error"""
STATUS_CODE_ERROR = {