fix: all pkg is useless, contract customer
This commit is contained in:
parent
db9154b27b
commit
cf6d0c63fb
|
|
@ -52,3 +52,13 @@ func (b *Button) UpgradeButton(link string) []*response.Button {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (b *Button) ContractCustomer() []*response.Button {
|
||||||
|
return []*response.Button{
|
||||||
|
{
|
||||||
|
Text: b.param.Str(config.ServiceContactCustomer),
|
||||||
|
Url: b.param.Str(config.ServiceVipExpireUrl),
|
||||||
|
Type: config.ButtonClick,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue