Skip to content

Instantly share code, notes, and snippets.

@maxca
Created February 28, 2019 15:31
Show Gist options
  • Save maxca/fa3c120e549a478b48d932323114222c to your computer and use it in GitHub Desktop.
Save maxca/fa3c120e549a478b48d932323114222c to your computer and use it in GitHub Desktop.
route.list
+
| Domain | Method | URI | Name | Action | Middleware |
+--------+----------+------------------------------------------------+----------+---------------------------------------------------------------------------------------------------------+-------------------+
| | GET|HEAD | / | | Closure | web |
| | GET|HEAD | api/v1/account | | App\Http\Controllers\AccountTransaction\AccountTransactionController@getAccountList | api,jwt |
| | POST | api/v1/account/create | | App\Http\Controllers\AccountTransaction\AccountTransactionController@createAccountTransaction | api,jwt |
| | POST | api/v1/account/delete | | App\Http\Controllers\AccountTransaction\AccountTransactionController@deleteAccountTransaction | api,jwt |
| | GET|HEAD | api/v1/account/list | | App\Http\Controllers\AccountTransaction\AccountTransactionController@getAccountTransactionList | api,jwt |
| | POST | api/v1/account/update | | App\Http\Controllers\AccountTransaction\AccountTransactionController@updateAccountTransaction | api,jwt |
| | POST | api/v1/account/withdraw | | App\Http\Controllers\AccountTransaction\AccountTransactionController@postAccountWithdrawal | api,jwt |
| | POST | api/v1/amphures/create | | App\Http\Controllers\Amphures\AmphuresController@createAmphures | api |
| | POST | api/v1/amphures/delete | | App\Http\Controllers\Amphures\AmphuresController@deleteAmphures | api |
| | GET|HEAD | api/v1/amphures/list | | App\Http\Controllers\Amphures\AmphuresController@getAmphuresList | api |
| | POST | api/v1/amphures/update | | App\Http\Controllers\Amphures\AmphuresController@updateAmphures | api |
| | POST | api/v1/auction-transaction/create | | App\Http\Controllers\AuctionTransaction\AuctionTransactionController@createAuctionTransaction | api,jwt |
| | POST | api/v1/auction-transaction/create-extra-bid | | App\Http\Controllers\AuctionTransaction\AuctionTransactionController@createExtratimebid | api,jwt |
| | POST | api/v1/auction-transaction/create-instance-bid | | App\Http\Controllers\AuctionTransaction\AuctionTransactionController@createInstantBid | api,jwt |
| | POST | api/v1/auction-transaction/create-ontime-bid | | App\Http\Controllers\AuctionTransaction\AuctionTransactionController@createAuctionOntimebid | api,jwt |
| | POST | api/v1/auction-transaction/delete | | App\Http\Controllers\AuctionTransaction\AuctionTransactionController@deleteAuctionTransaction | api,jwt |
| | GET|HEAD | api/v1/auction-transaction/list | | App\Http\Controllers\AuctionTransaction\AuctionTransactionController@getAuctionTransactionList | api,jwt |
| | POST | api/v1/auction-transaction/update | | App\Http\Controllers\AuctionTransaction\AuctionTransactionController@updateAuctionTransaction | api,jwt |
| | GET|HEAD | api/v1/auction-transaction/view | | App\Http\Controllers\AuctionTransaction\AuctionTransactionController@getAuctionTransactionView | api |
| | POST | api/v1/auction-winner/create | | App\Http\Controllers\AuctionWinner\AuctionWinnerController@createAuctionWinner | api |
| | POST | api/v1/auction-winner/delete | | App\Http\Controllers\AuctionWinner\AuctionWinnerController@deleteAuctionWinner | api |
| | GET|HEAD | api/v1/auction-winner/list | | App\Http\Controllers\AuctionWinner\AuctionWinnerController@getAuctionWinnerList | api,jwt |
| | POST | api/v1/auction-winner/renew | | App\Http\Controllers\AuctionWinner\AuctionWinnerController@renewTimeAuction | api |
| | POST | api/v1/auction-winner/update | | App\Http\Controllers\AuctionWinner\AuctionWinnerController@updateAuctionWinner | api |
| | POST | api/v1/auction/create | | App\Http\Controllers\Auction\AuctionController@createAuction | api,auction,jwt |
| | POST | api/v1/auction/delete | | App\Http\Controllers\Auction\AuctionController@deleteAuction | api,jwt |
| | GET|HEAD | api/v1/auction/list | | App\Http\Controllers\Auction\AuctionController@getAuctionList | api |
| | GET|HEAD | api/v1/auction/migrate | | App\Http\Controllers\Auction\AuctionController@migrateData | api |
| | POST | api/v1/auction/update | | App\Http\Controllers\Auction\AuctionController@updateAuction | api,jwt |
| | POST | api/v1/audit/create | | App\Http\Controllers\ReportApiAudit\ReportApiAuditController@createPoint | api,jwt |
| | POST | api/v1/audit/delete | | App\Http\Controllers\ReportApiAudit\ReportApiAuditController@deletePoint | api,jwt |
| | POST | api/v1/audit/income-emun | | App\Http\Controllers\ReportApiAudit\ReportApiAuditController@postIncomeEmunToAudit | api,jwt |
| | GET|HEAD | api/v1/audit/list | | App\Http\Controllers\ReportApiAudit\ReportApiAuditController@getReportApiAuditList | api,jwt |
| | POST | api/v1/audit/merchant | | App\Http\Controllers\ReportApiAudit\ReportApiAuditController@postMerchantIncomeToAudit | api,jwt |
| | GET|HEAD | api/v1/audit/test | | App\Http\Controllers\ReportApiAudit\ReportApiAuditController@testAcccountAuditPushData | api,jwt |
| | POST | api/v1/audit/update | | App\Http\Controllers\ReportApiAudit\ReportApiAuditController@updatePoint | api,jwt |
| | POST | api/v1/auth/auth-facebook | | App\Http\Controllers\AuthJWT\AuthJWTController@facebookProfile | api |
| | POST | api/v1/auth/auth-google | | App\Http\Controllers\AuthJWT\AuthJWTController@googleProfile | api |
| | POST | api/v1/auth/authorize | | App\Http\Controllers\AuthJWT\AuthJWTController@auth | api |
| | GET|HEAD | api/v1/auth/clear-token | | App\Http\Controllers\AuthJWT\AuthJWTController@clearToken | api,jwt |
| | GET|HEAD | api/v1/auth/me | | App\Http\Controllers\AuthJWT\AuthJWTController@me | api,jwt |
| | GET|HEAD | api/v1/auth/refresh | | App\Http\Controllers\AuthJWT\AuthJWTController@refresh | api,jwt |
| | POST | api/v1/banklist/create-banklist | | App\Http\Controllers\BankList\BankListController@createBankList | api |
| | GET|HEAD | api/v1/banklist/get-banklist | | App\Http\Controllers\BankList\BankListController@getBanklink | api |
| | POST | api/v1/banklist/update-banklist | | App\Http\Controllers\BankList\BankListController@updateBankList | api |
| | POST | api/v1/banner/create | | App\Http\Controllers\Banner\BannerController@createBanner | api |
| | POST | api/v1/banner/delete | | App\Http\Controllers\Banner\BannerController@deleteBanner | api |
| | GET|HEAD | api/v1/banner/list | | App\Http\Controllers\Banner\BannerController@getBannerList | api |
| | POST | api/v1/banner/update | | App\Http\Controllers\Banner\BannerController@updateBanner | api |
| | POST | api/v1/bookbank/create-bookbank | | App\Http\Controllers\BookBank\BookBankController@createBookBank | api,jwt |
| | GET|HEAD | api/v1/bookbank/list | | App\Http\Controllers\BookBank\BookBankController@getBookBank | api,jwt |
| | POST | api/v1/bookbank/update-bookbank | | App\Http\Controllers\BookBank\BookBankController@updateBookBank | api,jwt |
| | POST | api/v1/cart/add-item | | App\Http\Controllers\Cart\CartController@addCartItem | api,jwt,web |
| | POST | api/v1/cart/add-to-cart | | App\Http\Controllers\Cart\CartController@addCartNewItem | api,jwt,web |
| | POST | api/v1/cart/auction | | App\Http\Controllers\Cart\CartController@addAuctionProductTocart | api,jwt,web |
| | POST | api/v1/cart/clear | | App\Http\Controllers\Cart\CartController@clearCart | api,jwt,web |
| | POST | api/v1/cart/delete-item | | App\Http\Controllers\Cart\CartController@deleteItem | api,jwt,web |
| | GET|HEAD | api/v1/cart/list | | App\Http\Controllers\Cart\CartController@getCartList | api,jwt,web |
| | POST | api/v1/cart/message | | App\Http\Controllers\Cart\CartController@addMessagePriceProductTocart | api,jwt,web |
| | POST | api/v1/cart/shipping | | App\Http\Controllers\Cart\CartController@shippingCondition | api,jwt,web |
| | POST | api/v1/cart/update-item | | App\Http\Controllers\Cart\CartController@updateCart | api,jwt,web |
| | POST | api/v1/cart/update-quantity | | App\Http\Controllers\Cart\CartController@updateCartQuantity | api,jwt,web |
| | POST | api/v1/cart/use-point | | App\Http\Controllers\Cart\CartController@usePointCondition | api,jwt,web |
| | GET|HEAD | api/v1/category/list | | App\Http\Controllers\Category\CategoryController@getCategoryList | api |
| | GET|HEAD | api/v1/chats/chat-room | | App\Http\Controllers\Chats\ChatsController@getChatRoom | api |
| | GET|HEAD | api/v1/chats/delete-chat-message | | App\Http\Controllers\Chats\ChatsController@deleteChatMessage | api |
| | GET|HEAD | api/v1/chats/delete-message | | App\Http\Controllers\Chats\ChatsController@deleteMessage | api |
| | GET|HEAD | api/v1/chats/get-chat | | App\Http\Controllers\Chats\ChatsController@getChatList | api |
| | GET|HEAD | api/v1/chats/initial-chat | | App\Http\Controllers\Chats\ChatsController@initialChat | api,jwt |
| | GET|HEAD | api/v1/chats/message-list | | App\Http\Controllers\Chats\ChatsController@getMemberChatList | api,jwt |
| | GET|HEAD | api/v1/chats/read-all | | App\Http\Controllers\Chats\ChatsController@readAllMessage | api |
| | GET|HEAD | api/v1/chats/read-message | | App\Http\Controllers\Chats\ChatsController@readMessage | api,jwt |
| | GET|HEAD | api/v1/chats/send-message | | App\Http\Controllers\Chats\ChatsController@sendMessage | api,jwt |
| | POST | api/v1/claim-product/create | | App\Http\Controllers\ClaimProduct\ClaimProductController@createClaimProduct | api |
| | POST | api/v1/claim-product/delete | | App\Http\Controllers\ClaimProduct\ClaimProductController@deleteClaimProduct | api |
| | GET|HEAD | api/v1/claim-product/list | | App\Http\Controllers\ClaimProduct\ClaimProductController@getClaimProductList | api |
| | POST | api/v1/claim-product/update | | App\Http\Controllers\ClaimProduct\ClaimProductController@updateClaimProduct | api |
| | POST | api/v1/confirm-payment/create | | App\Http\Controllers\ConfirmPayment\ConfirmPaymentController@createConfirmPayment | api,jwt,web |
| | GET|HEAD | api/v1/confirm-payment/list | | App\Http\Controllers\ConfirmPayment\ConfirmPaymentController@getConfirmPaymentList | api,jwt,web |
| | POST | api/v1/contents/create | | App\Http\Controllers\Contents\ContentsController@createContents | api |
| | POST | api/v1/contents/delete | | App\Http\Controllers\Contents\ContentsController@deleteContents | api |
| | GET|HEAD | api/v1/contents/list | | App\Http\Controllers\Contents\ContentsController@getContentsList | api |
| | POST | api/v1/contents/update | | App\Http\Controllers\Contents\ContentsController@updateContents | api |
| | POST | api/v1/district/create | | App\Http\Controllers\District\DistrictController@createDistrict | api |
| | POST | api/v1/district/delete | | App\Http\Controllers\District\DistrictController@deleteDistrict | api |
| | GET|HEAD | api/v1/district/list | | App\Http\Controllers\District\DistrictController@getDistrictList | api |
| | POST | api/v1/district/update | | App\Http\Controllers\District\DistrictController@updateDistrict | api |
| | GET|HEAD | api/v1/members/check-mail | | App\Http\Controllers\Members\MembersController@checkMail | api |
| | POST | api/v1/members/edit-profile | | App\Http\Controllers\Members\MembersController@editProfile | api,jwt |
| | POST | api/v1/members/faceboook-register | | App\Http\Controllers\Members\MembersController@facebookRegister | api |
| | POST | api/v1/members/forgot-password | | App\Http\Controllers\Members\MembersController@forgotPassword | api |
| | POST | api/v1/members/google-register | | App\Http\Controllers\Members\MembersController@googleRegister | api |
| | POST | api/v1/members/register | | App\Http\Controllers\Members\MembersController@register | api |
| | POST | api/v1/members/reset-password | | App\Http\Controllers\Members\MembersController@resetPassword | api |
| | GET|HEAD | api/v1/members/test-mail | | App\Http\Controllers\Members\MembersController@testMail | api |
| | POST | api/v1/members/verify-member | | App\Http\Controllers\Members\MembersController@verifyMember | api |
| | POST | api/v1/members/verify-token | | App\Http\Controllers\Members\MembersController@verifyToken | api |
| | POST | api/v1/merchant-package/create | | App\Http\Controllers\MerchantPackage\MerchantPackageController@createMerchantPackage | api |
| | POST | api/v1/merchant-package/delete | | App\Http\Controllers\MerchantPackage\MerchantPackageController@deleteMerchantPackage | api |
| | GET|HEAD | api/v1/merchant-package/list | | App\Http\Controllers\MerchantPackage\MerchantPackageController@getMerchantPackageList | api |
| | GET|HEAD | api/v1/merchant-package/send-data | | App\Http\Controllers\MerchantPackage\MerchantPackageController@sendDataToAudit | api |
| | POST | api/v1/merchant-package/update | | App\Http\Controllers\MerchantPackage\MerchantPackageController@updateMerchantPackage | api |
| | POST | api/v1/merchant-register/create | | App\Http\Controllers\MerchantRegister\MerchantRegisterController@createMerchantRegister | api,jwt |
| | POST | api/v1/merchant-register/delete | | App\Http\Controllers\MerchantRegister\MerchantRegisterController@deleteMerchantRegister | api |
| | GET|HEAD | api/v1/merchant-register/list | | App\Http\Controllers\MerchantRegister\MerchantRegisterController@getMerchantRegisterList | api |
| | GET|HEAD | api/v1/merchant-register/send-data | | App\Http\Controllers\MerchantRegister\MerchantRegisterController@sendDataToAudit | api |
| | POST | api/v1/merchant-register/update | | App\Http\Controllers\MerchantRegister\MerchantRegisterController@updateMerchantRegister | api |
| | POST | api/v1/merchant-shipping/create | | App\Http\Controllers\MerchantShipping\MerchantShippingController@createMerchantShipping | api |
| | GET|HEAD | api/v1/merchant-shipping/list | | App\Http\Controllers\MerchantShipping\MerchantShippingController@getMerchantShippingList | api |
| | POST | api/v1/merchant-shipping/update | | App\Http\Controllers\MerchantShipping\MerchantShippingController@updateMerchantShipping | api |
| | POST | api/v1/monday/create | | App\Http\Controllers\WeekMondaySunday\WeekMondaySundayController@createWeekMondaySunday | api |
| | POST | api/v1/monday/delete | | App\Http\Controllers\WeekMondaySunday\WeekMondaySundayController@deleteWeekMondaySunday | api |
| | GET|HEAD | api/v1/monday/list | | App\Http\Controllers\WeekMondaySunday\WeekMondaySundayController@getWeekMondaySundayList | api |
| | POST | api/v1/monday/update | | App\Http\Controllers\WeekMondaySunday\WeekMondaySundayController@updateWeekMondaySunday | api |
| | POST | api/v1/option-value/create | | App\Http\Controllers\Options\OptionsController@createOptions | api |
| | GET|HEAD | api/v1/option-value/list | | App\Http\Controllers\Options\OptionsController@getOptionsList | api |
| | GET|HEAD | api/v1/orders-summary/list | | App\Http\Controllers\OrderSummary\OrderSummaryController@getOrderSummaryList | api |
| | GET|HEAD | api/v1/orders-summary/runcron | | App\Http\Controllers\OrderSummary\OrderSummaryController@runCronQueryData | api |
| | POST | api/v1/orders/add-item | | App\Http\Controllers\Orders\OrdersController@addOrderItem | api,jwt |
| | POST | api/v1/orders/checkout | | App\Http\Controllers\Orders\OrdersController@createOrders | api,jwt,order.id |
| | POST | api/v1/orders/checkout-cart | | App\Http\Controllers\Orders\OrdersController@checkoutCart | api,jwt,web |
| | POST | api/v1/orders/create-billing-address | | App\Http\Controllers\OrdersBillingAddress\OrdersBillingAddressController@createOrdersBillingAddress | api,jwt |
| | POST | api/v1/orders/create-order | | App\Http\Controllers\Orders\OrdersController@createOrderNew | api,jwt |
| | POST | api/v1/orders/create-shipping-address | | App\Http\Controllers\OrdersShippingAddress\OrdersShippingAddressController@createOrdersShippingAddress | api,jwt |
| | POST | api/v1/orders/delete | | App\Http\Controllers\Orders\OrdersController@deleteProductWishlist | api,jwt |
| | GET|HEAD | api/v1/orders/get-billing-address | | App\Http\Controllers\OrdersBillingAddress\OrdersBillingAddressController@getOrdersBillingAddressList | api,jwt |
| | GET|HEAD | api/v1/orders/get-shipping-address | | App\Http\Controllers\OrdersShippingAddress\OrdersShippingAddressController@getOrdersShippingAddressList | api,jwt |
| | GET|HEAD | api/v1/orders/item | | App\Http\Controllers\OrdersItem\OrdersItemController@getOrdersItemList | api,jwt |
| | GET|HEAD | api/v1/orders/item/list | | App\Http\Controllers\OrdersItem\OrdersItemController@getOrderItemCustom | api |
| | GET|HEAD | api/v1/orders/item/merchant | | App\Http\Controllers\OrdersItem\OrdersItemController@getOrdersItemMerchantList | api,jwt |
| | POST | api/v1/orders/item/update | | App\Http\Controllers\OrdersItem\OrdersItemController@updateOrdersItem | api |
| | GET|HEAD | api/v1/orders/list | | App\Http\Controllers\Orders\OrdersController@getProductWishlistList | api,jwt |
| | GET|HEAD | api/v1/orders/lists | | App\Http\Controllers\Orders\OrdersController@getOrdersList | api,jwt |
| | POST | api/v1/orders/payment | | App\Http\Controllers\OrdersPayment\OrdersPaymentController@createOrdersPayment | api,jwt |
| | GET|HEAD | api/v1/orders/payment/income | | App\Http\Controllers\OrdersPayment\OrdersPaymentController@getOrdersPaymentList | api |
| | POST | api/v1/orders/payment/specialfunction | | App\Http\Controllers\OrdersPayment\OrdersPaymentController@createOrderPaymentSpecailFunction | api,jwt |
| | POST | api/v1/orders/payment/update | | App\Http\Controllers\OrdersPayment\OrdersPaymentController@updateOrdersPayment | api,jwt |
| | POST | api/v1/orders/remove-item | | App\Http\Controllers\Orders\OrdersController@removeOrderItem | api,jwt |
| | POST | api/v1/orders/update-billing-address | | App\Http\Controllers\OrdersBillingAddress\OrdersBillingAddressController@updateOrdersBillingAddress | api,jwt |
| | POST | api/v1/orders/update-order | | App\Http\Controllers\Orders\OrdersController@updateOrders | api,jwt |
| | POST | api/v1/orders/update-shipping-address | | App\Http\Controllers\OrdersShippingAddress\OrdersShippingAddressController@updateOrdersShippingAddress | api,jwt |
| | POST | api/v1/payment-log/create | | App\Http\Controllers\PaymentLog\PaymentLogController@createPaymentLog | api |
| | GET|HEAD | api/v1/pin-search/list | | App\Http\Controllers\PinSearch\PinSearchController@getPinSearchList | api |
| | GET|HEAD | api/v1/pm-message-type/list | | App\Http\Controllers\PmMessageType\PmMessageTypeController@getPmMessageTypeList | api |
| | POST | api/v1/pm-message/create | | App\Http\Controllers\PmMessage\PmMessageController@createPmMessage | api,jwt |
| | POST | api/v1/pm-message/create-bid | | App\Http\Controllers\PmMessage\PmMessageController@createPmMessageBid | api,jwt |
| | POST | api/v1/pm-message/create-one | | App\Http\Controllers\PmMessage\PmMessageController@createOnePmMessage | api,jwt |
| | POST | api/v1/pm-message/delete | | App\Http\Controllers\PmMessage\PmMessageController@deletePmMessage | api,jwt |
| | GET|HEAD | api/v1/pm-message/list | | App\Http\Controllers\PmMessage\PmMessageController@getPmMessageList | api,jwt |
| | POST | api/v1/pm-message/update | | App\Http\Controllers\PmMessage\PmMessageController@updatePmMessage | api,jwt |
| | POST | api/v1/pm-message/update-bid | | App\Http\Controllers\PmMessage\PmMessageController@updatePmMessageBid | api,jwt |
| | POST | api/v1/point-campaign/create | | App\Http\Controllers\PointCampaign\PointCampaignController@createPointCampaign | api,jwt |
| | POST | api/v1/point-campaign/delete | | App\Http\Controllers\PointCampaign\PointCampaignController@deletePointCampaign | api,jwt |
| | GET|HEAD | api/v1/point-campaign/list | | App\Http\Controllers\PointCampaign\PointCampaignController@getPointCampaignList | api,jwt |
| | POST | api/v1/point-campaign/update | | App\Http\Controllers\PointCampaign\PointCampaignController@updatePointCampaign | api,jwt |
| | GET|HEAD | api/v1/point/list | | App\Http\Controllers\Point\PointController@getPointList | api,jwt |
| | GET|HEAD | api/v1/point/transaction/list | | App\Http\Controllers\PointTransaction\PointTransactionController@getPointTransactionList | api,jwt |
| | POST | api/v1/product-group/create | | App\Http\Controllers\ProductGroup\ProductGroupController@createProductGroup | api |
| | POST | api/v1/product-group/delete | | App\Http\Controllers\ProductGroup\ProductGroupController@deleteProductGroup | api |
| | GET|HEAD | api/v1/product-group/list | | App\Http\Controllers\ProductGroup\ProductGroupController@getProductGroupList | api |
| | GET|HEAD | api/v1/product-group/test | | App\Http\Controllers\ProductGroup\ProductGroupController@getProductGroupListTest | api |
| | POST | api/v1/product-group/update | | App\Http\Controllers\ProductGroup\ProductGroupController@updateProductGroup | api |
| | POST | api/v1/product-payment-log/create | | App\Http\Controllers\ProductPaymentLog\ProductPaymentLogController@createProductPaymentLog | api |
| | POST | api/v1/product-ranking/create | | App\Http\Controllers\ProductRanking\ProductRankingController@createProductRanking | api |
| | POST | api/v1/product-ranking/delete | | App\Http\Controllers\ProductRanking\ProductRankingController@deleteProductRanking | api |
| | GET|HEAD | api/v1/product-ranking/list | | App\Http\Controllers\ProductRanking\ProductRankingController@getProductRankingList | api |
| | POST | api/v1/product-ranking/update | | App\Http\Controllers\ProductRanking\ProductRankingController@updateProductRanking | api |
| | POST | api/v1/product-recently-view/create | | App\Http\Controllers\ProductRecentlyView\ProductRecentlyViewController@createProductRecentlyView | api,jwt |
| | POST | api/v1/product-recently-view/delete | | App\Http\Controllers\ProductRecentlyView\ProductRecentlyViewController@deleteProductRecentlyView | api,jwt |
| | GET|HEAD | api/v1/product-recently-view/list | | App\Http\Controllers\ProductRecentlyView\ProductRecentlyViewController@getProductRecentlyViewList | api,jwt |
| | POST | api/v1/product-recently-view/update | | App\Http\Controllers\ProductRecentlyView\ProductRecentlyViewController@updateProductRecentlyView | api,jwt |
| | POST | api/v1/product-wishlist/create | | App\Http\Controllers\ProductWishlist\ProductWishlistController@createProductWishlist | api,jwt |
| | POST | api/v1/product-wishlist/delete | | App\Http\Controllers\ProductWishlist\ProductWishlistController@deleteProductWishlist | api,jwt |
| | GET|HEAD | api/v1/product-wishlist/list | | App\Http\Controllers\ProductWishlist\ProductWishlistController@getProductWishlistList | api,jwt |
| | GET|HEAD | api/v1/products/category | | App\Http\Controllers\Products\ProductsController@getCategory | api |
| | POST | api/v1/products/create | | App\Http\Controllers\Products\ProductsController@createProducts | api,jwt |
| | POST | api/v1/products/delete | | App\Http\Controllers\Products\ProductsController@deleteProducts | api,jwt |
| | GET|HEAD | api/v1/products/list | | App\Http\Controllers\Products\ProductsController@getAllProduct | api |
| | GET|HEAD | api/v1/products/list-product-member | | App\Http\Controllers\Products\ProductsController@getProductsList | api,jwt |
| | POST | api/v1/products/update | | App\Http\Controllers\Products\ProductsController@updateProducts | api,jwt |
| | GET|HEAD | api/v1/promotions/list | | App\Http\Controllers\Promotions\PromotionsController@getPromotionsList | api |
| | POST | api/v1/provinces/create | | App\Http\Controllers\Provinces\ProvincesController@createProvinces | api |
| | POST | api/v1/provinces/delete | | App\Http\Controllers\Provinces\ProvincesController@deleteProvinces | api |
| | GET|HEAD | api/v1/provinces/list | | App\Http\Controllers\Provinces\ProvincesController@getProvincesList | api |
| | POST | api/v1/provinces/update | | App\Http\Controllers\Provinces\ProvincesController@updateProvinces | api |
| | GET|HEAD | api/v1/report/orders/list | | App\Http\Controllers\OrdersItem\OrdersItemController@getOrdersItemList | api,jwt |
| | POST | api/v1/reviews/create | | App\Http\Controllers\Reviews\ReviewsController@createReviews | api,jwt,id.review |
| | GET|HEAD | api/v1/reviews/list | | App\Http\Controllers\Reviews\ReviewsController@getReviewsList | api |
| | POST | api/v1/servicedesk/create | | App\Http\Controllers\ServiceDesk\ServiceDeskController@createServiceDesk | api |
| | POST | api/v1/servicedesk/delete | | App\Http\Controllers\ServiceDesk\ServiceDeskController@deleteServiceDesk | api |
| | GET|HEAD | api/v1/servicedesk/list | | App\Http\Controllers\ServiceDesk\ServiceDeskController@getServiceDeskList | api |
| | POST | api/v1/servicedesk/update | | App\Http\Controllers\ServiceDesk\ServiceDeskController@updateServiceDesk | api |
| | POST | api/v1/shipping-address/create | | App\Http\Controllers\MemberShippingAddress\MemberShippingAddressController@createMemberShippingAddress | api,jwt |
| | POST | api/v1/shipping-address/delete | | App\Http\Controllers\MemberShippingAddress\MemberShippingAddressController@deleteMemberShippingAddress | api,jwt |
| | GET|HEAD | api/v1/shipping-address/list | | App\Http\Controllers\MemberShippingAddress\MemberShippingAddressController@getMemberShippingAddressList | api,jwt |
| | POST | api/v1/shipping-address/update | | App\Http\Controllers\MemberShippingAddress\MemberShippingAddressController@updateMemberShippingAddress | api,jwt |
| | POST | api/v1/shipping-list/create | | App\Http\Controllers\ShippingList\ShippingListController@createShippingList | api |
| | POST | api/v1/shipping-list/delete | | App\Http\Controllers\ShippingList\ShippingListController@deleteShippingList | api |
| | GET|HEAD | api/v1/shipping-list/kerry | | App\Http\Controllers\ShippingList\ShippingListController@testKerry | api |
| | GET|HEAD | api/v1/shipping-list/kerry-status | | App\Http\Controllers\ShippingList\ShippingListController@testKerryStatus | api |
| | GET|HEAD | api/v1/shipping-list/list | | App\Http\Controllers\ShippingList\ShippingListController@getShippingListList | api |
| | GET|HEAD | api/v1/shipping-list/package | | App\Http\Controllers\ShippingList\ShippingListController@getPackageList | api |
| | GET|HEAD | api/v1/shipping-list/product | | App\Http\Controllers\ShippingList\ShippingListController@getProductShipping | api |
| | POST | api/v1/shipping-list/update | | App\Http\Controllers\ShippingList\ShippingListController@updateShippingList | api |
| | POST | api/v1/shippop/create | | App\Http\Controllers\ShippopTransaction\ShippopTransactionController@createShippopTransaction | api,jwt |
| | GET|HEAD | api/v1/shippop/list | | App\Http\Controllers\ShippopTransaction\ShippopTransactionController@getShippopTransactionList | api,jwt |
| | POST | api/v1/shippop/update | | App\Http\Controllers\ShippopTransaction\ShippopTransactionController@updateShippopTransaction | api,jwt |
| | POST | api/v1/shop-ranking/create | | App\Http\Controllers\ShopRanking\ShopRankingController@createShopRanking | api |
| | POST | api/v1/shop-ranking/delete | | App\Http\Controllers\ShopRanking\ShopRankingController@deleteShopRanking | api |
| | GET|HEAD | api/v1/shop-ranking/list | | App\Http\Controllers\ShopRanking\ShopRankingController@getShopRankingList | api |
| | POST | api/v1/shop-ranking/update | | App\Http\Controllers\ShopRanking\ShopRankingController@updateShopRanking | api |
| | POST | api/v1/upload/images | | App\Http\Controllers\ImageUpload\ImageUploadController@index | api |
| | POST | api/v1/user-product/create | | App\Http\Controllers\UsersProduct\UsersProductController@createUsersProduct | api,jwt |
| | POST | api/v1/user-product/delete | | App\Http\Controllers\UsersProduct\UsersProductController@deleteUsersProduct | api,jwt |
| | GET|HEAD | api/v1/user-product/list | | App\Http\Controllers\UsersProduct\UsersProductController@getUsersProductList | api,jwt |
| | POST | api/v1/user-product/update | | App\Http\Controllers\UsersProduct\UsersProductController@updateUsersProduct | api,jwt |
| | POST | api/v1/wallet/approve-withdraw | | App\Http\Controllers\Wallet\WalletController@approveWithdraw | api,jwt |
| | GET|HEAD | api/v1/wallet/list | | App\Http\Controllers\Wallet\WalletController@getWalletList | api |
| | POST | api/v1/wallet/transaction | | App\Http\Controllers\Wallet\WalletController@getWalletTransaction | api,jwt |
| | GET|HEAD | api/v1/wallet/wallet-list | | App\Http\Controllers\Wallet\WalletController@getWalletList | api |
| | GET|HEAD | api/v1/wallet/wallet-transaction | | App\Http\Controllers\Wallet\WalletController@getWalletTransaction | api |
| | POST | api/v1/wallet/withdraw | | App\Http\Controllers\Wallet\WalletController@createWithDraw | api,jwt |
| | POST | api/v2/cart/create | | App\Http\Controllers\ShoppingCart\ShoppingCartController@createShoppingCart | api |
| | POST | api/v2/cart/delete | | App\Http\Controllers\ShoppingCart\ShoppingCartController@deleteShoppingCart | api |
| | GET|HEAD | api/v2/cart/list | | App\Http\Controllers\ShoppingCart\ShoppingCartController@getShoppingCartList | api,jwt |
| | POST | api/v2/cart/update | | App\Http\Controllers\ShoppingCart\ShoppingCartController@updateShoppingCart | api |
| | GET|HEAD | authorized | | App\Http\Controllers\Category\CategoryController@authorized | web |
| | GET|HEAD | callback/2c2p | | App\Http\Controllers\Callback2c2p\Callback2c2pController@createCallback2c2p | web |
| | POST | callback/2c2p | | App\Http\Controllers\Callback2c2p\Callback2c2pController@createCallback2c2p | web |
| | GET|HEAD | callback/2c2p/list | | App\Http\Controllers\Callback2c2p\Callback2c2pController@getCallback2c2pList | web |
| | GET|HEAD | callback/2c2p/status/{order_id} | | App\Http\Controllers\Callback2c2p\Callback2c2pController@getOrderStatus | web |
| | GET|HEAD | cate | | App\Http\Controllers\Category\CategoryController@index | web |
| | POST | cms/auction-winner/create | | App\Http\Controllers\AuctionWinner\AuctionWinnerController@createAuctionWinner | |
| | POST | cms/auction-winner/delete | | App\Http\Controllers\AuctionWinner\AuctionWinnerController@deleteAuctionWinner | |
| | GET|HEAD | cms/auction-winner/list | | App\Http\Controllers\AuctionWinner\AuctionWinnerController@getAuctionWinnerList | |
| | POST | cms/auction-winner/update | | App\Http\Controllers\AuctionWinner\AuctionWinnerController@updateAuctionWinner | |
| | GET|HEAD | cms/bookbank/list | | App\Http\Controllers\BookBank\BookBankController@getBookBank | |
| | POST | cms/bookbank/update | | App\Http\Controllers\BookBank\BookBankController@updateBookBank | |
| | POST | cms/category/create | | App\Http\Controllers\Category\CategoryController@create | |
| | POST | cms/category/delete | | App\Http\Controllers\Category\CategoryController@delete | |
| | GET|HEAD | cms/category/list | | App\Http\Controllers\Category\CategoryController@getCategoryCmsList | |
| | POST | cms/category/update | | App\Http\Controllers\Category\CategoryController@update | |
| | POST | cms/confirm-payment/create | | App\Http\Controllers\ConfirmPayment\ConfirmPaymentController@createConfirmPayment | |
| | POST | cms/confirm-payment/delete | | App\Http\Controllers\ConfirmPayment\ConfirmPaymentController@deleteConfirmPayment | |
| | GET|HEAD | cms/confirm-payment/list | | App\Http\Controllers\ConfirmPayment\ConfirmPaymentController@getConfirmPaymentList | |
| | POST | cms/confirm-payment/update | | App\Http\Controllers\ConfirmPayment\ConfirmPaymentController@updateConfirmPayment | |
| | GET|HEAD | cms/members/list | | App\Http\Controllers\Members\MembersController@getMemberList | |
| | POST | cms/members/update-profile | | App\Http\Controllers\Members\MembersController@adminUpdateProfile | |
| | GET|HEAD | cms/order/lists | | App\Http\Controllers\Orders\OrdersController@getOrdersList | |
| | POST | cms/order/update | | App\Http\Controllers\Orders\OrdersController@updateOrders | |
| | GET|HEAD | cms/orders/item | | App\Http\Controllers\OrdersItem\OrdersItemController@getOrdersItemcmsList | |
| | POST | cms/orders/item | | App\Http\Controllers\OrdersItem\OrdersItemController@updateOrdersItem | |
| | POST | cms/orders/item/send-complete-order | | App\Http\Controllers\OrdersItem\OrdersItemController@sendDataToAuditCompleteOrder | |
| | POST | cms/orders/item/send-data-to-audit | | App\Http\Controllers\OrdersItem\OrdersItemController@sendDataToAudit | |
| | POST | cms/orders/item/status | | App\Http\Controllers\OrdersItem\OrdersItemController@updateOrdersItemStatus | |
| | POST | cms/pin-search/create | | App\Http\Controllers\PinSearch\PinSearchController@createPinSearch | |
| | POST | cms/pin-search/delete | | App\Http\Controllers\PinSearch\PinSearchController@deletePinSearch | |
| | GET|HEAD | cms/pin-search/list | | App\Http\Controllers\PinSearch\PinSearchController@getPinSearchList | |
| | POST | cms/pin-search/update | | App\Http\Controllers\PinSearch\PinSearchController@updatePinSearch | |
| | GET|HEAD | cms/pm-message/list | | App\Http\Controllers\PmMessage\PmMessageController@getCmsPmMessageList | |
| | GET|HEAD | cms/point/list | | App\Http\Controllers\PointTransaction\PointTransactionController@getPointTransactionList | |
| | POST | cms/product-cms/create | | App\Http\Controllers\Products\ProductsController@createProducts | |
| | POST | cms/product-cms/delete | | App\Http\Controllers\Products\ProductsController@deleteProducts | |
| | GET|HEAD | cms/product-cms/list | | App\Http\Controllers\Products\ProductsController@getAllProduct | |
| | GET|HEAD | cms/product-cms/list-product-member | | App\Http\Controllers\Products\ProductsController@getProductsList | |
| | POST | cms/product-cms/update | | App\Http\Controllers\Products\ProductsController@updateProducts | |
| | POST | cms/product-collection/create | | App\Http\Controllers\ProductCollection\ProductCollectionController@createProductCollection | |
| | POST | cms/product-collection/delete | | App\Http\Controllers\ProductCollection\ProductCollectionController@deleteProductCollection | |
| | GET|HEAD | cms/product-collection/list | | App\Http\Controllers\ProductCollection\ProductCollectionController@getProductCollectionList | |
| | POST | cms/product-collection/update | | App\Http\Controllers\ProductCollection\ProductCollectionController@updateProductCollection | |
| | POST | cms/promotions/create | | App\Http\Controllers\Promotions\PromotionsController@createPromotions | |
| | POST | cms/promotions/delete | | App\Http\Controllers\Promotions\PromotionsController@deletePromotions | |
| | GET|HEAD | cms/promotions/list | | App\Http\Controllers\Promotions\PromotionsController@getPromotionsList | |
| | POST | cms/promotions/update | | App\Http\Controllers\Promotions\PromotionsController@updatePromotions | |
| | GET|HEAD | create | | App\Http\Controllers\Category\CategoryController@create | web |
| | GET|HEAD | event | | Closure | web |
| | GET|HEAD | jwt | | App\Http\Controllers\Category\CategoryController@jwt | web,jwt |
| | POST | kerry/shipment_status | | App\Http\Controllers\ShippingList\ShippingListController@webHookKerry | web |
| | POST | login | | App\Http\Controllers\Auth\LoginController@login | web,guest |
| | GET|HEAD | login | login | App\Http\Controllers\Auth\LoginController@showLoginForm | web,guest |
| | POST | logout | logout | App\Http\Controllers\Auth\LoginController@logout | web |
| | POST | password/email | | App\Http\Controllers\Auth\ForgotPasswordController@sendResetLinkEmail | web,guest |
| | POST | password/reset | | App\Http\Controllers\Auth\ResetPasswordController@reset | web,guest |
| | GET|HEAD | password/reset | | App\Http\Controllers\Auth\ForgotPasswordController@showLinkRequestForm | web,guest |
| | GET|HEAD | password/reset/{token} | | App\Http\Controllers\Auth\ResetPasswordController@showResetForm | web,guest |
| | POST | register | | App\Http\Controllers\Auth\RegisterController@register | web,guest |
| | GET|HEAD | register | register | App\Http\Controllers\Auth\RegisterController@showRegistrationForm | web,guest |
| | POST | shippop/webhook | | App\Http\Controllers\ShippopHistory\ShippopHistoryController@createShippopHistory | web |
| | GET|HEAD | shippop/webhook/label/{tracking} | | App\Http\Controllers\ShippopHistory\ShippopHistoryController@genLable | web
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment