fix: pay button
This commit is contained in:
parent
54c5e62850
commit
1c5c8e1a5b
|
|
@ -26,7 +26,7 @@ func (b *Button) PayButton() []*response.Button {
|
||||||
{
|
{
|
||||||
Text: b.param.Str(config.ServiceVipExpireButton),
|
Text: b.param.Str(config.ServiceVipExpireButton),
|
||||||
Url: b.param.Str(config.ServiceVipExpireUrl),
|
Url: b.param.Str(config.ServiceVipExpireUrl),
|
||||||
Type: config.ButtonInput,
|
Type: config.ButtonClick,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue