Commit 97d0e348 authored by 郝增润's avatar 郝增润

商品详情

parent 759f7268
......@@ -77,6 +77,7 @@ public class TaobaoController {
String timestamp = param.getTimestamp();
String appKey = param.getAppKey();
String sign = param.getSign();
LOGGER.info("appKey:" + appKey);
DuibaAppEnum duibaAppEnum = DuibaAppEnum.getDuibaApp(appKey);
if (duibaAppEnum == null) {
throw new BizException("appKey不存在");
......
......@@ -25,7 +25,6 @@ public enum DuibaAppEnum {
PK_TEST_BOLL("86236-匹克测试活动", "5PPxnK4yhSaD2PRdcndpTrz2d02TYmjp", "6HjrSDDYxecnUpL7J0BPY1Qq7pZovpyq")
;
private final String appName;
private final String appKey;
private final String appSecret;
......
spring.application.name=jd-activity
spring.profiles.active=dev
spring.profiles.active=prod
# 先排除一些autoconfigure
spring.autoconfigure.exclude=
# tomcat
......
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