|
|
@ -106,6 +106,14 @@ Route::group('api/', function () { |
|
|
|
Route::group('user', function () { |
|
|
|
Route::group('user', function () { |
|
|
|
//切换账号 |
|
|
|
//切换账号 |
|
|
|
Route::get('account', 'User/account'); |
|
|
|
Route::get('account', 'User/account'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//wmc |
|
|
|
|
|
|
|
//分享视频/推文增加品宣积分 |
|
|
|
|
|
|
|
Route::get('brand', 'User/brand'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Route::post('switch', 'User/switchUser'); |
|
|
|
Route::post('switch', 'User/switchUser'); |
|
|
|
//修改信息 |
|
|
|
//修改信息 |
|
|
|
Route::post('change/phone', 'User/changePhone'); |
|
|
|
Route::post('change/phone', 'User/changePhone'); |
|
|
|