English
fly_api
About 53 wordsLess than 1 minute
2025-12-16
This is a wrapper around fly.js, an HTTP library. You can use it to call Fxiaoke interfaces.
Syntax: FxUI.base.fly_api()
Parameters
Refer to the official documentation.
Example
Example:
FxUI.base.fly_api('/FHH/EM1HNCRM/API/v1/object/ContactObj/controller/WebDetail', {
objectDataId: "5eec994a6b485c0001fa932f",
objectDescribeApiName: "ContactObj"
}).then(res => {
if(res.Result.StatusCode == 0) {
// todo what you want
}
});