no message
This commit is contained in:
@ -23,16 +23,16 @@ import java.util.List;
|
|||||||
@Service
|
@Service
|
||||||
public class DouyinServiceImpl implements DouyinService {
|
public class DouyinServiceImpl implements DouyinService {
|
||||||
|
|
||||||
@Value("${douyin.appId}")
|
//@Value("${douyin.appId}")
|
||||||
private String CLIENT_KEY = "awomt6nnjlfc491m";
|
private String CLIENT_KEY = "awomt6nnjlfc491m";
|
||||||
|
|
||||||
@Value("${douyin.appSecret}")
|
//@Value("${douyin.appSecret}")
|
||||||
private String CLIENT_SECRET = "c678c411c7a68c6f97969f2dbd8ef8fc";
|
private String CLIENT_SECRET = "c678c411c7a68c6f97969f2dbd8ef8fc";
|
||||||
|
|
||||||
@Value("${douyin.appSecret}")
|
//@Value("${douyin.accountId}")
|
||||||
private String ACCOUNT_ID = "7442188302710065206";
|
private String ACCOUNT_ID = "7442188302710065206";
|
||||||
|
|
||||||
@Value("${douyin.appSecret}")
|
//@Value("${douyin.poiId}")
|
||||||
private String POI_ID = "7442188302710065206";
|
private String POI_ID = "7442188302710065206";
|
||||||
|
|
||||||
@Transactional(rollbackFor = Exception.class)
|
@Transactional(rollbackFor = Exception.class)
|
||||||
|
|||||||
Reference in New Issue
Block a user