| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil grabOrder(Integer orderId, Integer uid) throws Exception; |
| | | ResultUtil grabOrder(Integer orderId, Integer uid, Integer language) throws Exception; |
| | | |
| | | |
| | | |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil process(Integer orderId, Integer state, Double lon, Double lat, String address) throws Exception; |
| | | ResultUtil process(Integer orderId, Integer state, Double lon, Double lat, String address, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil fillInPickUpCode(Integer orderId, String pickUpCode) throws Exception; |
| | | ResultUtil fillInPickUpCode(Integer orderId, String pickUpCode, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil makeUpTheDifference(Integer orderId, Double difference) throws Exception; |
| | | ResultUtil makeUpTheDifference(Integer orderId, Double difference, Integer language) throws Exception; |
| | | |
| | | |
| | | |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil grabOrder_(Integer orderId, Integer uid) throws Exception; |
| | | ResultUtil grabOrder_(Integer orderId, Integer uid, Integer language) throws Exception; |
| | | |
| | | |
| | | |