2000], [['title', 'qrcode_title'], 'string', 'max' => 255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'store_id' => 'Store ID', 'rule' => '规则', 'title' => '小程序标题', 'convert_max' => '最大限制', 'convert_ratio' => '兑换比率', 'invite_ratio' => '邀请比率', 'activity_rule' => '活动规则', 'share_title' => '转发标题', 'ranking_num' => '全国排行限制', 'qrcode_title' => '海报文字', ]; } }