2024年3月21日发(作者:)

83 ();

84 }

85 } catch (Exception ex) {

86 // TODO: handle exception

87 tackTrace();

88 }

89 }

90 return result;

91 }

//将字符串转换json并取值

1 public static String getFileId(String result) {

2 JSONObject json = bject(result);

3 String fileId = "";

4 if (result != null) {

5 String code = ing("errorCode");

6 if (("0000")) {

7 fileId = ing("fileId");

8 }

9 }

10

11 return fileId;

12 }