余额列表接口
This commit is contained in:
@@ -4,6 +4,7 @@ import com.czg.market.service.MkShopRechargeService;
|
||||
import com.czg.market.vo.MemberDetailVO;
|
||||
import com.czg.market.vo.MemberListVO;
|
||||
import com.czg.market.vo.MkShopRechargeVO;
|
||||
import com.czg.market.vo.RechargeListVO;
|
||||
import com.czg.resp.CzgResult;
|
||||
import com.czg.sa.StpKit;
|
||||
import jakarta.annotation.Resource;
|
||||
@@ -34,4 +35,9 @@ public class URechargeController {
|
||||
return CzgResult.success(shopRechargeService.detail(shopId));
|
||||
}
|
||||
|
||||
@GetMapping("/list")
|
||||
public List<RechargeListVO> getList() {
|
||||
return CzgResult.success(shopRechargeService.getList(StpKit.USER.getLoginIdAsLong()));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user