TimestampBehavior::class ] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => '', 'wechat_open_id' => '微信openid', 'wechat_platform_open_id' => '微信公众号openid', 'ali_openId' => '支付宝openid', 'ali_user_id' => '支付宝userid', 'store_id' => '绑定店铺', 'type' => '来源:0:h5 1:微信 2:支付宝', 'saas_id' => '绑定的saas_id', 'is_delete' => '是否删除', 'created_at' => '', 'updated_at' => '', ]; } }