|
|
@@ -47,6 +47,7 @@ class RechargeForm extends Model {
|
|
|
[['userName'], 'exist', 'targetClass' => UserInfo::class, 'targetAttribute' => 'USER_NAME', 'message' => '会员不存在'],
|
|
|
[['applyAmount'], 'price'],
|
|
|
[['applyAmount'], 'isApplyAmount'],
|
|
|
+ [['applyAmount'], 'number', 'max' => 10000000000, 'min' => 1],
|
|
|
[['selectedIds'], 'isSelected'],
|
|
|
//[['sn'], 'isSn'],
|
|
|
];
|