Authored by 周奇琪

接口文档修复登陆接口无法调用的问题

... ... @@ -176,7 +176,7 @@ $(function(){
type:$(this).attr('method'),
}
var data = {};
if(isJson) {
if(isJson!=='false') {
option.url = '/proxy?url=' + $(this).attr('url');
}
... ...