合同下载

This commit is contained in:
lijiazhuo
2026-01-26 09:46:32 +08:00
parent deb519f487
commit 5247673f89
24 changed files with 1260 additions and 1062 deletions

View File

@ -6,7 +6,7 @@ import com.example.sso.util.FDaDaUtil;
public class GetUrl {
public static void main(String[] args) throws Exception {
JSONObject jsonObject = new JSONObject();
jsonObject.put("clientCorpId","i");
jsonObject.put("clientCorpId","j");
String jsonString = jsonObject.toJSONString();
String fddurl = FDaDaUtil.fddurl(jsonString);