100], [['client_id', 'client_secret'], 'string', 'max' => 64], [['redirect_uri'], 'string', 'max' => 2000], [['remark'], 'string', 'max' => 200], [['group'], 'string', 'max' => 30], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'merchant_id' => '商户id', 'title' => '授权对象', 'client_id' => 'Client ID', 'client_secret' => 'Client Secret', 'redirect_uri' => '回调地址', 'remark' => '备注', 'group' => '组别', 'scope' => '授权', 'status' => '状态', 'created_at' => '创建时间', 'updated_at' => '修改时间', ]; } }