weizong song 5 years ago
parent ce557579a6
commit f8cbd3704d

@ -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');

Loading…
Cancel
Save