支付优化

This commit is contained in:
seesaw
2024-10-18 16:18:22 +08:00
parent 5d58bf03f2
commit f98f2ea615
9 changed files with 121 additions and 199 deletions

View File

@ -9,5 +9,5 @@ import java.math.BigDecimal;
*/
public interface CardApi {
Boolean recharge(BigDecimal money,Long userId);
void recharge(BigDecimal money,Long userId);
}