记得上下班打卡 | git大法好,push需谨慎

Commit a088097d authored by anjiabin's avatar anjiabin

实现xuper发行购买功能

parent f84811c3
...@@ -525,11 +525,17 @@ public class TestXuperSdkUtil { ...@@ -525,11 +525,17 @@ public class TestXuperSdkUtil {
Xuper013HistoryReqDto reqDto = Xuper013HistoryReqDto.getNew(); Xuper013HistoryReqDto reqDto = Xuper013HistoryReqDto.getNew();
// 定义返回结果对象 // 定义返回结果对象
Xuper013HistoryRespDto respDto = null; Xuper013HistoryRespDto respDto = null;
long assetId = 139521326019882797l;
// long assetId = 1532351545249738541l; //xuper-skuid-003
long assetId = 477060752401870637l;
//xuper-skuid-004
assetId = 2203931451566698285l;
//xuper-skuid-008
assetId = 139521326019882797l;
try { try {
// reqDto.setMnemonic(creatorMnemonic); reqDto.setAssetId(assetId);
// reqDto.setAssetId(assetId); reqDto.setPage(1);
reqDto.setLimit(20);
XuperResponseDto<Xuper013HistoryRespDto> xuperResponseDto = xuperSdkUtil.xuper013History(reqDto); XuperResponseDto<Xuper013HistoryRespDto> xuperResponseDto = xuperSdkUtil.xuper013History(reqDto);
if(xuperResponseDto.isSuccess()){ if(xuperResponseDto.isSuccess()){
respDto = xuperResponseDto.getParseData(Xuper013HistoryRespDto.class); respDto = xuperResponseDto.getParseData(Xuper013HistoryRespDto.class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment