Commit 61562f50 by 吕明尚

增加开放接口

parent 7301417e
......@@ -56,6 +56,7 @@ public class WebConfig implements WebMvcConfigurer {
"/openInterface/**",
"/consumerCoupon/query",
"/order/computed/price",
"/system/config/list",
"**"
).addPathPatterns("/**");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment