作者 刘朕
1 个管道 的构建 通过 耗费 2 秒

合并分支 'Branch_liuzhen' 到 'master'

商圈信息红包金额判断调整



查看合并请求 !358
... ... @@ -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();
// 如果为编辑,判断状态是否为下架
... ...