2025-02-24 16:48:20 +08:00

6 lines
116 B
Go

package subscribeplansvc
func (sb *SubsPlanSvc) CreatePlan(code string) error {
return sb.subsAccs.Create(code)
}