Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
@Summary 添加账本 @Tags 每日记账 @Accept json @Produce json @param payload body createParam true "request payload" @Success 200 {object} ctx.Response{data=db.BillLedger} @Router /bill/ledger [post]
func Delete ¶
@Summary 删除账本 @Tags 每日记账 @Accept json @Produce json @param payload body ctx.IDList true "request payload" @Success 200 {object} ctx.Response @Router /bill/ledger [delete]
func List ¶
@Summary 账本列表 @Tags 每日记账 @Accept json @Produce json @Param page query int false "page" @Param size query int false "size" @Param id[] query uint false "id" @Param created_at[] query string false "created_at" @Success 200 {object} ctx.Response{data=[]db.BillLedger} @Router /bill/ledger [get]
Types ¶
This section is empty.