255], [['mchid', 'key', 'service_key', 'alipay_appid'], 'string', 'max' => 32], [['cert_pem', 'key_pem', 'service_cert_pem', 'service_key_pem', 'app_private_key'], 'string', 'max' => 2000], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'mall_id' => 'Mall ID', 'name' => 'Name', 'type' => '支付方式', 'mchid' => '微信支付商户号', 'key' => '微信支付Api密钥', 'cert_pem' => '微信支付apiclient_cert.pem', 'key_pem' => '微信支付apiclient_key.pem', 'is_service' => '支付类型', 'service_key' => '服务商Api密钥', 'service_appid' => '服务商Appid', 'service_mchid' => '服务商支付商户号', 'service_cert_pem' => '服务商apiclient_cert.pem', 'service_key_pem' => '服务商apiclient_key.pem', 'is_auto_add' => 'Is Auto Add', 'app_private_key' => '支付宝应用私钥', 'alipay_public_key' => '支付宝平台公钥', 'appcert' => '应用公钥证书', 'alipay_rootcert' => '支付宝根证书', 'is_delete' => 'Is Delete', 'updated_at' => 'Updated At', 'created_at' => 'Created At', 'deleted_at' => 'Deleted At', ]; } }