11.9开发
This commit is contained in:
@@ -80,9 +80,8 @@ public class SealUtil {
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public static EsignHttpResponse getFileUploadUrl() throws EsignDemoException {
|
||||
public static EsignHttpResponse getFileUploadUrl(String filePath) throws EsignDemoException {
|
||||
//自定义的文件封装类,传入文件地址可以获取文件的名称大小,文件流等数据
|
||||
String filePath = "D:\\develop\\Snipaste_2023-10-27_09-59-23.jpg";
|
||||
EsignFileBean esignFileBean = new EsignFileBean(filePath);
|
||||
String apiaddr="/v3/files/file-key";
|
||||
//请求参数body体,json格式。get或者delete请求时jsonString传空json:"{}"或者null
|
||||
|
||||
Reference in New Issue
Block a user