diff --git a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/dt/client/DtFeignClient.java b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/dt/client/DtFeignClient.java index 85fa0b1..56a3278 100644 --- a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/dt/client/DtFeignClient.java +++ b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/dt/client/DtFeignClient.java @@ -16,8 +16,8 @@ public interface DtFeignClient { * 获取Token接口 - 下面几个接口默认都会调用这个,这里只是做冗余 返回: { - "code":0, - "message":"", + "code":200, + "message":"success", "success": true, "data":{ "effectiveTime":1440, @@ -46,7 +46,7 @@ public interface DtFeignClient { 参数: { "masterDataCode": "ods_custsup_customer_vendor_info", - "opType": "C",// C新增, U更新, D删除 + "opType": "C", "updateColumns": { "sourceId": "20001DERJ291", "sourceStatus": "1", @@ -68,8 +68,8 @@ public interface DtFeignClient { } 返回: { - "code":0, - "message":"操作成功", + "code":200, + "message":"success", "success": true, "data":{ "sourceID":"20001DERJ291", @@ -86,8 +86,8 @@ public interface DtFeignClient { * 客商主数据查询匹配接口 返回: { - "code":0, - "message":"操作成功", + "code":200, + "message":"success", "success":true, "data":{ "pageCount":1, @@ -118,7 +118,7 @@ public interface DtFeignClient { "name":"联通数字科技有限公司辽宁省分公司", "sysIsCurrentVersion":"1", "certificateType":"10" - },{ + },{ "sysVersion":"1", "country":"CN", "code":"CN1091110302788601492930",