This commit is contained in:
dute7liang
2024-01-09 23:44:46 +08:00
parent d37ba23775
commit e87d284c60

View File

@@ -68,6 +68,7 @@ public class ImService {
Account account = accountService.getByUserId(fromUserId);
ImResp resp = new ImResp();
resp.setCoin(account.getCoin()+ account.getIncomeCoin());
resp.setContent(message.getContent());
return resp;
}
boolean fileType = typeEnum.isFileType();
@@ -118,6 +119,7 @@ public class ImService {
Account account = accountService.getByUserId(fromUserId);
ImResp resp = new ImResp();
resp.setCoin(account.getCoin()+ account.getIncomeCoin());
resp.setContent(message.getContent());
return resp;
}
// 判断VIP获取价格