|
@@ -47,7 +47,8 @@ class uidManageResponseObject(object):
|
|
373: '没有相应的公司',
|
|
373: '没有相应的公司',
|
|
374: '没有相应的地区',
|
|
374: '没有相应的地区',
|
|
375: 'uid不足',
|
|
375: 'uid不足',
|
|
- 404: 'You don not have permission to access this!',
|
|
|
|
|
|
+ 376: 'uid数据有误',
|
|
|
|
+ 404: '没有访问权限!',
|
|
444: '请确认参数的正确性!',
|
|
444: '请确认参数的正确性!',
|
|
1112: '您输入的两次密码不一致!',
|
|
1112: '您输入的两次密码不一致!',
|
|
208: '只能预定当天的或者以后的!',
|
|
208: '只能预定当天的或者以后的!',
|
|
@@ -92,7 +93,8 @@ class uidManageResponseObject(object):
|
|
309: 'You have no access',
|
|
309: 'You have no access',
|
|
373: 'No corresponding company',
|
|
373: 'No corresponding company',
|
|
374: 'Region does not exist',
|
|
374: 'Region does not exist',
|
|
- 375: 'uid不足',
|
|
|
|
|
|
+ 375: 'Insufficient uid',
|
|
|
|
+ 376: 'wrong uid data',
|
|
404: 'You don not have permission to access this!',
|
|
404: 'You don not have permission to access this!',
|
|
444: 'Please confirm the correctness of the parameters!',
|
|
444: 'Please confirm the correctness of the parameters!',
|
|
1112: 'The two passwords you entered do not match!',
|
|
1112: 'The two passwords you entered do not match!',
|