|
@@ -1971,6 +1971,9 @@ public class AiKuaishouAccountAutoDoServiceImpl implements IAiKuaishouAccountAut
|
|
|
if (!Check.isNull(appId)) {
|
|
|
unitParams.put("app_id", appId);
|
|
|
}
|
|
|
+ if (!Check.isNull(channel) && !Check.isNull(channel.getAppId())) {
|
|
|
+ unitParams.put("app_id", channel.getAppId());
|
|
|
+ }
|
|
|
// url
|
|
|
if (!Check.isNull(strategy.getUrl())) {
|
|
|
unitParams.put("url", strategy.getUrl());
|