| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil grabOrder(Integer orderId, Integer orderType, Integer uid) throws Exception; |
| | | ResultUtil grabOrder(Integer orderId, Integer orderType, Integer uid, Integer language) throws Exception; |
| | | |
| | | |
| | | |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil process(Integer orderId, Integer orderType, Integer state, Integer uid, Double lon, Double lat,String phone) throws Exception; |
| | | ResultUtil process(Integer orderId, Integer orderType, Integer state, Integer uid, Double lon, Double lat,String phone, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil completeOrder(Integer orderId, Integer orderType) throws Exception; |
| | | ResultUtil completeOrder(Integer orderId, Integer orderType, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |