Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
flucout committed Jul 21, 2024
1 parent 3d1f1b7 commit 9d2d883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions route/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
Route::post('/Cert/get_product_list', 'api/return_success');
Route::get('/Pluginother/get_file', 'api/download_plugin_other');

Route::post('/Pluginother/create_order', 'api/return_error');
Route::post('/Pluginother/renew_order', 'api/return_error');
Route::post('/Pluginother/create_order', 'api/return_success');
Route::post('/Pluginother/renew_order', 'api/return_success');
Route::post('/Pluginother/order_stat', 'api/return_empty');
Route::post('/Pluginother/re_order_stat', 'api/return_empty');
Route::post('/Pluginother/create_order_okey', 'api/return_empty');
Expand Down

0 comments on commit 9d2d883

Please sign in to comment.