Pu Zhibing
2024-12-12 7c0967daf92243b86f2c0a2435b127287358d9c4
ruoyi-api/ruoyi-api-integration/src/main/java/com/ruoyi/integration/api/vo/SwitchwayGateReq.java
@@ -16,4 +16,12 @@
    * 通道编号
    */
   private String channel;
   /**
    * appkey
    */
   private String appkey;
   /**
    * secretkey
    */
   private String secretkey;
}