最新版宁夏武警公众号项目后端

This commit is contained in:
sangchengzhi
2026-01-07 10:36:02 +08:00
parent 364a48d4c7
commit f8bb9dc094
1512 changed files with 531911 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
package com.guahao.api.walkinto.model;
import lombok.Data;
/**
* @author Mr.zs
* @date 2025/3/17
*/
@Data
public class WxPay {
private String appid;
private String mchid;
private String wechartkey;
private String secret;
private String path;
private String domain;
}