@@ -52,9 +52,9 @@ |
||
52 | 52 | public function rules() |
53 | 53 | { |
54 | 54 | return [ |
55 | - [['id', 'game_id', 'type','user_id','hours', 'status', 'created_at', 'updated_at', 'payment_method'], 'integer'], |
|
56 | - [['sn', 'serverinfo', 'account', 'password', 'remark', 'client_id', 'name', 'description'], 'safe'], |
|
57 | - [['count', 'final_price'], 'number'], |
|
55 | + [['id', 'game_id', 'type','user_id','hours', 'status', 'created_at', 'updated_at', 'payment_method'], 'integer'], |
|
56 | + [['sn', 'serverinfo', 'account', 'password', 'remark', 'client_id', 'name', 'description'], 'safe'], |
|
57 | + [['count', 'final_price'], 'number'], |
|
58 | 58 | ]; |
59 | 59 | } |
60 | 60 |