init
This commit is contained in:
@@ -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获取价格
|
||||
|
||||
Reference in New Issue
Block a user