|
@@ -107,8 +107,8 @@ public class KuaishouChannelServiceImpl extends ServiceImpl<KuaishouChannelMappe
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
private ICtopOauthTokenService tokenService;
|
|
private ICtopOauthTokenService tokenService;
|
|
- private static final String CHANNEL_STR = "{{渠道号}}";
|
|
|
|
- private static final String NUMBER_STR = "{{编号}}";
|
|
|
|
|
|
+ private static final String CHANNEL_STR = "-{{渠道号}}-";
|
|
|
|
+ private static final String NUMBER_STR = "-{{编号}}-";
|
|
private static final String CHANNEL = "_channel_FLAG";
|
|
private static final String CHANNEL = "_channel_FLAG";
|
|
|
|
|
|
static ExecutorService executorService = Executors.newFixedThreadPool(5);
|
|
static ExecutorService executorService = Executors.newFixedThreadPool(5);
|