摘要: 1 package com.-.it.regioc.bean.result; 2 3 import lombok.Data; 4 import org.apache.http.HttpStatus; 5 import java.io.Serializable; 6 7 /** 8 * 响应结果 9 阅读全文
posted @ 2022-11-12 03:11 MING5135 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 1 package com.-.it.regioc.bean.result; 2 3 import com.fasterxml.jackson.annotation.JsonIgnoreProperties; 4 import lombok.Getter; 5 import org.apache.h 阅读全文
posted @ 2022-11-12 03:10 MING5135 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 1 package com.-.it.regioc.controller; 2 3 import org.apache.commons.lang3.StringUtils; 4 import org.springframework.beans.factory.annotation.Autowired 阅读全文
posted @ 2022-11-12 03:08 MING5135 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 1 package com.-.it.regioc.controller; 2 3 import org.springframework.http.MediaType; 4 import org.springframework.web.bind.annotation.PostMapping; 5 i 阅读全文
posted @ 2022-11-12 03:07 MING5135 阅读(36) 评论(0) 推荐(0) 编辑
摘要: @Slf4j是啥,它是干啥的 https://blog.csdn.net/weixin_41291538/article/details/100694346 @JSONField(name = "WAREHOUSE_CATEGORY_DESC_CN") private String warehous 阅读全文
posted @ 2022-11-10 20:49 MING5135 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1 package com.-.it.regioc.container; 2 3 import cn.hutool.core.collection.CollectionUtil; 4 import com.huawei.it.regioc.bean.apiconfig.ApiTemplate; 5 阅读全文
posted @ 2022-11-10 20:47 MING5135 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 1 package com.-.it.regioc.bean.apiconfig; 2 3 import lombok.Data; 4 5 /** 6 * api配置模板 7 */ 8 @Data 9 public class ApiTemplate { 10 /** 11 * api名称 12 * 阅读全文
posted @ 2022-11-10 20:45 MING5135 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 1 package com.-.it.regioc; 2 3 import com.huawei.it.regioc.config.ConfigurationFactory; 4 import org.mybatis.spring.annotation.MapperScan; 5 import or 阅读全文
posted @ 2022-11-10 20:44 MING5135 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 1 api: 2 apiList: 3 - name: "超期发未收" 4 id: overdue_not_received 5 url: https://apigw.huawei.com/api/data-subject/app_000000035085/D103024 6 template: " 阅读全文
posted @ 2022-11-10 20:41 MING5135 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 1 import org.junit.Assert; 2 import org.junit.Before; 3 import org.junit.Test; 4 import org.junit.runner.RunWith; 5 import org.mockito.InjectMocks; 6 阅读全文
posted @ 2022-11-09 19:24 MING5135 阅读(18) 评论(0) 推荐(0) 编辑