| | |
| | |
|
| | | import javax.annotation.Resource;
|
| | |
|
| | | import lombok.extern.slf4j.Slf4j;
|
| | | import org.springframework.stereotype.Service;
|
| | |
|
| | | import com.alibaba.fastjson.JSONObject;
|
| | |
| | | import com.xcong.excoin.utils.MessageSourceUtils;
|
| | | import com.xcong.excoin.utils.RedisUtils;
|
| | |
|
| | | @Slf4j
|
| | | @Service
|
| | | public class BlockSeriveImpl implements BlockSerive {
|
| | |
|
| | |
| | | memberCoinAddress = memberMapper.selectBlockAddress(Long.parseLong(mId), symbol);
|
| | | }
|
| | | ////System.out.println("symbol ========== "+symbol);
|
| | | log.info("--->{}", memberCoinAddress);
|
| | | if(memberCoinAddress!=null) {
|
| | | ////System.out.println("1===================================");
|
| | | map.put("address", memberCoinAddress.getAddress());
|