mirror of
https://gitee.com/ssssssss-team/magic-api.git
synced 2026-06-09 10:23:53 +08:00
fix
This commit is contained in:
@@ -842,7 +842,7 @@ function getType(object) {
|
||||
if(type === 'Integer' && Number(object.span.getText()) > 0x7fffffff || Number(object.span.getText()) < -0x80000000){
|
||||
return 'Long'
|
||||
}
|
||||
return type === 'null' ? 'Object' : '';
|
||||
return type === 'null' ? 'Object' : type;
|
||||
}
|
||||
|
||||
export function parseJson(bodyStr){
|
||||
|
||||
Reference in New Issue
Block a user