mirror of
https://github.com/flucont/btcloud.git
synced 2025-03-13 09:18:12 -04:00
update
This commit is contained in:
parent
3d1f1b721a
commit
9d2d883668
@ -57,8 +57,8 @@ Route::group('api', function () {
|
|||||||
Route::post('/Cert/get_product_list', 'api/return_success');
|
Route::post('/Cert/get_product_list', 'api/return_success');
|
||||||
Route::get('/Pluginother/get_file', 'api/download_plugin_other');
|
Route::get('/Pluginother/get_file', 'api/download_plugin_other');
|
||||||
|
|
||||||
Route::post('/Pluginother/create_order', 'api/return_error');
|
Route::post('/Pluginother/create_order', 'api/return_success');
|
||||||
Route::post('/Pluginother/renew_order', 'api/return_error');
|
Route::post('/Pluginother/renew_order', 'api/return_success');
|
||||||
Route::post('/Pluginother/order_stat', 'api/return_empty');
|
Route::post('/Pluginother/order_stat', 'api/return_empty');
|
||||||
Route::post('/Pluginother/re_order_stat', 'api/return_empty');
|
Route::post('/Pluginother/re_order_stat', 'api/return_empty');
|
||||||
Route::post('/Pluginother/create_order_okey', 'api/return_empty');
|
Route::post('/Pluginother/create_order_okey', 'api/return_empty');
|
||||||
|
Loading…
Reference in New Issue
Block a user