init
This commit is contained in:
@@ -68,6 +68,7 @@ public class ImService {
|
|||||||
Account account = accountService.getByUserId(fromUserId);
|
Account account = accountService.getByUserId(fromUserId);
|
||||||
ImResp resp = new ImResp();
|
ImResp resp = new ImResp();
|
||||||
resp.setCoin(account.getCoin()+ account.getIncomeCoin());
|
resp.setCoin(account.getCoin()+ account.getIncomeCoin());
|
||||||
|
resp.setContent(message.getContent());
|
||||||
return resp;
|
return resp;
|
||||||
}
|
}
|
||||||
boolean fileType = typeEnum.isFileType();
|
boolean fileType = typeEnum.isFileType();
|
||||||
@@ -118,6 +119,7 @@ public class ImService {
|
|||||||
Account account = accountService.getByUserId(fromUserId);
|
Account account = accountService.getByUserId(fromUserId);
|
||||||
ImResp resp = new ImResp();
|
ImResp resp = new ImResp();
|
||||||
resp.setCoin(account.getCoin()+ account.getIncomeCoin());
|
resp.setCoin(account.getCoin()+ account.getIncomeCoin());
|
||||||
|
resp.setContent(message.getContent());
|
||||||
return resp;
|
return resp;
|
||||||
}
|
}
|
||||||
// 判断VIP获取价格
|
// 判断VIP获取价格
|
||||||
|
|||||||
Reference in New Issue
Block a user