示例#1
0
 def withdraw_filed_not_enouth():
     return return_data(code=-160, msg=u'余额小于20,不可提现,继续努力吧!')
示例#2
0
 def old_password_fail():
     return return_data(code=-126, msg=u'旧密码错误')
示例#3
0
 def password_type_error():
     return return_data(code=-128, msg=u'修改密码类型不正确')
示例#4
0
def Login_mobile():
    data = "hello world!!"
    time.sleep(10)
    return return_data(data=data, login_data={"user_id": "1234545"})
示例#5
0
 def send_job_fail():
     return return_data(code=-124, msg=u'很遗憾,贵公司今天已经发布20个职位,请明天再来吧!')
示例#6
0
 def verify_code_past_due():
     return return_data(code=-119, msg=u'验证码错误')
示例#7
0
 def save_fail():
     return return_data(code=-121, msg=u'保存信息失败')
示例#8
0
 def verify_code_app_key_null():
     return return_data(code=-109, msg=u'验证码appkey不能为空')
示例#9
0
 def verify_code_verify_type_null():
     return return_data(code=-110, msg=u'验证码verifyType不能为空')
示例#10
0
 def user_info_null():
     return return_data(code=-107, msg=u'用户信息不存在')
示例#11
0
 def user_update_fail():
     return return_data(code=-108, msg=u'更新用户资料失败')
示例#12
0
 def verify_code_null():
     return return_data(code=-106, msg=u'验证码不能为空')
示例#13
0
 def upload_number_error():
     return return_data(code=-169, msg=u'上传简历数量超过限制')
示例#14
0
 def create_resume_error():
     return return_data(code=-168, msg=u'创建简历失败')
示例#15
0
 def update_company_permission():
     return return_data(code=-117, msg=u'您没有修改公司权限')
示例#16
0
 def verify_code_sms_limit():
     return return_data(code=-111, msg=u'短信验证码请求超过上限,请使用语音验证码')
示例#17
0
 def company_no_repetition_binding():
     return return_data(code=-118, msg=u'该用户已绑定其它公司\n不能再绑定')
示例#18
0
 def change_identity_fail():
     return return_data(code=-112, msg=u'用户身份选择失败')
示例#19
0
 def verify_code_voice_limit():
     return return_data(code=-120, msg=u'语音验证码请求超过6次')
示例#20
0
 def mobile_null_error():
     return return_data(code=-100, msg=u'手机号不能为空')
示例#21
0
 def get_fail():
     return return_data(code=-122, msg=u'获取信息失败')
示例#22
0
 def reset_password_fail():
     return return_data(code=-113, msg=u'重置密码失败')
示例#23
0
 def password_null_error():
     return return_data(code=-101, msg=u'密码不能为空')
示例#24
0
 def account_null():
     return return_data(code=-114, msg=u'账号不能为空')
示例#25
0
 def enterprise_send_job_fail():
     return return_data(code=-125, msg=u'您的账号尚未认证,认证后才能发布更多职位喔!')
示例#26
0
 def verify_code_limit():
     return return_data(code=-115, msg=u'验证码请求超过上限,请明天再试')
示例#27
0
 def old_password_null():
     return return_data(code=-127, msg=u'原密码不能为空')
示例#28
0
 def password_null():
     return return_data(code=-116, msg=u'您的账号没有设置密码\n请使用验证码进入')
示例#29
0
 def resume_not_full():
     return return_data(code=-130, msg=u'简历信息不完整')
示例#30
0
 def withdraw_filed_fail():
     return return_data(code=-167, msg=u'提现失败')