| | |
| | | package com.taoke.autopay.service; |
| | | |
| | | import com.taoke.autopay.dao.KeyOrderMapper; |
| | | import com.taoke.autopay.dto.DYOrderDto; |
| | | import com.taoke.autopay.entity.KeyOrder; |
| | | import com.taoke.autopay.exception.KeyOrderException; |
| | | import com.taoke.autopay.exception.KeyVerifyException; |
| | | import com.taoke.autopay.exception.WxOrderCountException; |
| | | import com.taoke.autopay.vo.SubmitKeyInfo; |
| | | |
| | |
| | | **/ |
| | | public void deleteAll(Date maxCreateTime); |
| | | |
| | | |
| | | /** |
| | | * @author hxh |
| | | * @description 验证口令 |
| | | * @date 20:38 2024/7/23 |
| | | * @param: id |
| | | * @param: orderNoDesc |
| | | * @param: orderStatus |
| | | * @param: money |
| | | * @return void |
| | | **/ |
| | | public DYOrderDto verifyKey(String orderNoDesc, String orderStatus, String money) throws KeyVerifyException; |
| | | |
| | | /** |
| | | * @author hxh |
| | | * @description 移除分配的设备 |
| | | * @date 21:46 2024/7/26 |
| | | * @param: id |
| | | * @return void |
| | | **/ |
| | | public void removeDistributedClient(String id); |
| | | |
| | | } |