接口调用结果通知。
apiName 接口名称
apiName
result 调用结果
result
message 结果消息
message
void onApiCallExecuted(String apiName, int result, String message) {}