255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'acid' => '微擎公众号id', 'user_id' => 'User ID', 'name' => '公众号名称', 'app_id' => '公众号appid', 'app_secret' => '公众号appsecret', 'desc' => '公共号说明、备注', 'mch_id' => '微信支付商户号', 'key' => '微信支付key', 'cert_pem' => '微信支付cert文件内容', 'key_pem' => '微信支付key文件内容', 'addtime' => 'Addtime', 'is_delete' => 'Is Delete', ]; } }