|
@@ -202,8 +202,6 @@ Route::middleware(['admin.jwt'])->group(function () {
|
|
|
Route::get("/address", [Wallet::class, 'address']);
|
|
Route::get("/address", [Wallet::class, 'address']);
|
|
|
Route::get("/withdrawChannel", [Wallet::class, 'withdrawChannel']);
|
|
Route::get("/withdrawChannel", [Wallet::class, 'withdrawChannel']);
|
|
|
Route::get("/getChannel", [Wallet::class, 'getChannel']);
|
|
Route::get("/getChannel", [Wallet::class, 'getChannel']);
|
|
|
- Route::post('/paymentOrder', [Wallet::class, 'paymentOrder']);
|
|
|
|
|
- Route::post('/submitImage', [Wallet::class, 'submitImage']);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
});
|