@@ -24,7 +24,7 @@ class WelfareController extends BaseController
}
$giving = DB::table('book_coin_givings')->where('token',$token)->first();
- if(!$giving)
+ if(!$giving || $giving->distribution_channel_id != $distribution_channel_id)
{
return response('参数有误');