|
|
@@ -68,8 +68,8 @@ Route::post('/setResultExpress', function () {
|
|
|
Route::post('/setMatchWarn', function () {
|
|
|
return appExec('api', 'WriteSports', 'setMatchWarn');
|
|
|
});
|
|
|
-//写入危险球数据
|
|
|
-Route::post('/HandleOrder', function () {
|
|
|
+//定时审核滚球投注
|
|
|
+Route::get('/HandleOrder', function () {
|
|
|
return appExec('api', 'WriteSports', 'HandleOrder');
|
|
|
});
|
|
|
//获取联赛所属国家地区
|