|
|
|
@ -12,6 +12,7 @@ $api->group(['namespace' => 'V1','middleware'=>'auth.api'], function ($api) { |
|
|
|
$api->post('user/recharge','UserWalletController@recharge');//用户充币 |
|
|
|
$api->post('user/rechargeDispose','UserWalletController@recharge_dispose');//用户处理 |
|
|
|
$api->post('user/depositHistory','UserWalletController@deposit_history');//用户充币记录 |
|
|
|
$api->get('user/wdcode','UserWalletController@wdcode');//提币验证码 |
|
|
|
$api->post('user/withdraw','UserWalletController@withdraw')->middleware(['checkTopAuth']);//用户提币 |
|
|
|
$api->post('user/withdrawDispose','UserWalletController@withdraw_dispose');//用户提币处理 |
|
|
|
$api->post('user/withdrawalRecord','UserWalletController@withdrawal_record');//用户提币记录 |
|
|
|
|