init
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package com.ruoyi.cai.ws.dto;
|
||||
|
||||
import com.alibaba.fastjson.JSON;
|
||||
import com.ruoyi.cai.domain.CaiGift;
|
||||
import com.ruoyi.cai.domain.Gift;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
@@ -85,7 +85,7 @@ public class WsRMsgGen {
|
||||
return ok;
|
||||
}
|
||||
|
||||
public static WsR gift(CaiGift gift, Long callerId, Long receiverId) {
|
||||
public static WsR gift(Gift gift, Long callerId, Long receiverId) {
|
||||
Map<String,Object> content = new HashMap<>();
|
||||
content.put("giftid",gift.getId());
|
||||
content.put("giftname",gift.getName());
|
||||
|
||||
Reference in New Issue
Block a user