start task api

This commit is contained in:
jain
2023-07-25 12:02:59 +05:30
parent 79e85fa968
commit e6d45f3bf2
4 changed files with 51 additions and 6 deletions

View File

@ -81,7 +81,8 @@ ERROR_CODE = {
"2047": "Invalid Junior ID ",
"2048": "Choose right file for image",
"2049": "This task is already requested ",
"2059": "Already exist junior"
"2059": "Already exist junior",
"2060": "Task does not exist or not in pending state"
}
"""Success message code"""
SUCCESS_CODE = {
@ -129,7 +130,8 @@ SUCCESS_CODE = {
"3031": "Article Survey has been removed successfully.",
"3032": "Task request sent successfully",
"3033": "Valid Referral code",
"3034": "Invite guardian successfully"
"3034": "Invite guardian successfully",
"3035": "Task started successfully"
}
"""status code error"""
STATUS_CODE_ERROR = {