| | |
| | | import com.taoke.autopay.entity.KeyOrder; |
| | | import com.taoke.autopay.exception.KeyOrderException; |
| | | import com.taoke.autopay.exception.WxOrderCountException; |
| | | import com.taoke.autopay.vo.SubmitKeyInfo; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | |
| | | * @date 19:19 2024/6/14 |
| | | * @param: key |
| | | **/ |
| | | public KeyOrder addKeyOrder(String key, Long uid,String day) throws KeyOrderException, WxOrderCountException; |
| | | public KeyOrder addKeyOrder(SubmitKeyInfo keyInfo, Long uid, String day) throws KeyOrderException, WxOrderCountException; |
| | | |
| | | /** |
| | | * @return void |