Selaa lähdekoodia

人群包功能开发,推送人群包逻辑修改

zhaoxian 4 vuotta sitten
vanhempi
commit
87030bc599

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/ai/service/impl/KuaishouCrowdPackServiceImpl.java

@@ -130,7 +130,7 @@ public class KuaishouCrowdPackServiceImpl extends ServiceImpl<KuaishouCrowdPackM
     @Override
     public Result<Object> accountPush(JSONObject request) {
         JSONArray accountIds = request.getJSONArray("accountIds");
-        Long signature = request.getLong("signature");
+        String signature = request.getString("signature");
         Long accountId = request.getLong("accountId");
         CtopOauthToken token = tokenService.getTokenByAccountId(accountId);
         QueryWrapper<KuaishouCrowdPack> wrapper = new QueryWrapper<>();