Merge remote-tracking branch 'origin/cc_20230520_partner' into cc_20230520_partner
This commit is contained in:
@@ -40,7 +40,7 @@ public class TokenValidateFilter implements Filter {
|
||||
|
||||
private static List<String> patternList =
|
||||
|
||||
Lists.newArrayList("/web/check/ok","/check/ok", "/partner/doc.html",
|
||||
Lists.newArrayList("/web/check/ok","/check/ok", "/partner/mini/program/doc.html","/partner/mini/program/v2/api-docs",
|
||||
"/**/swagger*/**",
|
||||
"/**/webjars/**");
|
||||
|
||||
|
||||
@@ -23,7 +23,6 @@ import javax.validation.Valid;
|
||||
|
||||
@Api(tags = "微信小程序app接口")
|
||||
@RestController
|
||||
@RequestMapping("/appApi/mini-program")
|
||||
public class MiniProgramAppController {
|
||||
|
||||
@Resource
|
||||
|
||||
@@ -2,7 +2,7 @@ spring.application.name=coolstore-partner-webc
|
||||
spring.profiles.active=@profileActive@
|
||||
|
||||
server.port=30900
|
||||
server.servlet.context-path=/partner
|
||||
server.servlet.context-path=/partner/mini/program
|
||||
|
||||
#logback
|
||||
logging.config=classpath:logback-spring.xml
|
||||
|
||||
Reference in New Issue
Block a user