TimestampBehavior::class, ] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ "id" => "", "action_id" => "小店id", "openid" => "", "nickname" => "分享员昵称", "bind_time" => "绑定时间", "sharer_type" => "分享员类型 0普通 1店铺", "unionid" => "", "username" => "邀请的用户微信号", "store_id" => "店铺id", "is_share" => "是否为邀请", "is_delete" => "", "created_at" => "", "updated_at" => "", 'invite_image' => '邀请码', 'is_bind' => '', 'user_id' => '商城用户id', 'share_level' => '分销商等级', 'is_use' => '是否激活' ]; } }