We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32201f4 commit 74d3b74Copy full SHA for 74d3b74
apijson/CodeUtil.js
@@ -165,7 +165,8 @@ var CodeUtil = {
165
},
166
167
168
- /**解析出 生成Android-Java返回结果JSON 的代码
+ /**TODO 为for循环生成函数
169
+ * 解析出 生成Android-Java返回结果JSON 的代码
170
* @param name
171
* @param resObj
172
* @param depth
js/main.js
@@ -440,7 +440,7 @@
440
+ '\n\nURL: ' + vUrl.value
441
+ '\n\nRequest:\n' + vInput.value
442
+ '\n\n\nResponse:\n' + App.jsoncon
443
- + '\n\n\n## Java解析Response的代码 \n\n' + CodeUtil.parseJavaResponse('res', JSON.parse(App.jsoncon), 0)
+ + '\n\n\n## Java解析Response的代码 \n\n' + CodeUtil.parseJavaResponse('', JSON.parse(App.jsoncon), 0)
444
, App.exTxt.name + '.txt')
445
}
446
0 commit comments