...
|
...
|
@@ -711,6 +711,9 @@ class Store extends Api |
|
|
if($this->auth->score < $param['score']) {
|
|
|
$this->error('板币不足,请充值');
|
|
|
}
|
|
|
if($param['single'] < config('site.single_min')) {
|
|
|
$this->error('单个红包不能少于'.config('site.single_min').'元');
|
|
|
}
|
|
|
}
|
|
|
$model = new StoreInform();
|
|
|
// 如果为编辑,判断状态是否为下架
|
...
|
...
|
|