func (this *baseC) GetPartner(ctx *web.Context) *partner.ValuePartner { return ctx.GetItem("partner_ins").(*partner.ValuePartner) }
func (this *baseC) GetSiteConf(ctx *web.Context) *partner.SiteConf { return ctx.GetItem("partner_siteconf").(*partner.SiteConf) }
// 获取商户编号 func (this *baseC) GetPartnerId(ctx *web.Context) int { return ctx.GetItem("partner_id").(int) }