界面设计
This commit is contained in:
@@ -769,7 +769,7 @@ async select(table : string, filter ?: string | null, options ?: AkSupaSelectOpt
|
||||
//console.log(url)
|
||||
|
||||
// 确定HTTP方法:如果是head模式,使用HEAD方法
|
||||
let httpMethod = 'GET';
|
||||
let httpMethod: 'GET' | 'HEAD' = 'GET';
|
||||
if (options != null && options.head == true) {
|
||||
httpMethod = 'HEAD';
|
||||
//console.log('使用 HEAD 方法进行 count 查询');
|
||||
|
||||
Reference in New Issue
Block a user