mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
3.2.0
This commit is contained in:
@@ -43,7 +43,7 @@ function selectItem(docItem, layui) {
|
||||
|
||||
function buildHttpMethodOptions(docItem) {
|
||||
var methodList = docItem.httpMethodList;
|
||||
var html = []
|
||||
var html = [];
|
||||
for (var i = 0; i < methodList.length; i++) {
|
||||
var method = methodList[i];
|
||||
html.push('<option value="' + method + '"> ' + method.toUpperCase() + ' </option>');
|
||||
@@ -118,6 +118,7 @@ function doTest() {
|
||||
var data = {
|
||||
appId: $('#appId').val()
|
||||
, privateKey: $('#privateKey').val()
|
||||
, token: $('#token').val()
|
||||
, method: method
|
||||
, version: version
|
||||
, httpMethod: $('#httpMethodList').val()
|
||||
|
Reference in New Issue
Block a user