| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | boolean checkCaptcha(String phone, String code) throws Exception; |
| | | boolean checkCaptcha(String email, String phone, String code) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | Map<String, Object> queryHomeData(Integer uid) throws Exception; |
| | | Map<String, Object> queryHomeData(Integer uid, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | Map<String, Object> queryHomeNum(Integer uid) throws Exception; |
| | | Map<String, Object> queryHomeNum(Integer uid, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | List<BaseWarpper> queryMyBusiness(Integer uid) throws Exception; |
| | | List<BaseWarpper> queryMyBusiness(Integer uid, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | List<ActivityWarpper> queryMyActivity(Integer uid, Date time) throws Exception; |
| | | List<ActivityWarpper> queryMyActivity(Integer uid, Date time, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |