|
|
@@ -52,7 +52,7 @@ Route::group('api/', function () {
|
|
|
Route::group('coupon', function () {
|
|
|
Route::post('receive/:id', 'api.store.product.StoreCoupon/receiveCoupon');
|
|
|
});
|
|
|
- Route::any('verify', 'api.Auth/hexiao');
|
|
|
+ Route::post('verify', 'api.Auth/hexiao');
|
|
|
|
|
|
//订单
|
|
|
Route::group('order', function () {
|