修改 url

This commit is contained in:
liubozhi 2025-04-21 22:28:32 +08:00
parent f1d65054cc
commit d9b6d6c346
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ import java.util.Objects;
* @date 2021-05-20 11:09:53 * @date 2021-05-20 11:09:53
*/ */
@RestController("platformNotifyTemplateTagController") @RestController("platformNotifyTemplateTagController")
@RequestMapping("/p/notifyTemplate_tag") @RequestMapping("/p/notifyTemplateTag")
@Tag(name = "platform-标签消息") @Tag(name = "platform-标签消息")
public class NotifyTemplateTagController { public class NotifyTemplateTagController {

View File

@ -46,11 +46,11 @@ public interface AuthConfigAdapter {
/** /**
* 商家开店时可用的uri * 商家开店时可用的uri
*/ */
String MULTSHOP_APPLY_URI = "/**/apply_shop/**"; String MULTSHOP_APPLY_URI = "/**/applyShop/**";
/** /**
* 商家开店时可用的uri * 商家开店时可用的uri
*/ */
String SUPPLIER_APPLY_URI = "/**/apply_supplier/**"; String SUPPLIER_APPLY_URI = "/**/applySupplier/**";
/** /**
* swagger * swagger