src/main/java/com/fzzy/api/view/Api1306.view.xml
@@ -183,6 +183,10 @@ <Property></Property> <Property name="label">è¡¥è¯æ¹æ³</Property> </PropertyDef> <PropertyDef name="nlhqnddw"> <Property></Property> <Property name="label">ç£·åæ°¢æµåº¦åä½</Property> </PropertyDef> <PropertyDef name="zyrs"> <Property></Property> <Property name="label">ä½ä¸äººæ°</Property> @@ -487,6 +491,10 @@ <Property name="name">xzzydh</Property> </DataColumn> <DataColumn> <Property name="property">nlhqnddw</Property> <Property name="name">nlhqnddw</Property> </DataColumn> <DataColumn> <Property name="property">cfdm</Property> <Property name="name">cfdm</Property> </DataColumn> @@ -718,6 +726,11 @@ <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">nlhqnddw</Property> <Property name="property">nlhqnddw</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">byff</Property> <Property name="property">byff</Property> <Editor/> src/main/java/com/fzzy/api/view/repository/Api1102Rep.java
@@ -21,7 +21,7 @@ /** * æ¥è¯¢ææççæ§ç¹ä½ä¿¡æ¯ * æ¥è¯¢åºåº * @param kqdm * @return */ src/main/java/com/fzzy/async/fzzy40/impl/Fzzy40Sync2104.java
@@ -102,7 +102,7 @@ sh2023Api2104.setLldm(kqdm); sh2023Api2104.setJz(sysData.getNetWeight()); sh2023Api2104.setZhgxsh(sysData.getUpdateTime()); sh2023Api2104.setZhgxsj(sysData.getUpdateTime()); //è·åè´§ä½ä¿¡æ¯ api1105 = commonService.getApi1105Cache(sysData.getDepotId()); src/main/java/com/fzzy/otherview/sh2023/ShApi2104.view.xml
@@ -68,7 +68,7 @@ <Property name="valueProperty">name</Property> </Property> </PropertyDef> <PropertyDef name="zhgxsh"> <PropertyDef name="zhgxsj"> <Property name="dataType">Date</Property> <Property name="label">æåæ´æ°æ¶é´</Property> </PropertyDef> @@ -317,8 +317,8 @@ <Property name="property">czbz</Property> <Property name="align">center</Property> </DataColumn> <DataColumn name="zhgxsh"> <Property name="property">zhgxsh</Property> <DataColumn name="zhgxsj"> <Property name="property">zhgxsj</Property> <Property name="align">center</Property> </DataColumn> <DataColumn name="bjw"> @@ -425,8 +425,8 @@ <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zhgxsh</Property> <Property name="property">zhgxsh</Property> <Property name="name">zhgxsj</Property> <Property name="property">zhgxsj</Property> <Editor/> </AutoFormElement> <AutoFormElement> src/main/java/com/fzzy/push/sh2023/SH2023ApiRemoteService.java
@@ -297,6 +297,8 @@ api1102.setBjw(ShAreaBjw.getBjw(code)); api1102.setKqsx("2"); api1102.setCbcr(count); //TODO åºåºç¶æ api1102.setKqzt("1"); list.add(api1102); } return JSON.toJSONString(list); @@ -444,6 +446,9 @@ api1111 = new SH2023Api1111(); BeanUtils.copyProperties(apiData, api1111); api1111.setBjw(ShAreaBjw.getBjw(code)); if (StringUtils.isEmpty(api1111.getBz())) { api1111.setBz("æ "); } list.add(api1111); } return JSON.toJSONString(list); @@ -588,7 +593,8 @@ api1207.setDcrq(apiData.getDcrq()); api1207.setBjw(ShAreaBjw.getBjw(code)); //TODO åºè°åå· api1207.setPch(apiData.getDchwdm() + DateFormatUtils.format(apiData.getDcrq(), "yyyy")); api1207.setKddh(apiData.getDcdh().substring(21,33)); list.add(api1207); } return JSON.toJSONString(list); @@ -660,6 +666,11 @@ BeanUtils.copyProperties(apiData, api1211); api1211.setZglkdm(api1211.getKqdm()); //TODO è´§ä½ä»£ç ç²®é£æ§è´¨ä»£ç æ¥ç²®ä»£ç // api1211.setHwdm("91310114703439394M001000100101"); // api1211.setLsxzdm("001"); // api1211.setLldm("91310114703439394M001000100101"); api1211.setBjw(ShAreaBjw.getBjw(code)); api1211.setPch(apiData.getHwdm() + DateFormatUtils.format(apiData.getYwrq(), "yyyyMM")); if(StringUtils.isEmpty(api1211.getLldm())){ @@ -796,6 +807,43 @@ } return JSON.toJSONString(list); } if (SH2023Constant.SH_2023_API_CODE_1308.equals(inteId)) { SH2023Api1308 api1308; //æå转æ¢ä¸ºjson List<SH2023Api1308> list = new ArrayList<>(); //ædata转åælistéå List<Api1308> api1308List = castList(data, Api1308.class); for (Api1308 apiData : api1308List) { api1308 = new SH2023Api1308(); BeanUtils.copyProperties(apiData, api1308); //TODO è´§ä½ä»£ç å¾åç¼å· è§é¢ç¼å· api1308.setHwdm("æ "); api1308.setBjw(ShAreaBjw.getBjw(code)); List<Api1109> api1109List = api1109Rep.getDataByFileId(apiData.getFileStorageId()); api1308.setTxbh(api1109List.get(0).getWjmc()); api1308.setSpbh(api1109List.get(0).getWjmc()); list.add(api1308); } return JSON.toJSONString(list); } if (SH2023Constant.SH_2023_API_CODE_1309.equals(inteId)) { SH2023Api1309 api1309; //æå转æ¢ä¸ºjson List<SH2023Api1309> list = new ArrayList<>(); //ædata转åælistéå List<Api1309> api1308List = castList(data, Api1309.class); for (Api1309 apiData : api1308List) { api1309 = new SH2023Api1309(); BeanUtils.copyProperties(apiData, api1309); api1309.setBjw(ShAreaBjw.getBjw(code)); list.add(api1309); } return JSON.toJSONString(list); } if (SH2023Constant.SH_2023_API_CODE_1310.equals(inteId)) { SH2023Api1310 api1310; //æå转æ¢ä¸ºjson @@ -810,6 +858,7 @@ api1310.setPch(apiData.getHwdm() + DateFormatUtils.format(apiData.getJysj(), "yyyy")); List<Api1202> api1202List = api1202Rep.getDataByHwdm(apiData.getHwdm()); api1310.setLspzdm(api1202List.get(0).getLspzdm()); api1310.setLsxzdm("002"); list.add(api1310); } return JSON.toJSONString(list); @@ -823,6 +872,7 @@ for (Api1401 apiData : api1401List) { api1401 = new SH2023Api1401(); BeanUtils.copyProperties(apiData, api1401); api1401.setBjw(ShAreaBjw.getBjw(code)); list.add(api1401); } return JSON.toJSONString(list); @@ -852,6 +902,7 @@ BeanUtils.copyProperties(apiData, api1403); api1403.setJhzxdw(apiData.getJhxddw()); api1403.setJhzxdwmc(apiData.getJhxddwmc()); api1403.setBjw(ShAreaBjw.getBjw(code)); list.add(api1403); } return JSON.toJSONString(list); @@ -866,70 +917,102 @@ api1404 = new SH2023Api1404(); BeanUtils.copyProperties(apiData, api1404); //TODO æç»ç¶æ api1404.setMxzt("1"); api1404.setBjw(ShAreaBjw.getBjw(code)); list.add(api1404); } return JSON.toJSONString(list); } if (SH2023Constant.SH_2023_API_CODE_2102.equals(inteId)) { SH2023Api2102 api2102; if (SH2023Constant.SH_2023_API_CODE_2101.equals(inteId)) { SH2023Api2101 api2101; //æå转æ¢ä¸ºjson List<SH2023Api2102> list = new ArrayList<>(); //ædata转åælistéå List<Api1207> api1207List = castList(data, Api1207.class); for (Api1207 apiData : api1207List) { api2102 = new SH2023Api2102(); BeanUtils.copyProperties(apiData, api2102); api2102.setDrdh(apiData.getDcdh()); api2102.setDcrq(apiData.getDcrq()); api2102.setPch(api2102.getDrhwdm() + DateFormatUtils.format(apiData.getDcrq(), "yyyy")); api2102.setBjw(ShAreaBjw.getBjw(code)); //TODO åºè°åå· List<SH2023Api2101> list = castList(data, SH2023Api2101.class); list.add(api2102); } return JSON.toJSONString(list); } if (SH2023Constant.SH_2023_API_CODE_2102.equals(inteId)) { // SH2023Api2102 api2102; // //æå转æ¢ä¸ºjson // List<SH2023Api2102> list = new ArrayList<>(); // //ædata转åælistéå // List<Api1207> api1207List = castList(data, Api1207.class); // for (Api1207 apiData : api1207List) { // api2102 = new SH2023Api2102(); // BeanUtils.copyProperties(apiData, api2102); // api2102.setDrdh(apiData.getDcdh()); // api2102.setDcrq(apiData.getDcrq()); // api2102.setPch(api2102.getDrhwdm() + DateFormatUtils.format(apiData.getDcrq(), "yyyy")); // api2102.setBjw(ShAreaBjw.getBjw(code)); // //TODO åºè°åå· // // list.add(api2102); // } List<SH2023Api2102> list = castList(data, SH2023Api2102.class); return JSON.toJSONString(list); } if (SH2023Constant.SH_2023_API_CODE_2103.equals(inteId)) { SH2023Api2103 api2103; //æå转æ¢ä¸ºjson //ædata转åælistéå List<SH2023Api2103> list = castList(data, SH2023Api2103.class); List<SH2023Api2103Item> listItems = castList(list.get(0).getDlqplxq(), SH2023Api2103Item.class); list.get(0).setCzbz("i"); list.get(0).setSh2023Api2103Items(listItems); return JSON.toJSONString(list); } if (SH2023Constant.SH_2023_API_CODE_2104.equals(inteId)) { SH2023Api2104 api2104; //æå转æ¢ä¸ºjson //ædata转åælistéå List<SH2023Api2104> list = castList(data, SH2023Api2104.class); return JSON.toJSONString(list); } if (SH2023Constant.SH_2023_API_CODE_2203.equals(inteId)) { SH2023Api2203 api2203; //æå转æ¢ä¸ºjson List<SH2023Api2203> list = new ArrayList<>(); // List<SH2023Api2203> list = new ArrayList<>(); //ædata转åælistéå List<Api1201> api1201List = castList(data, Api1201.class); for (Api1201 apiData : api1201List) { api2203 = new SH2023Api2203(); BeanUtils.copyProperties(apiData, api2203); api2203.setHtbh(apiData.getHth()); // api2203.setBdh(); api2203.setCjrq(apiData.getQdrq()); // api2203.setJyzt(); // api2203.setLsxz(); // api2203.setLspzmx(); // api2203.setScnf(); // api2203.setKd(); // list.add(api2203); } List<SH2023Api2203> list = castList(data, SH2023Api2203.class); // for (Api1201 apiData : api1201List) { // api2203 = new SH2023Api2203(); // BeanUtils.copyProperties(apiData, api2203); // api2203.setHtbh(apiData.getHth()); // //// api2203.setBdh(); // api2203.setCjrq(apiData.getQdrq()); //// api2203.setJyzt(); //// api2203.setLsxz(); //// api2203.setLspzmx(); //// api2203.setScnf(); //// api2203.setKd(); // // // list.add(api2203); // } return JSON.toJSONString(list); } if (SH2023Constant.SH_2023_API_CODE_2204.equals(inteId)) { SH2023Api2204 api2204; //æå转æ¢ä¸ºjson List<SH2023Api2204> list = new ArrayList<>(); // List<SH2023Api2204> list = new ArrayList<>(); //ædata转åælistéå List<Api1310> api1310List = castList(data, Api1310.class); for (Api1310 apiData : api1310List) { api2204 = new SH2023Api2204(); BeanUtils.copyProperties(apiData, api2204); // api2204.setSf(); // api2204.setRksf(); // api2204.setlldm(); api2204.setBjw(ShAreaBjw.getBjw(code)); api2204.setPch(apiData.getHwdm() + DateFormatUtils.format(apiData.getJysj(), "yyyy")); list.add(api2204); } List<SH2023Api2204> list = castList(data, SH2023Api2204.class); // for (Api1310 apiData : api1310List) { // api2204 = new SH2023Api2204(); // BeanUtils.copyProperties(apiData, api2204); //// api2204.setSf(); //// api2204.setRksf(); //// api2204.setlldm(); // api2204.setBjw(ShAreaBjw.getBjw(code)); // api2204.setPch(apiData.getHwdm() + DateFormatUtils.format(apiData.getJysj(), "yyyy")); // list.add(api2204); // } return JSON.toJSONString(list); } //è´¢å¡æ¥è¡¨æ°æ®å°è£ src/main/java/com/fzzy/push/sh2023/SH2023PushService12.java
@@ -378,6 +378,27 @@ */ public void pushData1211(ApiRemoteService apiRemoteService, ApiParam param) { //TODO //ç²®é£æ§è´¨è½¬åå List<Api1211> list = api1211Rep.findPushDataByTime(param.getKqdm(), param.getStart(), param.getEnd()); if (null == list || list.isEmpty()) { log.error("-----䏿µ·å¸å¹³å°2023çï¼æªè·åå°ç²®é£åºåä¿¡æ¯ï¼ä¸æ¨é-----"); return; } param.setInteId(SH2023Constant.SH_2023_API_CODE_1210); //æ¨éï¼æ°æ®ä¸ºéåå½¢å¼ ResponseDto responseDto = apiRemoteService.pushData(param, list); if (responseDto.getSuccess() == 0) { //æ¨éæåï¼æ´æ°æ°æ®ä¸ä¼ ç¶æ for (Api1211 data : list) { if (Constant.CZBZ_I.equals(data.getCzbz())) { data.setCzbz(Constant.CZBZ_U); //æ´æ°ç¶æ api1211Rep.save(data); } } } } @@ -462,7 +483,7 @@ for (ApiInfoData infoData : items) { shApi2104 = JSONObject.parseObject(infoData.getData(), SH2023Api2104.class); shApi2104.setCzbz(infoData.getCzbz()); shApi2104.setZhgxsh(infoData.getUpdateTime()); shApi2104.setZhgxsj(infoData.getUpdateTime()); list.add(shApi2104); } ResponseDto responseDto = apiRemoteService.pushData(param, list); src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1102.java
@@ -76,6 +76,9 @@ @PropertyDef(label = "åºåºå±æ§", description = "1:å¸çº§ç´å±ï¼2:åºçº§ç´å±ï¼3:社ä¼ä»å®¹ï¼4:å ¶ä»") private String kqsx; @PropertyDef(label = "æ è®°ä½") @PropertyDef(label = "åºåºç¶æ") private String kqzt; @PropertyDef(label = "æ è®°ä½", description = "1:æ£å¸¸(é»è®¤), 2:éåºå¨å¤ç²®æ¿å¨") private String bjw; } src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1211.java
@@ -52,8 +52,8 @@ @PropertyDef(label = "æç»æ å¿") private Integer yjbz; @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "ä¸å¡æ¥æ") @JSONField(format = "yyyy-MM-dd") private Date ywrq; @PropertyDef(label = "æä½æ å¿") src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1308.java
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,68 @@ package com.fzzy.push.sh2023.dto; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import lombok.Data; import lombok.EqualsAndHashCode; import java.io.Serializable; import java.util.Date; /** * æ¥å£è¡¨-è§é¢çæ§å¼å¸¸äºä»¶åè¦åºæ¬ä¿¡æ¯æ¥å£ * * @author ws * @date 2022-09-22 15:57 */ @Data @EqualsAndHashCode(callSuper = false) public class SH2023Api1308 implements Serializable { /** * */ private static final long serialVersionUID = 1L; @JSONField(format = "yyyy-MM-dd HH:mm:ss") private Date gjsj; @PropertyDef(label = "åºåºåç§°") private String kqmc; @PropertyDef(label = "åºåºä»£ç ") private String kqdm; @PropertyDef(label = "è´§ä½ä»£ç ") private String hwdm; @PropertyDef(label = "åºåºå°å") private String kqdz; @PropertyDef(label = "è§é¢çæ§è®¾å¤id") private String spjksbid; @PropertyDef(label = "å®è£ ä½ç½®ç±»å") private String azwzlx; @PropertyDef(label = "çè§åºå说æ") private String jsqysm; @PropertyDef(label = "å¼å¸¸åè¦è¯´æ") private String ycgjsm; @PropertyDef(label = "å¾åç¼å·") private String txbh; @PropertyDef(label = "è§é¢ç¼å·") private String spbh; @PropertyDef(label = "æä½æ å¿") private String czbz; @JSONField(format = "yyyy-MM-dd HH:mm:ss") private Date zhgxsj; @PropertyDef(label = "æ è®°ä½") private String bjw; } src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1309.java
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,73 @@ package com.fzzy.push.sh2023.dto; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import lombok.Data; import lombok.EqualsAndHashCode; import java.io.Serializable; import java.util.Date; /** * æ¥å£è¡¨-è§é¢çæ§å¼å¸¸äºä»¶åè¦åºæ¬ä¿¡æ¯æ¥å£ * * @author ws * @date 2022-09-22 15:57 */ @Data @EqualsAndHashCode(callSuper = false) public class SH2023Api1309 implements Serializable { /** * */ private static final long serialVersionUID = 1L; @PropertyDef(label = "é¢è¦ä¿¡æ¯ä»£ç ") @JSONField(format = "yyyy-MM-dd HH:mm:ss") private Date fbsj; @PropertyDef(label = "é¢è¦ä¿¡æ¯ä»£ç ") private String yjxxdm; @PropertyDef(label = "è¿è§ä¸»ä½ç±»å") private String wgztlx; @PropertyDef(label = "è¿è§åä½ä»£ç ") private String qydm; @PropertyDef(label = "è¿è§è¡ä¸ºäºº") private String wgxwr; @PropertyDef(label = "æ¶ååºç¹") private String sjkd; @PropertyDef(label = "è¿è§ç±»å") private String wglx; @PropertyDef(label = "è¿è§è¯¦æ ") private String wgqk; @PropertyDef(label = "å½åå¤ç½®ç¶æ") private String czzt; @PropertyDef(label = "å¤ç½®å 容") private String hxczqk; @PropertyDef(label = "å¤ç½®äºº") private String hxczr; @PropertyDef(label = "å¤ç½®æ¶é´") @JSONField(format = "yyyy-MM-dd HH:mm:ss") private Date hxczsj; @PropertyDef(label = "æä½æ å¿") private String czbz; @JSONField(format = "yyyy-MM-dd HH:mm:ss") private Date zhgxsj; @PropertyDef(label = "æ è®°ä½") private String bjw; } src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1401.java
@@ -56,5 +56,9 @@ @PropertyDef(label = "æåæ´æ°æ¶é´") private Date zhgxsj; @PropertyDef(label = "æ è®°ä½") private String bjw; } src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1403.java
@@ -59,5 +59,11 @@ @PropertyDef(label = "æåæ´æ°æ¶é´") private Date zhgxsj; @PropertyDef(label = "æä½æ å¿") private String czbz; @PropertyDef(label = "æ è®°ä½") private String bjw; } src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1404.java
@@ -59,4 +59,10 @@ @PropertyDef(label = "æåæ´æ°æ¶é´") private Date zhgxsj; @PropertyDef(label = "æä½æ å¿") private String czbz; @PropertyDef(label = "æ è®°ä½") private String bjw; } src/main/java/com/fzzy/push/sh2023/dto/SH2023Api2103.java
@@ -2,6 +2,7 @@ import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fzzy.api.entity.ApiParent; import lombok.Data; @@ -74,6 +75,7 @@ private Date zhgxsj; @Transient @JsonIgnore private List<SH2023Api2103Item> sh2023Api2103Items; } src/main/java/com/fzzy/push/sh2023/dto/SH2023Api2104.java
@@ -56,7 +56,7 @@ @PropertyDef(label = "æåæ´æ°æ¶é´") @JSONField(format = "yyyy-MM-dd HH:mm:ss") private Date zhgxsh; private Date zhgxsj; @PropertyDef(label = "æ¹æ¬¡å·") private String pch; src/main/java/com/fzzy/test/ApiTest.view.xml
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,27 @@ <?xml version="1.0" encoding="UTF-8"?> <ViewConfig> <Arguments/> <Context/> <Model/> <View layout="regionPadding:10"> <Property name="packages">font-awesome,css-common</Property> <ToolBar> <ToolBarButton> <ClientEvent name="onClick">
 view.get("#ajaxDel").execute(function(result){
 if(result){
 $alert(result);
 }
 });
 </ClientEvent> <Property name="caption">æµè¯</Property> <Property name="iconClass">fa fa-minus</Property> <Property name="exClassName">toolbar-button-warn</Property> <Property name="width">100</Property> </ToolBarButton> </ToolBar> <AjaxAction id="ajaxDel"> <Property name="service">apiTestPR#push1311</Property> </AjaxAction> </View> </ViewConfig> src/main/java/com/fzzy/test/ApiTestPR.java
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,41 @@ package com.fzzy.test; import com.bstek.dorado.annotation.Expose; import com.fzzy.api.data.ApiParam; import com.fzzy.api.entity.ApiConfs; import com.fzzy.api.service.ApiCommonService; import com.fzzy.push.sh2023.SH2023ApiRemoteService; import com.fzzy.push.sh2023.SH2023PushService13; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; @Component @Slf4j public class ApiTestPR { @Autowired private SH2023ApiRemoteService apiRemoteService; @Autowired private SH2023PushService13 pushService13; @Autowired private ApiCommonService apiCommonService; @Expose public String push1311(){ String kqdm = "91310114703439394M001"; ApiConfs apiConf = apiCommonService.getConf(kqdm); ApiParam param =new ApiParam(); param.setInteId("1311"); param.setKqdm(kqdm); param.setInteCategory("13"); param.setPushProtocol("SB_SH_2023"); param.setDeptId("5303_001"); // String jsonString = "{\"spjksbid\":\"61020201401327020104\",\"sblxbm\":\"1\",\"spjklx\":\"1\",\"jkxlh\":\"123456789\",\"jkxh\":\"132456789\",\"jkcs\":\"1\",\"kqdm\":\"91310114703439394M001\",\"jksbmc\":\"æµè¯åç§°\",\"jksbbm\":\"123456789\",\"tdbh\":\"1\",\"ajdm\":\"91310114703439394M0010001001\",\"sfazbgd\":\"Y\",\"zsqy\":\"æµè¯æ°æ®\",\"azwzlx\":\"01\",\"azwz\":\"大é¨å£\",\"jkjlxbm\":\"1\",\"hwdm\":\"91310114703439394M001000100101\",\"jktyzw\":\"1\",\"sbdlmm\":\"123\",\"sbdlmc\":\"æµè¯\",\"sbdkh\":\"1\",\"sbipdz\":\"132.220.220\",\"zhgxsj\":\"2023-09-20 11:11:11\",\"czbz\":\"i\",\"bjw\":\"91310114703439394M001000100101\",\"bz\":\"夿³¨\"}"; // apiRemoteService.pushData(param,apiConf, jsonString); pushService13.pushData1311(apiRemoteService, param); return "success"; } } src/main/resources/templates/home/home.html
@@ -311,6 +311,9 @@ <dd> <a lay-href="com.fzzy.otherview.sh2023.ShApi2204.d">䏿µ·-å®åæ°´æ£éª</a> </dd> <dd> <a lay-href="com.fzzy.test.ApiTest.d">è§é¢æ¥å£æµè¯</a> </dd> </dl> </li>