充值改造
This commit is contained in:
@@ -73,7 +73,7 @@ public class VipPayController {
|
||||
}
|
||||
|
||||
/**
|
||||
* 充值
|
||||
* 智慧充值
|
||||
* @param request
|
||||
* @param rechargeDTO
|
||||
* @return
|
||||
|
||||
@@ -16,6 +16,8 @@ import java.math.BigDecimal;
|
||||
public class RechargeDTO {
|
||||
@NotNull(message = "店铺不能为空")
|
||||
private Long shopId;
|
||||
private Long shopUserId;
|
||||
|
||||
/**
|
||||
* 充值金额id
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user