| | |
| | | * @date 19:19 2024/6/14 |
| | | * @param: key |
| | | **/ |
| | | public KeyOrder addKeyOrder(SubmitKeyInfo keyInfo, Long uid, String day) throws KeyOrderException, WxOrderCountException; |
| | | public KeyOrder addKeyOrder(SubmitKeyInfo keyInfo, Long uid, String day,Integer orderType, DYOrderDto orderDto) throws KeyOrderException, WxOrderCountException; |
| | | |
| | | /** |
| | | * @return void |
| | |
| | | * @param: day |
| | | * @return void |
| | | **/ |
| | | public void paySuccess(String id, String stateDesc,String day) throws WxOrderCountException ; |
| | | public void paySuccess(String id, String stateDesc,String day,String payMerchant) throws WxOrderCountException ; |
| | | |
| | | |
| | | /** |
| | |
| | | * @description 获取可用于分配的设备ID信息 |
| | | * @date 16:41 2024/6/17 |
| | | **/ |
| | | public Long getCanDistributeUid(); |
| | | public Long getCanDistributeUid(int maxQueueSize); |
| | | |
| | | /** |
| | | * @return java.util.List<com.taoke.autopay.entity.KeyOrder> |
| | |
| | | * @param: money |
| | | * @return void |
| | | **/ |
| | | public DYOrderDto verifyKey(String orderNoDesc, String orderStatus, String money) throws KeyVerifyException; |
| | | public DYOrderDto verifyKey(String orderNoDesc, String orderStatus, String money, Long uid, String keyId) throws KeyVerifyException; |
| | | |
| | | /** |
| | | * @author hxh |