refactor: response
This commit is contained in:
parent
5b36a0e24d
commit
9bbbf334ac
|
|
@ -16,7 +16,7 @@ func New(param Params) *Button {
|
||||||
func (b *Button) CouponButton() []*response.Button {
|
func (b *Button) CouponButton() []*response.Button {
|
||||||
return []*response.Button{
|
return []*response.Button{
|
||||||
{Url: b.param.Str(config.ServiceVipExpireUrl), Type: config.ButtonInput},
|
{Url: b.param.Str(config.ServiceVipExpireUrl), Type: config.ButtonInput},
|
||||||
{Text: "提交", Type: config.ButtonClick},
|
{Text: b.param.Str(config.ServiceCouponSubmitButton), Type: config.ButtonClick},
|
||||||
{Text: b.param.Str(config.ButtonTxtContractCustomer), Type: config.ButtonClick},
|
{Text: b.param.Str(config.ButtonTxtContractCustomer), Type: config.ButtonClick},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue