合同下载
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user