|
@@ -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<>();
|