|
|
@@ -52,7 +52,7 @@ class SportsfootController extends Controller {
|
|
|
|
|
|
//结果添加
|
|
|
function addend(Req $req){
|
|
|
- $match_id = $req->input('matchid');
|
|
|
+ $match_id = 3230732;//$req->input('matchid');
|
|
|
$model = \App\Models\Stzqresult::where('match_id', $match_id)->first();
|
|
|
|
|
|
$penaltycard = array(
|