255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'store_id' => 'Store ID', 'order_no' => '订单号', 'user_id' => '用户', 'pay_price' => '支付金额', 'pay_type' => '支付方式 1--微信支付', 'is_pay' => '是否支付 0--未支付 1--支付', 'pay_time' => '支付时间', 'transaction_id' => '微信单号', 'is_delete' => 'Is Delete', 'created_at' => '添加时间', 'type' => '类型 0当面付', 'order_id' => '订单id', 'recharge_id' => '充值套餐id', ]; } }