|
|
|
@ -56,6 +56,7 @@ class ApiMapController extends Controller
|
|
|
|
'Refund' => $base_url . '/api/H5/Refund',//退款
|
|
|
|
'Refund' => $base_url . '/api/H5/Refund',//退款
|
|
|
|
'GetMonthPlanCount' => $base_url . '/api/H5/GetMonthPlanCount',//按月获取每日号源
|
|
|
|
'GetMonthPlanCount' => $base_url . '/api/H5/GetMonthPlanCount',//按月获取每日号源
|
|
|
|
'GetDayPlanList' => $base_url . '/api/H5/GetDayPlanList',//获取每日号源
|
|
|
|
'GetDayPlanList' => $base_url . '/api/H5/GetDayPlanList',//获取每日号源
|
|
|
|
|
|
|
|
'ComboCompare' => $base_url . '/api/H5/ComboCompare',//套餐对比
|
|
|
|
];
|
|
|
|
];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|