{"version":"0.1.0","code":"0000","result":true,"message":"处理成功","errdetail":"","timestamp":1671508949378,"data":{"id":71712956,"title":"10.5.1 获取节假日信息","slug":"getv08","format":"lake","bookId":26046811,"body":null,"body_draft":null,"body_html":"

场景图

无场景图

时序图


关键参数

com.autonavi.gbl.aosclient.model.GWorkdayListRequestParam

核心接口

long com.autonavi.gbl.aosclient.BLAosService.sendReqWorkdayList(GWorkdayListRequestParam pAosRequest,ICallBackWorkdayList pAosCallbackRef)

说明:函数详情,请复制函数名称到在线API搜索

调用示例

private long sendReqWorkdayList() \n{\n    AosPresenter objFb = new AosPresenter();\n    GWorkdayListRequestParam javaRequest = new GWorkdayListRequestParam();\n    /**< diu    设备唯一号,android--imei, ios--IDFV  例如:"1498635cd464d9150b27b7486e436a2f" */\n    javaRequest.diu = "1498635cd464d9150b27b7486e436a2f";\n\t/**< div  客户端版本号 例如:"ANDH070308"  */\n\tjavaRequest.div = "ANDH070308";\t\n    return objFb.sendReqWorkdayList(javaRequest);\n}\n\n\npublic class AosPresenter implements ICallBackWorkdayList\n{\n    // Other code here\n\n    @Override\n    public void onRecvAck(GWorkdayListResponseParam gGWorkdayListResponseParam) \n    {\n        // todo \n    }\n\n    public long sendReqWorkdayList(GWorkdayListRequestParam pAosRequest) \n    {\n        return mBLAosService.sendReqWorkdayList(pAosRequest, this);\n    }\n}
","body_lake":null,"pub_level":null,"status":"0","updated_at":"2022-04-06 07:06:25","deleted_at":null,"nameSpace":"mnlcaa/v610","browseCount":43,"collectCount":0,"estimateDate":3,"docStatus":0,"permissions":true,"overView":false}}