This commit is contained in:
邹宗楠
2025-10-22 10:40:00 +08:00
parent b21995c8b9
commit f98a8ab968
2 changed files with 8 additions and 0 deletions

View File

@@ -129,6 +129,11 @@ func (c *MtwmController) SkuDelete() {
c.onCallbackMsg(mtwmapi.MsgTypeSkuDelete)
}
func (c *MtwmController) SkuUpdate() {
c.onCallbackMsg(mtwmapi.MsgTypeSkuUpdate)
}
func (c *MtwmController) StoreBind() {
c.onCallbackMsg(mtwmapi.MsgTypeStoreBind)
}