修改URL

This commit is contained in:
liubozhi 2025-04-11 15:08:59 +08:00
parent 4c9b30cbbe
commit 9da989153f
37 changed files with 37 additions and 74 deletions

View File

@ -23,8 +23,7 @@ import java.util.Objects;
* @date 2022/9/13 14:06 * @date 2022/9/13 14:06
*/ */
@RestController("adminCompanyAuditingController") @RestController("adminCompanyAuditingController")
@RequestMapping("/ma/shopAuditing") @RequestMapping("/mp/shop_company_auditing")
//@RequestMapping("/mp/shop_company_auditing")
@Tag(name = "admin-工商信息审核情况") @Tag(name = "admin-工商信息审核情况")
public class CompanyAuditingController { public class CompanyAuditingController {

View File

@ -30,8 +30,7 @@ import java.util.Objects;
* @date 2021-01-27 09:10:00 * @date 2021-01-27 09:10:00
*/ */
@RestController("adminHotSearchController") @RestController("adminHotSearchController")
@RequestMapping("/ma/hotQuery") @RequestMapping("/mp/hot_search")
//@RequestMapping("/mp/hot_search")
@Tag(name = "admin-热搜") @Tag(name = "admin-热搜")
public class HotSearchController { public class HotSearchController {
private static final Logger log = LoggerFactory.getLogger(HotSearchController.class); private static final Logger log = LoggerFactory.getLogger(HotSearchController.class);

View File

@ -29,8 +29,7 @@ import java.util.Objects;
* @date 2020-11-24 16:38:32 * @date 2020-11-24 16:38:32
*/ */
@RestController("adminIndexImgController") @RestController("adminIndexImgController")
@RequestMapping("/ma/indexPic") @RequestMapping("/mp/index_img")
//@RequestMapping("/mp/index_img")
@Tag(name = "admin-轮播图") @Tag(name = "admin-轮播图")
public class IndexImgController { public class IndexImgController {

View File

@ -35,8 +35,7 @@ import java.util.stream.Collectors;
* @date 2020-11-25 17:57:56 * @date 2020-11-25 17:57:56
*/ */
@RestController("adminNoticeController") @RestController("adminNoticeController")
@RequestMapping("/ma/notice") @RequestMapping("/mp/notice")
//@RequestMapping("/mp/notice")
@Tag(name = "admin-公告") @Tag(name = "admin-公告")
public class NoticeController { public class NoticeController {

View File

@ -16,8 +16,7 @@ import org.springframework.web.bind.annotation.RestController;
* @Date 2021/8/14 16:45 * @Date 2021/8/14 16:45
*/ */
@RestController("adminShopDetailController") @RestController("adminShopDetailController")
@RequestMapping("/ma/shopDetail") @RequestMapping("/mp/shop_detail")
//@RequestMapping("/mp/shop_detail")
@Tag(name = "admin-店铺信息") @Tag(name = "admin-店铺信息")
public class ShopDetailController { public class ShopDetailController {

View File

@ -28,8 +28,7 @@ import java.util.Objects;
* @date 2021-01-15 17:46:26 * @date 2021-01-15 17:46:26
*/ */
@RestController("shopOfflineHandleEventController") @RestController("shopOfflineHandleEventController")
@RequestMapping("/ma/offlineEvent") @RequestMapping("/mp/shop_offline_handle_event")
//@RequestMapping("/mp/shop_offline_handle_event")
@Tag(name = "admin-下线处理事件") @Tag(name = "admin-下线处理事件")
public class ShopOfflineHandleEventController { public class ShopOfflineHandleEventController {

View File

@ -21,8 +21,7 @@ import org.springframework.web.bind.annotation.RestController;
* @Date 2022/6/30 17:23 * @Date 2022/6/30 17:23
*/ */
@RestController("adminShopRechargeController") @RestController("adminShopRechargeController")
@RequestMapping("/ma/shopCharge") @RequestMapping("/mp/shop_recharge")
//@RequestMapping("/mp/shop_recharge")
@Tag(name = "admin-商家充值记录信息") @Tag(name = "admin-商家充值记录信息")
public class ShopRechargeController { public class ShopRechargeController {

View File

@ -27,8 +27,7 @@ import java.util.List;
* @date 2021-01-27 09:10:00 * @date 2021-01-27 09:10:00
*/ */
@RestController("adminShopRefundAddrController") @RestController("adminShopRefundAddrController")
@RequestMapping("/ma/ShopRedundAddr") @RequestMapping("/mp/shop_refund_addr")
//@RequestMapping("/mp/shop_refund_addr")
@Tag(name = "admin-退货地址") @Tag(name = "admin-退货地址")
public class ShopRefundAddrController { public class ShopRefundAddrController {

View File

@ -24,8 +24,7 @@ import java.util.Objects;
* @author Orange * @author Orange
*/ */
@RestController("adminShopRenovationController") @RestController("adminShopRenovationController")
@RequestMapping("/ma/shopRenovation") @RequestMapping("/mp/shop_renovation")
//@RequestMapping("/mp/shop_renovation")
@Tag(name = "店铺装修信息") @Tag(name = "店铺装修信息")
public class ShopRenovationController { public class ShopRenovationController {

View File

@ -23,8 +23,7 @@ import java.util.Objects;
* @author 菠萝凤梨 * @author 菠萝凤梨
*/ */
@RestController("adminShopRenovationUpDelController") @RestController("adminShopRenovationUpDelController")
@RequestMapping("/ma/shopRenovation") @RequestMapping("/mp/shop_renovation")
//@RequestMapping("/mp/shop_renovation")
@Tag(name = "店铺页面-修改、删除、设为主页") @Tag(name = "店铺页面-修改、删除、设为主页")
public class ShopRenovationUpDelController { public class ShopRenovationUpDelController {

View File

@ -26,8 +26,7 @@ import java.util.Objects;
* @author Orange * @author Orange
*/ */
@RestController("multishopShopTemplateController") @RestController("multishopShopTemplateController")
@RequestMapping("/ma/shopTemplate") @RequestMapping("/mp/shop_template")
//@RequestMapping("/mp/shop_template")
@Tag(name = "店铺装修模板") @Tag(name = "店铺装修模板")
public class ShopTemplateController { public class ShopTemplateController {

View File

@ -19,8 +19,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.Objects; import java.util.Objects;
@RestController("adminShopTemplateUpDelController") @RestController("adminShopTemplateUpDelController")
@RequestMapping("/ma/shopTemplate") @RequestMapping("/mp/shop_template")
//@RequestMapping("/mp/shop_template")
@Tag(name = "店铺装修模板-修改、删除、设为主页") @Tag(name = "店铺装修模板-修改、删除、设为主页")
public class ShopTemplateUpDelController { public class ShopTemplateUpDelController {

View File

@ -30,8 +30,7 @@ import java.util.Objects;
* @date 2021/6/8 19:46 * @date 2021/6/8 19:46
*/ */
@RestController("adminShopWalletController") @RestController("adminShopWalletController")
@RequestMapping("/ma/shopWallet") @RequestMapping("/mp/shop_wallet")
//@RequestMapping("/mp/shop_wallet")
@Tag(name = "admin-店铺钱包") @Tag(name = "admin-店铺钱包")
public class ShopWalletController { public class ShopWalletController {

View File

@ -26,8 +26,7 @@ import java.util.Objects;
* @Date 2021/6/11 9:23 * @Date 2021/6/11 9:23
*/ */
@RestController("adminShopWithdrawCashController") @RestController("adminShopWithdrawCashController")
@RequestMapping("/ma/shopWithdrwaCash") @RequestMapping("/mp/shop_withdraw_cash")
//@RequestMapping("/mp/shop_withdraw_cash")
@Tag(name = "admin-商家提现申请信息") @Tag(name = "admin-商家提现申请信息")
public class ShopWithdrawCashController { public class ShopWithdrawCashController {

View File

@ -23,8 +23,7 @@ import java.util.List;
* @date 2021-01-27 09:10:00 * @date 2021-01-27 09:10:00
*/ */
@RestController("appHotSearchController") @RestController("appHotSearchController")
@RequestMapping("/mua/app/hotQuery") @RequestMapping("/ua/app/hot_search")
//@RequestMapping("/ua/app/hot_search")
@Tag(name = "app-热搜") @Tag(name = "app-热搜")
public class HotSearchController { public class HotSearchController {

View File

@ -23,8 +23,7 @@ import java.util.List;
* @date 2020-11-24 16:38:32 * @date 2020-11-24 16:38:32
*/ */
@RestController("appIndexImgController") @RestController("appIndexImgController")
@RequestMapping("/mua/app/indexPic") @RequestMapping("/ua/index_img")
//@RequestMapping("/ua/index_img")
@Tag(name = "app-轮播图") @Tag(name = "app-轮播图")
public class IndexImgController { public class IndexImgController {

View File

@ -25,8 +25,7 @@ import java.util.List;
* @date 2021-02-23 14:41:42 * @date 2021-02-23 14:41:42
*/ */
@RestController("appUserCollectionShopController") @RestController("appUserCollectionShopController")
@RequestMapping("/mua/app/userFavorite") @RequestMapping("/user_collection_shop")
//@RequestMapping("/user_collection_shop")
@Tag(name = "app-用户店铺收藏记录") @Tag(name = "app-用户店铺收藏记录")
public class ShopCollectionController { public class ShopCollectionController {

View File

@ -32,8 +32,7 @@ import java.util.Objects;
* @date 2020-12-05 15:50:25 * @date 2020-12-05 15:50:25
*/ */
@RestController("appShopDetailController") @RestController("appShopDetailController")
@RequestMapping("/mua/app/shopDetail") @RequestMapping("/ua/shop_detail")
//@RequestMapping("/ua/shop_detail")
@Tag(name = "app-店铺详情") @Tag(name = "app-店铺详情")
public class ShopDetailController { public class ShopDetailController {

View File

@ -24,8 +24,7 @@ import java.util.Objects;
* @date 2022-08-12 11:27:18 * @date 2022-08-12 11:27:18
*/ */
@RestController("appShopRenovationController") @RestController("appShopRenovationController")
@RequestMapping("/mua/app/shopRenovation") @RequestMapping("/ua/shop_renovation")
//@RequestMapping("/ua/shop_renovation")
@Tag(name = "app-店铺装修信息") @Tag(name = "app-店铺装修信息")
public class ShopRenovationController { public class ShopRenovationController {
private static final Logger logger = LoggerFactory.getLogger(ShopRenovationController.class); private static final Logger logger = LoggerFactory.getLogger(ShopRenovationController.class);

View File

@ -27,8 +27,7 @@ import java.util.Objects;
* @Author lth * @Author lth
* @Date 2021/5/12 20:27 * @Date 2021/5/12 20:27
*/ */
@RequestMapping("/mm/apply/shopUser") @RequestMapping("/m/apply_shop/shop_user")
//@RequestMapping("/m/apply_shop/shop_user")
@RestController("multishopShopUserController") @RestController("multishopShopUserController")
@Tag(name = "multishop-店铺用户信息") @Tag(name = "multishop-店铺用户信息")
public class ApplyShopUserController { public class ApplyShopUserController {

View File

@ -22,8 +22,7 @@ import java.util.Objects;
* @date 2022/9/13 14:06 * @date 2022/9/13 14:06
*/ */
@RestController("multishopCompanyAuditingController") @RestController("multishopCompanyAuditingController")
@RequestMapping("/mm/apply/shopAuditing") @RequestMapping("/m/shop_company_auditing")
//@RequestMapping("/m/shop_company_auditing")
@Tag(name = "multishop-店铺变更工商信息") @Tag(name = "multishop-店铺变更工商信息")
public class CompanyAuditingController { public class CompanyAuditingController {

View File

@ -29,8 +29,7 @@ import java.util.Objects;
* @author person * @author person
*/ */
@RestController("multishopShopApplyController") @RestController("multishopShopApplyController")
@RequestMapping("/mm/apply/shopApply") @RequestMapping("/m/apply_shop/shop_apply")
//@RequestMapping("/m/apply_shop/shop_apply")
@Tag(name = "multishop-店铺申请") @Tag(name = "multishop-店铺申请")
public class ShopApplyController { public class ShopApplyController {

View File

@ -30,8 +30,7 @@ import java.util.Objects;
* @author lth * @author lth
*/ */
@RestController("multishopShopBankCardController") @RestController("multishopShopBankCardController")
@RequestMapping("/mm/apply/shopBankCard") @RequestMapping("/m/apply_shop/shop_bank_card")
//@RequestMapping("/m/apply_shop/shop_bank_card")
@Tag(name = "multishop-店铺银行卡信息") @Tag(name = "multishop-店铺银行卡信息")
public class ShopBankCardController { public class ShopBankCardController {

View File

@ -34,8 +34,7 @@ import java.util.Objects;
* @Date 2021/4/25 16:31 * @Date 2021/4/25 16:31
*/ */
@RestController @RestController
@RequestMapping("/mm/apply/shopCompany") @RequestMapping("/m/apply_shop/shop_company")
//@RequestMapping("/m/apply_shop/shop_company")
@Tag(name = "multishop-店铺工商信息") @Tag(name = "multishop-店铺工商信息")
public class ShopCompanyController { public class ShopCompanyController {

View File

@ -31,8 +31,7 @@ import java.util.Objects;
* @author lth * @author lth
*/ */
@RestController("multishopShopDetailController") @RestController("multishopShopDetailController")
@RequestMapping("/mm/apply/shoDetail") @RequestMapping("/m/apply_shop/shop_detail")
//@RequestMapping("/m/apply_shop/shop_detail")
@Tag(name = "multishop-店铺信息") @Tag(name = "multishop-店铺信息")
public class ShopDetailController { public class ShopDetailController {

View File

@ -33,8 +33,7 @@ import java.util.Objects;
* @author chiley * @author chiley
*/ */
@RestController("multishopRechargeController") @RestController("multishopRechargeController")
@RequestMapping("/mm/shopCharge") @RequestMapping("/m/shop_recharge")
//@RequestMapping("/m/shop_recharge")
@Tag(name = "multishop-商家余额充值") @Tag(name = "multishop-商家余额充值")
public class ShopRechargeController { public class ShopRechargeController {

View File

@ -23,8 +23,7 @@ import java.util.Objects;
* @date 2022-06-22 17:09:12 * @date 2022-06-22 17:09:12
*/ */
@RestController("multishopShopSubstituteSalesController") @RestController("multishopShopSubstituteSalesController")
@RequestMapping("/mm/shopSaleAgent") @RequestMapping("/m/shop_substitute_sales")
//@RequestMapping("/m/shop_substitute_sales")
@Tag(name = "代销设置表") @Tag(name = "代销设置表")
public class ShopSubstituteSalesController { public class ShopSubstituteSalesController {

View File

@ -38,8 +38,7 @@ import java.util.Objects;
* @author tmerclub * @author tmerclub
* @date 2020/09/02 * @date 2020/09/02
*/ */
@RequestMapping("/mm/shopUser") @RequestMapping("/m/shop_user")
//@RequestMapping("/m/shop_user")
@RestController @RestController
@Tag(name = "店铺用户信息") @Tag(name = "店铺用户信息")
public class ShopUserController { public class ShopUserController {

View File

@ -21,8 +21,7 @@ import java.util.Objects;
* @author lth * @author lth
*/ */
@RestController("multishopShopUserRegisterController") @RestController("multishopShopUserRegisterController")
@RequestMapping("/mm/shopUserRegister") @RequestMapping("/ua/shop_user_register")
//@RequestMapping("/ua/shop_user_register")
@Tag(name = "multishop-商家注册") @Tag(name = "multishop-商家注册")
public class ShopUserRegisterController { public class ShopUserRegisterController {

View File

@ -21,8 +21,7 @@ import java.util.Objects;
* @author tmerclub * @author tmerclub
*/ */
@RestController("multishopShopWithdrawCashController") @RestController("multishopShopWithdrawCashController")
@RequestMapping("/mm/shopWithdrawalApply") @RequestMapping("/m/shop_withdraw_cash")
//@RequestMapping("/m/shop_withdraw_cash")
@Tag(name = "multishop-商家提现申请信息") @Tag(name = "multishop-商家提现申请信息")
public class ShopWithdrawCashController { public class ShopWithdrawCashController {

View File

@ -28,8 +28,7 @@ import java.util.Objects;
* @date 2022/9/14 14:32 * @date 2022/9/14 14:32
*/ */
@RestController("platformCompanyAuditingController") @RestController("platformCompanyAuditingController")
@RequestMapping("/mup/companyAuditing") @RequestMapping("/p/shop_company_auditing")
//@RequestMapping("/p/shop_company_auditing")
@Tag(name = "platform-审核店铺工商信息") @Tag(name = "platform-审核店铺工商信息")
@Slf4j @Slf4j
public class CompanyAuditingController { public class CompanyAuditingController {

View File

@ -40,8 +40,7 @@ import java.util.Objects;
* @date 2021-02-01 17:10:35 * @date 2021-02-01 17:10:35
*/ */
@RestController("platformShopAuditingController") @RestController("platformShopAuditingController")
@RequestMapping("/mup/platformAuditing") @RequestMapping("/p/shop_auditing")
//@RequestMapping("/p/shop_auditing")
@Tag(name = "platform-平台审核信息") @Tag(name = "platform-平台审核信息")
public class ShopAuditingController { public class ShopAuditingController {

View File

@ -27,8 +27,7 @@ import java.util.Objects;
* @Date 2021/4/26 10:09 * @Date 2021/4/26 10:09
*/ */
@RestController @RestController
@RequestMapping("/mup/shopBankCard") @RequestMapping("/p/shop_bank_card")
//@RequestMapping("/p/shop_bank_card")
@Tag(name = "platform-店铺银行卡信息") @Tag(name = "platform-店铺银行卡信息")
public class ShopBankCardController { public class ShopBankCardController {

View File

@ -28,8 +28,7 @@ import java.util.Objects;
* @author lth * @author lth
*/ */
@RestController("platformShopCompanyController") @RestController("platformShopCompanyController")
@RequestMapping("/mup/shopInfo") @RequestMapping("/p/shop_company")
//@RequestMapping("/p/shop_company")
@Tag(name = "platform-商家工商信息") @Tag(name = "platform-商家工商信息")
public class ShopCompanyController { public class ShopCompanyController {

View File

@ -40,8 +40,7 @@ import java.util.Objects;
* @date 2020-12-05 15:50:25 * @date 2020-12-05 15:50:25
*/ */
@RestController("platformShopDetailController") @RestController("platformShopDetailController")
@RequestMapping("/mup/shopDetail") @RequestMapping("/p/shop_detail")
//@RequestMapping("/p/shop_detail")
@Tag(name = "platform-店铺信息") @Tag(name = "platform-店铺信息")
public class ShopDetailController { public class ShopDetailController {

View File

@ -17,8 +17,7 @@ import org.springframework.web.bind.annotation.*;
* @Date 2021/6/11 9:28 * @Date 2021/6/11 9:28
*/ */
@RestController("platformShopWithdrawCashController") @RestController("platformShopWithdrawCashController")
@RequestMapping("/mup/shopWithdrawalApply") @RequestMapping("/p/shop_withdraw_cash")
//@RequestMapping("/p/shop_withdraw_cash")
@Tag(name = "platform-商家提现申请信息") @Tag(name = "platform-商家提现申请信息")
public class ShopWithdrawCashController { public class ShopWithdrawCashController {

View File

@ -25,8 +25,7 @@ import java.util.Objects;
* @Author lth * @Author lth
* @Date 2021/5/12 20:27 * @Date 2021/5/12 20:27
*/ */
@RequestMapping("/mus/shopUser") @RequestMapping("/s/apply_shop/shop_user")
//@RequestMapping("/s/apply_shop/shop_user")
@RestController("supplierShopUserController") @RestController("supplierShopUserController")
@Tag(name = "supplier-店铺用户信息") @Tag(name = "supplier-店铺用户信息")
public class ApplyShopUserController { public class ApplyShopUserController {