|
|
|
|
@ -87,6 +87,7 @@ Route::group(["namespace" => "Admin", "prefix" => "admin"], function () {
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Route::group(["namespace" => "Customer", "prefix" => "customer"], function () {
|
|
|
|
|
Route::post('login', 'AuthController@login');
|
|
|
|
|
Route::post('get-phone-by-openid', 'AuthController@getPhoneByOpenid');
|
|
|
|
|
|