32], [['method','return_data'], 'string'], [['sign_type'], 'string', 'max' => 10], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'appid' => 'Appid', 'method' => 'Method', 'biz_content' => 'Biz Content', 'timestamp' => 'Timestamp', 'sign_type' => 'Sign Type', 'sign' => 'Sign', 'created_at' => 'Created At', ]; } }