MCPcopy Index your code
hub / github.com/TruthHun/BookStack / Delete

Method Delete

models/wechat_code.go:33–35  ·  view source on GitHub ↗
(bookId int)

Source from the content-addressed store, hash-verified

31}
32
33func (this *WechatCode) Delete(bookId int) {
34 orm.NewOrm().QueryTable(this).Filter("book_id", bookId).Delete()
35}
36
37// 调用分钟频率受限(5000次/分钟),如需大量小程序码,建议预生成\
38// 生成微信小程序码

Callers 1

CreateWechatCodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected