[ 'require' ], 'product_id' => [ 'require' ], 'huifu_id' => [ 'require' ], 'rsa_merch_private_key' => [ 'require' ], 'rsa_merch_public_key' => [ 'require' ], 'rsa_huifu_public_key' => [ 'require' ], ]; protected $field = [ 'sys_id' => '系统号', 'product_id' => '产品号', 'huifu_id' => '商户号', 'rsa_merch_private_key' => '商户私钥', 'rsa_merch_public_key' => '商户公钥', 'rsa_huifu_public_key' => '汇付公钥', ]; public function sceneDevSet() { return $this->only([ 'sys_id', 'product_id', 'huifu_id', 'rsa_merch_private_key', 'rsa_merch_public_key', 'rsa_huifu_public_key', ]); } }