支付修改
This commit is contained in:
@ -9,5 +9,18 @@ import java.math.BigDecimal;
|
||||
*/
|
||||
public interface CardApi {
|
||||
|
||||
/**
|
||||
* 微信充值
|
||||
* @param money
|
||||
* @param userId
|
||||
*/
|
||||
void recharge(BigDecimal money,Long userId);
|
||||
|
||||
/**
|
||||
* 微信提现
|
||||
* @param amount
|
||||
* @param userId
|
||||
*/
|
||||
void wxDraw(Integer amount, Long userId);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user