|
@@ -176,6 +176,11 @@ public class KuaishouAccountServiceImpl implements IKuaishouAccountService {
|
|
|
return kuaishouAccountMapper.getAccountNameByProjectId(projectId);
|
|
|
}
|
|
|
|
|
|
+ @Override
|
|
|
+ public int deleteKuaishouAccountByProjectId(Long id) {
|
|
|
+ return kuaishouAccountMapper.deleteKuaishouAccountByProjectId(id);
|
|
|
+ }
|
|
|
+
|
|
|
private void insertAccountRecord(KuaishouAccount account, Long userId, int type) {
|
|
|
JSONObject o = new JSONObject();
|
|
|
o.put("accountId", account.getAccountId());
|