@byted-apaas/server-sdk-node 1.1.15-beta.5 → 1.1.15-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/request/openapi.js +1 -1
package/package.json
CHANGED
package/request/openapi.js
CHANGED
|
@@ -318,7 +318,7 @@ async function getRecordsOrCountByCriterion(objectApiName, criterion, fuzzySearc
|
|
|
318
318
|
if (authType) {
|
|
319
319
|
options.headers[constants_3.AuthTypeHttpHeader] = authType;
|
|
320
320
|
}
|
|
321
|
-
utils.printInfoLog(`getRecordsOrCountByCriterion start, options: ${
|
|
321
|
+
utils.printInfoLog(`getRecordsOrCountByCriterion start, options: ${options}, urlPath: ${urlPath}, logID: ${utils.getLogID()}`);
|
|
322
322
|
let data = await openapi.doRequest(null, urlPath, options);
|
|
323
323
|
return handleResponse(objectApiName, data, needCount);
|
|
324
324
|
}
|