修改 url
This commit is contained in:
parent
f1d65054cc
commit
d9b6d6c346
@ -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 {
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user