255], [['order_no'], 'string', 'max' => 32], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'transaction_id' => 'Transaction ID', 'order_no' => 'Order No', 'pay_order_no' => '发起支付的order_no', 'amount' => 'Amount', 'is_pay' => '支付状态:0=未支付,1=已支付', 'pay_type' => '支付方式:1=微信支付', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }