first commit
This commit is contained in:
15
src/main/java/com/example/sso/dao/GetUrl.java
Normal file
15
src/main/java/com/example/sso/dao/GetUrl.java
Normal file
@ -0,0 +1,15 @@
|
||||
package com.example.sso.dao;
|
||||
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
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");
|
||||
String jsonString = jsonObject.toJSONString();
|
||||
|
||||
String fddurl = FDaDaUtil.fddurl(jsonString);
|
||||
System.out.println(fddurl);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user