flexbiz-server 12.7.7 → 12.7.11
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 +6 -6
- package/server/agents/agents.js +1 -1
- package/server/agents/ai_memory_manager.js +1 -6
- package/server/agents/ceoAgent.js +1 -43
- package/server/agents/chatController.js +1 -6
- package/server/agents/cskhAgent.js +1 -43
- package/server/agents/flowAgent.js +1 -43
- package/server/agents/prompts/ceo.js +1 -2
- package/server/agents/prompts/flow.js +1 -2
- package/server/agents/staffAgent.js +1 -44
- package/server/agents/tools/financeTools.js +1 -57
- package/server/agents/tools/flowTools.js +1 -36
- package/server/agents/tools/kpiTools.js +1 -104
- package/server/agents/tools/masterDataTools.js +1 -74
- package/server/agents/tools/okrTools.js +1 -21
- package/server/agents/tools/ragTools.js +1 -21
- package/server/agents/tools/reportTools.js +1 -43
- package/server/agents/tools/staffTools.js +1 -13
- package/server/agents/tools/stockTools.js +1 -41
- package/server/agents/tools/systemTools.js +1 -52
- package/server/agents/tools/taskTools.js +1 -23
- package/server/agents/tools/utils.js +1 -57
- package/server/app.js +1 -27
- package/server/auths/authMiddleware.js +1 -3
- package/server/auths/bearer.js +1 -3
- package/server/auths/facebook.js +1 -12
- package/server/auths/google.js +1 -13
- package/server/auths/joinApp.js +1 -0
- package/server/auths/local.js +1 -67
- package/server/auths/oauthCommon.js +1 -0
- package/server/auths/rateLimiterMiddleware.js +1 -11
- package/server/cluster.js +1 -1
- package/server/controllers/controller.js +1 -129
- package/server/controllers/controllerRPT.js +1 -38
- package/server/controllers/controllerUtils.js +1 -72
- package/server/controllers/createHandler.js +1 -35
- package/server/controllers/createRouteHandler.js +1 -4
- package/server/controllers/deleteHandler.js +1 -11
- package/server/controllers/deleteManyHandler.js +1 -2
- package/server/controllers/exportHandler.js +1 -19
- package/server/controllers/findHandler.js +1 -80
- package/server/controllers/handlers.js +1 -3
- package/server/controllers/historyHandler.js +1 -8
- package/server/controllers/importFromExcelHandler.js +1 -17
- package/server/controllers/importFromGsHandler.js +1 -10
- package/server/controllers/importFromJsonHandler.js +1 -6
- package/server/controllers/importHandler.js +1 -26
- package/server/controllers/logHandler.js +1 -5
- package/server/controllers/rptCreateRouteHandler.js +1 -4
- package/server/controllers/rptExcelHandler.js +1 -45
- package/server/controllers/rptHandler.js +1 -16
- package/server/controllers/updateBookHandler.js +1 -11
- package/server/controllers/updateFieldHandler.js +1 -12
- package/server/controllers/updateHandler.js +1 -38
- package/server/controllers/updateKeyHandler.js +1 -14
- package/server/controllers/viewHandler.js +1 -13
- package/server/data/sys/listinfo.js +93 -93
- package/server/data/sys/menuinfo.js +1 -24
- package/server/data/sys/moduleinfo.js +520 -9000
- package/server/data/sys/reportinfo.js +10 -10
- package/server/flow/FlowCluster.js +1 -0
- package/server/flow/FlowEngine.js +1 -68
- package/server/flow/WebhookManager.js +1 -26
- package/server/flow/handlers.js +1 -3
- package/server/flow/nodes/aiAnalysis.js +1 -9
- package/server/flow/nodes/checkAction.js +1 -7
- package/server/flow/nodes/customer.js +1 -15
- package/server/flow/nodes/data.js +1 -17
- package/server/flow/nodes/debug.js +1 -2
- package/server/flow/nodes/delay.js +1 -3
- package/server/flow/nodes/email.js +1 -8
- package/server/flow/nodes/event.js +1 -12
- package/server/flow/nodes/facebook.js +1 -3
- package/server/flow/nodes/facebookConversations.js +1 -5
- package/server/flow/nodes/facebookCreatePost.js +1 -10
- package/server/flow/nodes/facebookSendMessage.js +1 -12
- package/server/flow/nodes/forEachItem.js +1 -8
- package/server/flow/nodes/function.js +1 -4
- package/server/flow/nodes/httprequest.js +1 -7
- package/server/flow/nodes/inject.js +1 -14
- package/server/flow/nodes/pushNotification.js +1 -5
- package/server/flow/nodes/report.js +1 -6
- package/server/flow/nodes/saveData.js +1 -2
- package/server/flow/nodes/switch.js +1 -20
- package/server/flow/nodes/userform.js +1 -28
- package/server/flow/nodes/webhook.js +1 -1
- package/server/flow/nodes/zaloSendMessage.js +1 -4
- package/server/flow/utils.js +1 -67
- package/server/global.js +1 -19
- package/server/libs/WorkerPool.js +1 -4
- package/server/libs/WorkerStaticPool.js +1 -20
- package/server/libs/WorkerStaticPool_v1.js +1 -5
- package/server/libs/WorkerStaticPool_v2.js +1 -16
- package/server/libs/WorkerStaticPool_v3.js +1 -19
- package/server/libs/WorkerStaticPool_v5.js +1 -0
- package/server/libs/assbonus.js +1 -7
- package/server/libs/asyncCompat.js +1 -10
- package/server/libs/backup.js +1 -2
- package/server/libs/blockchainconnect.js +1 -12
- package/server/libs/cdpsdiem.js +1 -5
- package/server/libs/cdpsdt.js +1 -7
- package/server/libs/cdpskh.js +1 -15
- package/server/libs/cdpskh_old.js +1 -9
- package/server/libs/cdpsnphep.js +1 -6
- package/server/libs/cdpstk.js +1 -11
- package/server/libs/ckcn.js +1 -14
- package/server/libs/ckcn_old.js +1 -11
- package/server/libs/ckdiem.js +1 -5
- package/server/libs/ckdt.js +1 -6
- package/server/libs/cknphep.js +1 -6
- package/server/libs/cktk.js +1 -4
- package/server/libs/cktt.js +1 -10
- package/server/libs/cktt_old.js +1 -9
- package/server/libs/ckvt.js +1 -14
- package/server/libs/ckvt_old.js +1 -12
- package/server/libs/ckvtcapphat.js +1 -6
- package/server/libs/ckvtnpp.js +1 -9
- package/server/libs/ckvttt.js +1 -12
- package/server/libs/createSocaitheongay.js +1 -9
- package/server/libs/ctdiem.js +1 -5
- package/server/libs/ctvt.js +1 -8
- package/server/libs/ctvtnpp.js +1 -8
- package/server/libs/ctvttt.js +1 -7
- package/server/libs/databanle.js +1 -17
- package/server/libs/databanle_old.js +1 -18
- package/server/libs/databanlenpp.js +1 -8
- package/server/libs/databanletheongay.js +1 -25
- package/server/libs/dkcn.js +1 -14
- package/server/libs/dkcn_old.js +1 -10
- package/server/libs/dkdiem.js +1 -5
- package/server/libs/dkdt.js +1 -6
- package/server/libs/dknphep.js +1 -7
- package/server/libs/dktk.js +1 -5
- package/server/libs/dktt.js +1 -10
- package/server/libs/dktt_old.js +1 -8
- package/server/libs/dkvt.js +1 -12
- package/server/libs/dkvt_old.js +1 -9
- package/server/libs/dkvtnpp.js +1 -8
- package/server/libs/dkvttt.js +1 -8
- package/server/libs/dncn.js +1 -6
- package/server/libs/dntk.js +1 -4
- package/server/libs/dntt.js +1 -6
- package/server/libs/docs.js +1 -672
- package/server/libs/dstkcn.js +1 -1
- package/server/libs/dstktt.js +1 -1
- package/server/libs/dtbanletheonpp.js +1 -17
- package/server/libs/dtbanletheosp.js +1 -16
- package/server/libs/dtbanletheospnpp.js +1 -15
- package/server/libs/email.js +1 -3
- package/server/libs/excel.js +1 -3
- package/server/libs/excelHelper.js +1 -10
- package/server/libs/executiveDashboard.js +1 -8
- package/server/libs/fifo_dk.js +1 -8
- package/server/libs/fifo_group.js +1 -4
- package/server/libs/fifo_trace_query.js +1 -12
- package/server/libs/getGiaban.js +1 -59
- package/server/libs/getGiabanAsync.js +1 -1
- package/server/libs/getGiaban_old.js +1 -70
- package/server/libs/getNotifies.js +1 -1
- package/server/libs/htmlReport.js +1 -9
- package/server/libs/initDatabase.js +1 -9
- package/server/libs/invoiceEasy.js +1 -108
- package/server/libs/invoiceViettel.js +1 -25
- package/server/libs/invoiceVnpt.js +1 -22
- package/server/libs/joinData.js +1 -44
- package/server/libs/joinData_bk.js +1 -44
- package/server/libs/kpistatus.js +1 -47
- package/server/libs/kqchamcong.js +1 -12
- package/server/libs/kqhdkd.js +1 -8
- package/server/libs/load-template.js +1 -3
- package/server/libs/logger.js +1 -3
- package/server/libs/mailmanagement.js +1 -13
- package/server/libs/mongooseDeletePost.js +1 -6
- package/server/libs/mongooseLeanId.js +1 -1
- package/server/libs/mongoosePatch.js +1 -14
- package/server/libs/mongooseSecurityPlugin.js +1 -16
- package/server/libs/onepay-payment.js +1 -4
- package/server/libs/optimizeBookkeeping.js +1 -22
- package/server/libs/optimizeBookkeeping_bk.js +1 -14
- package/server/libs/parse-template.js +1 -5
- package/server/libs/permission.js +1 -58
- package/server/libs/permission_old.js +1 -58
- package/server/libs/phanbokh.js +1 -3
- package/server/libs/post-book.js +1 -22
- package/server/libs/post-socai.js +1 -25
- package/server/libs/post-sokho.js +1 -26
- package/server/libs/prototypes.js +1 -24
- package/server/libs/psdt.js +1 -1
- package/server/libs/pskh.js +1 -1
- package/server/libs/pstk.js +1 -1
- package/server/libs/queryBuilding.js +1 -15
- package/server/libs/redis-cache.js +1 -34
- package/server/libs/restore.js +1 -1
- package/server/libs/sctcnkh.js +1 -20
- package/server/libs/sessionContext.js +2 -14
- package/server/libs/socaitk.js +1 -9
- package/server/libs/textReport.js +1 -5
- package/server/libs/thnxt.js +1 -17
- package/server/libs/thnxt_old.js +1 -9
- package/server/libs/thnxtnpp.js +1 -9
- package/server/libs/thnxttt.js +1 -9
- package/server/libs/tinhGt.js +1 -10
- package/server/libs/tinhGtCapnhatPNK.js +1 -7
- package/server/libs/tinhGtPhanboHeSo.js +1 -12
- package/server/libs/tinhGtPhanboSltp.js +1 -10
- package/server/libs/tinhGtPhanboYtcp.js +1 -11
- package/server/libs/tinhGtSltk.js +1 -9
- package/server/libs/tinhGtThcppstk.js +1 -10
- package/server/libs/tinhGtTrucTiep.js +1 -7
- package/server/libs/tinhGtXoa.js +1 -3
- package/server/libs/tinhgia1vt_fifo.js +1 -22
- package/server/libs/tinhgiafifo.js +1 -28
- package/server/libs/tinhgiatb.js +1 -30
- package/server/libs/tinhgiatb1vt.js +1 -7
- package/server/libs/tinhgiatb1vt_old.js +1 -5
- package/server/libs/tinhgiatb_old.js +1 -39
- package/server/libs/tinhhoahong.js +1 -64
- package/server/libs/tinhhoahongnpp.js +1 -46
- package/server/libs/tinhkhauhao1ts.js +1 -12
- package/server/libs/tinhkhauhaots.js +1 -8
- package/server/libs/tinhkhauhaots_old.js +1 -0
- package/server/libs/tuoinophaithu.js +1 -11
- package/server/libs/tuoinophaithu_old.js +1 -0
- package/server/libs/tuoinophaitra.js +1 -12
- package/server/libs/tuoinophaitra_old.js +1 -0
- package/server/libs/utils.js +1 -121
- package/server/libs/utils_old.js +1 -0
- package/server/libs/validate.js +1 -4
- package/server/libs/validator-acc-cust.js +1 -1
- package/server/libs/validator-account.js +1 -4
- package/server/libs/validator-vt.js +1 -2
- package/server/libs/validator.js +1 -11
- package/server/libs/vectorService.js +1 -16
- package/server/libs/viCollation.js +1 -4
- package/server/libs/vsocai.js +1 -11
- package/server/libs/vsocai_old.js +1 -7
- package/server/libs/vsocai_old2.js +1 -0
- package/server/maps-demo/participant.js +18 -0
- package/server/models/account.js +1 -7
- package/server/models/actionLog.js +1 -2
- package/server/models/afflink.js +1 -2
- package/server/models/aimemory.js +1 -1
- package/server/models/app.js +1 -16
- package/server/models/approve.js +1 -95
- package/server/models/assabcihandler.js +1 -35
- package/server/models/assbank.js +1 -19
- package/server/models/assbooking.js +1 -4
- package/server/models/assbuy.js +1 -3
- package/server/models/asscashwithdraw.js +1 -4
- package/server/models/assfindhash.js +1 -2
- package/server/models/assinvestment.js +1 -13
- package/server/models/assissue.js +1 -2
- package/server/models/asskey.js +1 -15
- package/server/models/assneedtobuy.js +1 -6
- package/server/models/assperiod.js +1 -7
- package/server/models/assproduct.js +1 -13
- package/server/models/assprofitsharing.js +1 -4
- package/server/models/assreceiver.js +1 -2
- package/server/models/assrequest.js +1 -10
- package/server/models/asssell.js +1 -7
- package/server/models/asstransaction.js +1 -3
- package/server/models/asstransfer.js +1 -4
- package/server/models/assuser_identity.js +1 -4
- package/server/models/asswithdraw.js +1 -4
- package/server/models/attend.js +1 -2
- package/server/models/banggiaban.js +1 -8
- package/server/models/bangtinhluong.js +1 -5
- package/server/models/base.js +1 -1
- package/server/models/bg1.js +1 -9
- package/server/models/bg2.js +1 -10
- package/server/models/cache.js +1 -3
- package/server/models/cacheDataReport.js +1 -2
- package/server/models/cacheSessionReport.js +1 -5
- package/server/models/calllog.js +1 -4
- package/server/models/cart.js +1 -5
- package/server/models/cddiem.js +1 -2
- package/server/models/cddt.js +1 -3
- package/server/models/cdkh.js +1 -5
- package/server/models/cdkhtheongay.js +1 -5
- package/server/models/cdnphep.js +1 -2
- package/server/models/cdtk.js +1 -3
- package/server/models/cdtktheongay.js +1 -3
- package/server/models/cdvt.js +1 -5
- package/server/models/cdvtnpp.js +1 -6
- package/server/models/cdvttheongay.js +1 -5
- package/server/models/chamcong.js +1 -7
- package/server/models/chat_message.js +1 -2
- package/server/models/chat_session.js +1 -2
- package/server/models/checkin.js +1 -4
- package/server/models/checkinactivity.js +1 -3
- package/server/models/checkinkpi.js +1 -4
- package/server/models/checkinlocation.js +1 -2
- package/server/models/chitietluongds.js +1 -12
- package/server/models/chitieukpi.js +1 -3
- package/server/models/chudethaoluan.js +1 -3
- package/server/models/ckgtluong.js +1 -2
- package/server/models/colleague.js +1 -2
- package/server/models/comment.js +1 -4
- package/server/models/congdoansx.js +1 -4
- package/server/models/congtacvien.js +1 -4
- package/server/models/congthuctinhgiaban.js +1 -8
- package/server/models/consultant.js +1 -4
- package/server/models/contract.js +1 -6
- package/server/models/counter.js +1 -2
- package/server/models/csluongtheods.js +1 -3
- package/server/models/csphucap.js +1 -2
- package/server/models/ctds.js +1 -5
- package/server/models/ctds2.js +1 -7
- package/server/models/currency.js +1 -3
- package/server/models/custom_report.js +1 -1
- package/server/models/customer.js +1 -31
- package/server/models/customer_care.js +1 -2
- package/server/models/data_list_config.js +1 -7
- package/server/models/databanle.js +1 -8
- package/server/models/datlich.js +1 -4
- package/server/models/deal.js +1 -2
- package/server/models/dh2.js +1 -20
- package/server/models/diagram.js +1 -2
- package/server/models/dinhmucsx.js +1 -8
- package/server/models/dkhoc.js +1 -6
- package/server/models/dknphep.js +1 -2
- package/server/models/dmban.js +1 -3
- package/server/models/dmbp.js +1 -12
- package/server/models/dmca.js +1 -2
- package/server/models/dmchietkhau.js +1 -8
- package/server/models/dmchietkhauhd.js +1 -19
- package/server/models/dmchinhanh.js +1 -2
- package/server/models/dmcpmh.js +1 -2
- package/server/models/dmdiemthuong.js +1 -3
- package/server/models/dmdoi.js +1 -4
- package/server/models/dmdoituongdanhgia.js +1 -2
- package/server/models/dmdt.js +1 -8
- package/server/models/dmdvt.js +1 -3
- package/server/models/dmgiaban.js +1 -9
- package/server/models/dmgiamua.js +1 -5
- package/server/models/dmgiathitruong.js +1 -5
- package/server/models/dmgiathitruong_ngay.js +1 -2
- package/server/models/dmgiathitruong_theodoi.js +1 -2
- package/server/models/dmhoahonghd.js +1 -8
- package/server/models/dmhoahongnpp.js +1 -8
- package/server/models/dmkc.js +1 -3
- package/server/models/dmkho.js +1 -7
- package/server/models/dmkhuyenmai.js +1 -9
- package/server/models/dmkhuyenmaihd.js +1 -11
- package/server/models/dmletet.js +1 -2
- package/server/models/dmlo.js +1 -4
- package/server/models/dmloaicong.js +1 -4
- package/server/models/dmloaitask.js +1 -2
- package/server/models/dmloaits.js +1 -2
- package/server/models/dmnckkm.js +1 -4
- package/server/models/dmnghiepvu.js +1 -4
- package/server/models/dmnguonvon.js +1 -2
- package/server/models/dmnhnv.js +1 -4
- package/server/models/dmnv.js +1 -17
- package/server/models/dmnvt.js +1 -10
- package/server/models/dmphi.js +1 -3
- package/server/models/dmqct.js +1 -3
- package/server/models/dmqddvt.js +1 -3
- package/server/models/dmtanggiamts.js +1 -3
- package/server/models/dmto.js +1 -4
- package/server/models/dmtt.js +1 -6
- package/server/models/dmvt.js +1 -17
- package/server/models/dmyt.js +1 -4
- package/server/models/dn0.js +1 -13
- package/server/models/dnm.js +1 -11
- package/server/models/dokho.js +1 -2
- package/server/models/domain.js +1 -2
- package/server/models/dvcs.js +1 -3
- package/server/models/ecomcategories.js +1 -3
- package/server/models/ecomcategories_cty.js +1 -3
- package/server/models/ecomproductlines.js +1 -2
- package/server/models/ecompromotion_flashsales.js +1 -2
- package/server/models/ecompromotion_freeships.js +1 -2
- package/server/models/email.js +1 -2
- package/server/models/endpoint.js +1 -1
- package/server/models/events.js +1 -3
- package/server/models/evoucher.js +1 -5
- package/server/models/experiencejourney.js +1 -2
- package/server/models/experiencejourneydata.js +1 -4
- package/server/models/experiencejourneypersona.js +1 -3
- package/server/models/experiencejourneystage.js +1 -2
- package/server/models/exportexceltemplate.js +1 -2
- package/server/models/fbconversation.js +1 -15
- package/server/models/fbmessage.js +1 -2
- package/server/models/fbpage.js +1 -2
- package/server/models/fbpost.js +1 -2
- package/server/models/fieldright.js +1 -2
- package/server/models/fifo_dk.js +1 -2
- package/server/models/fifo_lot.js +1 -3
- package/server/models/fifo_trace.js +1 -4
- package/server/models/file.js +1 -4
- package/server/models/filechunk.js +1 -2
- package/server/models/financialroadmap.js +1 -3
- package/server/models/flow.js +1 -2
- package/server/models/flowdata.js +1 -3
- package/server/models/flowpending.js +1 -2
- package/server/models/folder.js +1 -4
- package/server/models/follow.js +1 -2
- package/server/models/forminfo.js +1 -5
- package/server/models/giaoca.js +1 -3
- package/server/models/giatb.js +1 -3
- package/server/models/group.js +1 -9
- package/server/models/gt_ctgt.js +1 -4
- package/server/models/gt_hspb.js +1 -3
- package/server/models/gt_sltk.js +1 -3
- package/server/models/gt_thcppstk.js +1 -3
- package/server/models/hanmucton.js +1 -4
- package/server/models/hd1.js +1 -11
- package/server/models/hd2.js +1 -26
- package/server/models/hd3.js +1 -17
- package/server/models/hd4.js +1 -13
- package/server/models/hd7.js +1 -17
- package/server/models/hd8.js +1 -12
- package/server/models/hde.js +1 -11
- package/server/models/hmcn.js +1 -3
- package/server/models/hmcnct.js +1 -2
- package/server/models/hspbts.js +1 -4
- package/server/models/htl.js +1 -13
- package/server/models/importexceltemplate.js +1 -2
- package/server/models/introducebonus.js +1 -4
- package/server/models/introducecode.js +1 -3
- package/server/models/introducer.js +1 -4
- package/server/models/kbbtpb.js +1 -7
- package/server/models/kbmPttct.js +1 -4
- package/server/models/kbmTkgtgt.js +1 -5
- package/server/models/kbm_bcdkt_old.js +1 -4
- package/server/models/kbm_kqhdkd_old.js +1 -3
- package/server/models/kbm_lcttgt_old.js +1 -5
- package/server/models/kbm_lctttt_old.js +1 -4
- package/server/models/kbm_pttct_old.js +1 -4
- package/server/models/kbm_tkgtgt_old.js +1 -5
- package/server/models/kbmbcdkt.js +1 -4
- package/server/models/kbmbcqt.js +1 -4
- package/server/models/kbmkqhdkd.js +1 -3
- package/server/models/kbmlcttgt.js +1 -6
- package/server/models/kbmlctttt.js +1 -4
- package/server/models/kbmtmbctc.js +1 -4
- package/server/models/kehoachdtcp.js +1 -3
- package/server/models/kehoachmh.js +1 -8
- package/server/models/keyresult.js +1 -7
- package/server/models/khunghangthanhvien.js +1 -3
- package/server/models/label.js +1 -2
- package/server/models/labelinfo.js +1 -2
- package/server/models/lenhcapphat.js +1 -8
- package/server/models/lenhsx.js +1 -8
- package/server/models/lienhe.js +1 -4
- package/server/models/like_module.js +1 -2
- package/server/models/link.js +1 -2
- package/server/models/listinfo_old.js +1 -124
- package/server/models/loaidiem.js +1 -2
- package/server/models/lock.js +1 -2
- package/server/models/log.js +1 -8
- package/server/models/mailaccount.js +1 -3
- package/server/models/mailgroup.js +1 -3
- package/server/models/mailreceived.js +1 -2
- package/server/models/mailsent.js +1 -2
- package/server/models/mailtemplate.js +1 -2
- package/server/models/maudanhgia.js +1 -2
- package/server/models/menuinfo.js +1 -2
- package/server/models/message.js +1 -8
- package/server/models/message2.js +1 -4
- package/server/models/message2setting.js +1 -3
- package/server/models/moduleinfo.js +1 -4
- package/server/models/momo.js +1 -18
- package/server/models/news.js +1 -3
- package/server/models/newsfeed.js +1 -4
- package/server/models/note.js +1 -2
- package/server/models/notification.js +1 -8
- package/server/models/okr.js +1 -4
- package/server/models/okrdiagram.js +1 -3
- package/server/models/onepay.js +1 -24
- package/server/models/opportunity.js +1 -4
- package/server/models/options.js +1 -2
- package/server/models/originimportid.js +1 -1
- package/server/models/otp.js +1 -1
- package/server/models/parameter.js +1 -2
- package/server/models/participant.js +1 -21
- package/server/models/partner.js +1 -1
- package/server/models/payload.js +1 -1
- package/server/models/pbl.js +1 -16
- package/server/models/pc0.js +1 -13
- package/server/models/pc1.js +1 -14
- package/server/models/pc2.js +1 -13
- package/server/models/pc3.js +1 -13
- package/server/models/pc5.js +1 -8
- package/server/models/pc6.js +1 -14
- package/server/models/pcl.js +1 -6
- package/server/models/pdn.js +1 -9
- package/server/models/pdx.js +1 -9
- package/server/models/pgh.js +1 -5
- package/server/models/phieudanhgia.js +1 -3
- package/server/models/pht.js +1 -8
- package/server/models/phucap.js +1 -4
- package/server/models/pkc.js +1 -6
- package/server/models/pkh.js +1 -6
- package/server/models/pkk.js +1 -10
- package/server/models/pkt.js +1 -12
- package/server/models/pn1.js +1 -18
- package/server/models/pn2.js +1 -12
- package/server/models/pn3.js +1 -13
- package/server/models/pn5.js +1 -14
- package/server/models/pn6.js +1 -14
- package/server/models/pn9.js +1 -17
- package/server/models/pnc.js +1 -9
- package/server/models/pnh.js +1 -11
- package/server/models/pnk.js +1 -10
- package/server/models/po1.js +1 -19
- package/server/models/ppb.js +1 -6
- package/server/models/productcode.js +1 -2
- package/server/models/profile.js +1 -4
- package/server/models/pt1.js +1 -12
- package/server/models/pt5.js +1 -8
- package/server/models/ptl.js +1 -5
- package/server/models/ptthanhtoan.js +1 -6
- package/server/models/purchase_contract.js +1 -17
- package/server/models/pxc.js +1 -9
- package/server/models/pxh.js +1 -11
- package/server/models/pxk.js +1 -9
- package/server/models/qts.js +1 -14
- package/server/models/qts_dieuchinh.js +1 -3
- package/server/models/qts_dieuchuyen.js +1 -4
- package/server/models/quanhuyen.js +1 -2
- package/server/models/reason.js +1 -2
- package/server/models/receivedinvoice.js +1 -2
- package/server/models/reportinfo.js +1 -5
- package/server/models/right.js +1 -4
- package/server/models/rpt.js +1 -2
- package/server/models/rptform.js +1 -3
- package/server/models/rptobject.js +1 -2
- package/server/models/sale_contract.js +1 -9
- package/server/models/schedule.js +1 -18
- package/server/models/schedule_log.js +1 -2
- package/server/models/shipbook.js +1 -12
- package/server/models/shortcut.js +1 -2
- package/server/models/smsaccount.js +1 -10
- package/server/models/smssend.js +1 -2
- package/server/models/so1.js +1 -22
- package/server/models/so5.js +1 -15
- package/server/models/so9.js +1 -19
- package/server/models/socai.js +1 -28
- package/server/models/socainpp.js +1 -18
- package/server/models/socaitc.js +1 -6
- package/server/models/socaitmp.js +1 -16
- package/server/models/socaitt.js +1 -4
- package/server/models/sodiemthuong.js +1 -4
- package/server/models/sokho.js +1 -27
- package/server/models/sokhocapphat.js +1 -18
- package/server/models/sokhokhongton.js +1 -19
- package/server/models/sokhonpp.js +1 -19
- package/server/models/sokhotc.js +1 -8
- package/server/models/sokhott.js +1 -18
- package/server/models/sophanbokh.js +1 -3
- package/server/models/sosanxuat.js +1 -5
- package/server/models/sotinhkh.js +1 -2
- package/server/models/spdd_ck.js +1 -3
- package/server/models/spdd_dk.js +1 -3
- package/server/models/step.js +1 -2
- package/server/models/strategicdiagram.js +1 -3
- package/server/models/strategicgoal.js +1 -4
- package/server/models/strategickpi.js +1 -6
- package/server/models/strategicobjective.js +1 -5
- package/server/models/strategicplan.js +1 -5
- package/server/models/subscribe.js +1 -2
- package/server/models/support.js +1 -2
- package/server/models/synctime.js +1 -2
- package/server/models/sys_job_queue_book_keeping.js +1 -2
- package/server/models/sysconfig.js +1 -2
- package/server/models/sysgroup.js +1 -2
- package/server/models/tableinfo.js +1 -3
- package/server/models/task.js +1 -9
- package/server/models/tc.js +1 -2
- package/server/models/tdttco.js +1 -9
- package/server/models/tdttco_tt.js +1 -5
- package/server/models/tdttno.js +1 -9
- package/server/models/tdttno_tt.js +1 -5
- package/server/models/templaterpt.js +1 -2
- package/server/models/templatestore.js +1 -3
- package/server/models/templatevoucher.js +1 -3
- package/server/models/tinhthanh.js +1 -2
- package/server/models/tokens.js +1 -3
- package/server/models/tontucthoi.js +1 -9
- package/server/models/trangthai.js +1 -4
- package/server/models/trangthaiapp.js +1 -4
- package/server/models/transaction.js +1 -16
- package/server/models/trialinfo.js +1 -2
- package/server/models/user.js +1 -40
- package/server/models/usergroup.js +1 -7
- package/server/models/vanchuyen.js +1 -12
- package/server/models/vat.js +1 -3
- package/server/models/vatra.js +1 -6
- package/server/models/vatvao.js +1 -6
- package/server/models/versioninfo.js +1 -2
- package/server/models/vietqrbanks.js +1 -2
- package/server/models/vsocai.js +1 -6
- package/server/models/wallet.js +1 -8
- package/server/models/warranty.js +1 -3
- package/server/models/warrantyclaim.js +1 -2
- package/server/models/warrantypolicy.js +1 -1
- package/server/models/workflow.js +1 -4
- package/server/models/xaphuong.js +1 -2
- package/server/models/xhd.js +1 -10
- package/server/models/ytdd_ck.js +1 -4
- package/server/models/ytdd_dk.js +1 -4
- package/server/models/zalo.js +1 -17
- package/server/modules/bot/webhook.js +1 -0
- package/server/modules/lists/bg-cddiem.js +1 -6
- package/server/modules/lists/bg-cddt.js +1 -7
- package/server/modules/lists/bg-cdkh.js +1 -11
- package/server/modules/lists/bg-cdnphep.js +1 -6
- package/server/modules/lists/bg-cdtk.js +1 -9
- package/server/modules/lists/bg-cdvt.js +1 -8
- package/server/modules/lists/bg-cdvtnpp.js +1 -8
- package/server/modules/lists/bg-fifo_dk.js +1 -8
- package/server/modules/lists/ls-account.js +1 -4
- package/server/modules/lists/ls-afflink.js +1 -3
- package/server/modules/lists/ls-approve.js +1 -5
- package/server/modules/lists/ls-assbank.js +1 -3
- package/server/modules/lists/ls-asscashwithdraw.js +1 -8
- package/server/modules/lists/ls-assissue.js +1 -3
- package/server/modules/lists/ls-asskey.js +1 -41
- package/server/modules/lists/ls-assreceiver.js +1 -3
- package/server/modules/lists/ls-assrequest.js +1 -4
- package/server/modules/lists/ls-asstransaction.js +1 -3
- package/server/modules/lists/ls-asstransfer.js +1 -3
- package/server/modules/lists/ls-assuser_identity.js +1 -1
- package/server/modules/lists/ls-bangtinhluong.js +1 -2
- package/server/modules/lists/ls-calllog.js +1 -4
- package/server/modules/lists/ls-cart.js +1 -14
- package/server/modules/lists/ls-chamcong.js +1 -3
- package/server/modules/lists/ls-chat_session.js +1 -5
- package/server/modules/lists/ls-checkin.js +1 -24
- package/server/modules/lists/ls-checkinactivity.js +1 -8
- package/server/modules/lists/ls-checkinkpi.js +1 -3
- package/server/modules/lists/ls-checkinlocation.js +1 -1
- package/server/modules/lists/ls-chitietluongds.js +1 -4
- package/server/modules/lists/ls-chitieukpi.js +1 -1
- package/server/modules/lists/ls-chudethaoluan.js +1 -1
- package/server/modules/lists/ls-ckgtluong.js +1 -1
- package/server/modules/lists/ls-comment.js +1 -9
- package/server/modules/lists/ls-congdoansx.js +1 -3
- package/server/modules/lists/ls-congtacvien.js +1 -5
- package/server/modules/lists/ls-consultant.js +1 -2
- package/server/modules/lists/ls-contract.js +1 -7
- package/server/modules/lists/ls-csluongtheods.js +1 -1
- package/server/modules/lists/ls-csphucap.js +1 -1
- package/server/modules/lists/ls-ctds.js +1 -4
- package/server/modules/lists/ls-ctds2.js +1 -4
- package/server/modules/lists/ls-currency.js +1 -1
- package/server/modules/lists/ls-customer.js +1 -22
- package/server/modules/lists/ls-customer_care.js +1 -1
- package/server/modules/lists/ls-datlich.js +1 -9
- package/server/modules/lists/ls-dckhauhaots.js +1 -3
- package/server/modules/lists/ls-deal.js +1 -3
- package/server/modules/lists/ls-diagram.js +1 -1
- package/server/modules/lists/ls-dkhoc.js +1 -6
- package/server/modules/lists/ls-dknphep.js +1 -1
- package/server/modules/lists/ls-dmban.js +1 -4
- package/server/modules/lists/ls-dmbp.js +1 -7
- package/server/modules/lists/ls-dmca.js +1 -1
- package/server/modules/lists/ls-dmchietkhau.js +1 -19
- package/server/modules/lists/ls-dmchietkhauhd.js +1 -4
- package/server/modules/lists/ls-dmchinhanh.js +1 -1
- package/server/modules/lists/ls-dmchucvu.js +1 -2
- package/server/modules/lists/ls-dmcpmh.js +1 -1
- package/server/modules/lists/ls-dmdiemthuong.js +1 -4
- package/server/modules/lists/ls-dmdoi.js +1 -4
- package/server/modules/lists/ls-dmdoituongdanhgia.js +1 -1
- package/server/modules/lists/ls-dmdt.js +1 -11
- package/server/modules/lists/ls-dmdvt.js +1 -2
- package/server/modules/lists/ls-dmgiaban.js +1 -4
- package/server/modules/lists/ls-dmgiamua.js +1 -4
- package/server/modules/lists/ls-dmgiathitruong.js +1 -15
- package/server/modules/lists/ls-dmgiathitruong_ngay.js +1 -2
- package/server/modules/lists/ls-dmgiathitruong_theodoi.js +1 -1
- package/server/modules/lists/ls-dmhoahonghd.js +1 -1
- package/server/modules/lists/ls-dmhoahongnpp.js +1 -1
- package/server/modules/lists/ls-dmkc.js +1 -3
- package/server/modules/lists/ls-dmkho.js +1 -7
- package/server/modules/lists/ls-dmkhuyenmai.js +1 -5
- package/server/modules/lists/ls-dmkhuyenmaihd.js +1 -3
- package/server/modules/lists/ls-dmletet.js +1 -1
- package/server/modules/lists/ls-dmlo.js +1 -1
- package/server/modules/lists/ls-dmloaicong.js +1 -1
- package/server/modules/lists/ls-dmloaits.js +1 -1
- package/server/modules/lists/ls-dmnckkm.js +1 -7
- package/server/modules/lists/ls-dmnghiepvu.js +1 -1
- package/server/modules/lists/ls-dmnguonvon.js +1 -1
- package/server/modules/lists/ls-dmnhnv.js +1 -6
- package/server/modules/lists/ls-dmnhtask.js +1 -5
- package/server/modules/lists/ls-dmnkh.js +1 -6
- package/server/modules/lists/ls-dmntt.js +1 -6
- package/server/modules/lists/ls-dmnv.js +1 -14
- package/server/modules/lists/ls-dmnvt.js +1 -7
- package/server/modules/lists/ls-dmphi.js +1 -6
- package/server/modules/lists/ls-dmqct.js +1 -2
- package/server/modules/lists/ls-dmqddvt.js +1 -3
- package/server/modules/lists/ls-dmtanggiamts.js +1 -1
- package/server/modules/lists/ls-dmto.js +1 -5
- package/server/modules/lists/ls-dmtt.js +1 -7
- package/server/modules/lists/ls-dmvt.js +1 -52
- package/server/modules/lists/ls-dmyt.js +1 -1
- package/server/modules/lists/ls-dokho.js +1 -1
- package/server/modules/lists/ls-dvcs.js +1 -1
- package/server/modules/lists/ls-ecomcategories.js +1 -5
- package/server/modules/lists/ls-ecomcategories_cty.js +1 -5
- package/server/modules/lists/ls-email.js +1 -4
- package/server/modules/lists/ls-events.js +1 -3
- package/server/modules/lists/ls-evoucher.js +1 -3
- package/server/modules/lists/ls-experiencejourney.js +1 -1
- package/server/modules/lists/ls-experiencejourneydata.js +1 -3
- package/server/modules/lists/ls-experiencejourneypersona.js +1 -4
- package/server/modules/lists/ls-experiencejourneystage.js +1 -1
- package/server/modules/lists/ls-fbconversation.js +1 -2
- package/server/modules/lists/ls-fbmessage.js +1 -2
- package/server/modules/lists/ls-fbpage.js +1 -11
- package/server/modules/lists/ls-fbpost.js +1 -2
- package/server/modules/lists/ls-file.js +1 -38
- package/server/modules/lists/ls-financialroadmap.js +1 -3
- package/server/modules/lists/ls-flow.js +1 -6
- package/server/modules/lists/ls-flowdata.js +1 -1
- package/server/modules/lists/ls-flowpending.js +1 -3
- package/server/modules/lists/ls-folder.js +1 -1
- package/server/modules/lists/ls-forminfo.js +1 -1
- package/server/modules/lists/ls-giaoca.js +1 -5
- package/server/modules/lists/ls-group.js +1 -5
- package/server/modules/lists/ls-hmcn.js +1 -2
- package/server/modules/lists/ls-hspbts.js +1 -3
- package/server/modules/lists/ls-introducebonus.js +1 -4
- package/server/modules/lists/ls-introducecode.js +1 -10
- package/server/modules/lists/ls-introducer.js +1 -21
- package/server/modules/lists/ls-kbm-bcdkt.js +1 -1
- package/server/modules/lists/ls-kbm-bcqt.js +1 -5
- package/server/modules/lists/ls-kbm-kqhdkd.js +1 -1
- package/server/modules/lists/ls-kbm-lcttgt.js +1 -1
- package/server/modules/lists/ls-kbm-lctttt.js +1 -1
- package/server/modules/lists/ls-kbm-pttct.js +1 -3
- package/server/modules/lists/ls-kbm-tkgtgt.js +1 -3
- package/server/modules/lists/ls-kbm-tmbctc.js +1 -3
- package/server/modules/lists/ls-kehoachdtcp.js +1 -4
- package/server/modules/lists/ls-keyresult.js +1 -7
- package/server/modules/lists/ls-khunghangthanhvien.js +1 -1
- package/server/modules/lists/ls-label.js +1 -1
- package/server/modules/lists/ls-lienhe.js +1 -4
- package/server/modules/lists/ls-like-module.js +1 -1
- package/server/modules/lists/ls-link.js +1 -1
- package/server/modules/lists/ls-loaidiem.js +1 -1
- package/server/modules/lists/ls-lock.js +1 -1
- package/server/modules/lists/ls-log.js +1 -3
- package/server/modules/lists/ls-mailaccount.js +1 -5
- package/server/modules/lists/ls-mailreceived.js +1 -5
- package/server/modules/lists/ls-mailsent.js +1 -4
- package/server/modules/lists/ls-mailtemplate.js +1 -4
- package/server/modules/lists/ls-maudanhgia.js +1 -3
- package/server/modules/lists/ls-message2.js +1 -8
- package/server/modules/lists/ls-message2setting.js +1 -5
- package/server/modules/lists/ls-news.js +1 -7
- package/server/modules/lists/ls-newsfeed.js +1 -4
- package/server/modules/lists/ls-note.js +1 -6
- package/server/modules/lists/ls-okr.js +1 -5
- package/server/modules/lists/ls-okrdiagram.js +1 -1
- package/server/modules/lists/ls-opportunity.js +1 -5
- package/server/modules/lists/ls-options.js +1 -4
- package/server/modules/lists/ls-parameter.js +1 -3
- package/server/modules/lists/ls-participant.js +1 -12
- package/server/modules/lists/ls-phieudanhgia.js +1 -7
- package/server/modules/lists/ls-phucap.js +1 -2
- package/server/modules/lists/ls-productcode.js +1 -9
- package/server/modules/lists/ls-profile.js +1 -1
- package/server/modules/lists/ls-ptthanhtoan.js +1 -3
- package/server/modules/lists/ls-qts-dieuchinh.js +1 -2
- package/server/modules/lists/ls-qts-dieuchuyen.js +1 -8
- package/server/modules/lists/ls-reason.js +1 -1
- package/server/modules/lists/ls-rpt.js +1 -5
- package/server/modules/lists/ls-rptform.js +1 -3
- package/server/modules/lists/ls-shortcut.js +1 -1
- package/server/modules/lists/ls-smsaccount.js +1 -1
- package/server/modules/lists/ls-smssend.js +1 -3
- package/server/modules/lists/ls-sosanxuat.js +1 -4
- package/server/modules/lists/ls-step.js +1 -1
- package/server/modules/lists/ls-strategicdiagram.js +1 -1
- package/server/modules/lists/ls-strategicgoal.js +1 -3
- package/server/modules/lists/ls-strategickpi.js +1 -7
- package/server/modules/lists/ls-strategicobjective.js +1 -3
- package/server/modules/lists/ls-strategicplan.js +1 -6
- package/server/modules/lists/ls-support.js +1 -3
- package/server/modules/lists/ls-task.js +1 -28
- package/server/modules/lists/ls-tc.js +1 -1
- package/server/modules/lists/ls-templaterpt.js +1 -5
- package/server/modules/lists/ls-templatevoucher.js +1 -1
- package/server/modules/lists/ls-tontucthoi.js +1 -3
- package/server/modules/lists/ls-trangthaiapp.js +1 -3
- package/server/modules/lists/ls-transaction.js +1 -4
- package/server/modules/lists/ls-usergroup.js +1 -7
- package/server/modules/lists/ls-vat.js +1 -1
- package/server/modules/lists/ls-vatra.js +1 -5
- package/server/modules/lists/ls-vatvao.js +1 -6
- package/server/modules/lists/ls-warranty.js +1 -3
- package/server/modules/lists/ls-workflow.js +1 -1
- package/server/modules/lists/ls_hanmucton.js +1 -3
- package/server/modules/lists/ls_hspb.js +1 -4
- package/server/modules/lists/ls_spdd_ck.js +1 -3
- package/server/modules/lists/ls_spdd_dk.js +1 -3
- package/server/modules/lists/ls_ytdd_ck.js +1 -4
- package/server/modules/lists/ls_ytdd_dk.js +1 -4
- package/server/modules/lists/sys-attend.js +1 -4
- package/server/modules/lists/sys-follow.js +1 -4
- package/server/modules/lists/sys-right.js +1 -2
- package/server/modules/public/app.js +1 -4
- package/server/modules/public/approve.js +1 -37
- package/server/modules/public/callin.js +1 -7
- package/server/modules/public/comment.js +1 -5
- package/server/modules/public/dmnvt.js +1 -4
- package/server/modules/public/dmvt.js +1 -9
- package/server/modules/public/file.js +1 -11
- package/server/modules/public/forminfo.js +1 -1
- package/server/modules/public/group.js +1 -4
- package/server/modules/public/introducecode.js +1 -1
- package/server/modules/public/listinfo.js +1 -1
- package/server/modules/public/media-webhook.js +1 -1
- package/server/modules/public/partner.js +1 -1
- package/server/modules/public/paymentCallback.js +1 -32
- package/server/modules/public/province.js +1 -1
- package/server/modules/public/ptthanhtoan.js +1 -4
- package/server/modules/public/subscribe.js +1 -30
- package/server/modules/public/support.js +1 -3
- package/server/modules/public/tableinfo.js +1 -1
- package/server/modules/public/trialinfo.js +1 -4
- package/server/modules/public/versioninfo.js +1 -1
- package/server/modules/reports/calc-tinhgiafifo.js +1 -8
- package/server/modules/reports/calc-tinhgiatb.js +1 -7
- package/server/modules/reports/calc-tinhgiathanh.js +1 -7
- package/server/modules/reports/calc-tinhkhauhaots.js +1 -3
- package/server/modules/reports/calc-tinhluong.js +1 -68
- package/server/modules/reports/rp-assbonus.js +1 -4
- package/server/modules/reports/rp-asssupply.js +1 -1
- package/server/modules/reports/rp-asstransferlog.js +1 -10
- package/server/modules/reports/rp-backup.js +1 -4
- package/server/modules/reports/rp-banggiatb.js +1 -3
- package/server/modules/reports/rp-bangtinhkhauhao.js +1 -6
- package/server/modules/reports/rp-baoCaoFifoKy.js +1 -1
- package/server/modules/reports/rp-baocaokhachhang.js +1 -6
- package/server/modules/reports/rp-bcdkt.js +1 -11
- package/server/modules/reports/rp-bcintroducebonus.js +1 -4
- package/server/modules/reports/rp-bckhtiemnang.js +1 -3
- package/server/modules/reports/rp-bcqt.js +1 -85
- package/server/modules/reports/rp-bkchamcong.js +1 -5
- package/server/modules/reports/rp-bkct.js +1 -13
- package/server/modules/reports/rp-bkshipbook.js +1 -8
- package/server/modules/reports/rp-bkvanchuyen.js +1 -8
- package/server/modules/reports/rp-bkvatra.js +1 -7
- package/server/modules/reports/rp-bkvatvao.js +1 -7
- package/server/modules/reports/rp-capnhatsocaitc.js +1 -4
- package/server/modules/reports/rp-cdpsdiem.js +1 -4
- package/server/modules/reports/rp-cdpsdt.js +1 -5
- package/server/modules/reports/rp-cdpskh.js +1 -8
- package/server/modules/reports/rp-cdpsnphep.js +1 -3
- package/server/modules/reports/rp-cdpstk.js +1 -4
- package/server/modules/reports/rp-chitietchitientheohoadon.js +1 -12
- package/server/modules/reports/rp-chitiettaisan.js +1 -13
- package/server/modules/reports/rp-chitietthutientheohoadon.js +1 -13
- package/server/modules/reports/rp-ckcn.js +1 -3
- package/server/modules/reports/rp-ckdiem.js +1 -2
- package/server/modules/reports/rp-cktk.js +1 -3
- package/server/modules/reports/rp-ckvt.js +1 -10
- package/server/modules/reports/rp-ckvttheokho.js +1 -4
- package/server/modules/reports/rp-ckvttheotg.js +1 -4
- package/server/modules/reports/rp-ckvttt.js +1 -3
- package/server/modules/reports/rp-congnophaithutheotuoino.js +1 -3
- package/server/modules/reports/rp-congnophaitratheotuoino.js +1 -3
- package/server/modules/reports/rp-congnosapthu.js +1 -4
- package/server/modules/reports/rp-congnosaptra.js +1 -4
- package/server/modules/reports/rp-congviectheobp.js +1 -9
- package/server/modules/reports/rp-congviectheodt.js +1 -8
- package/server/modules/reports/rp-congviectheokh.js +1 -8
- package/server/modules/reports/rp-congviectheonv.js +1 -9
- package/server/modules/reports/rp-congviectheotimeline.js +1 -6
- package/server/modules/reports/rp-ctbanle.js +1 -15
- package/server/modules/reports/rp-ctbanle2.js +1 -20
- package/server/modules/reports/rp-ctbanlectv.js +1 -20
- package/server/modules/reports/rp-ctbanlenpp.js +1 -24
- package/server/modules/reports/rp-ctdanhgianhanvien.js +1 -8
- package/server/modules/reports/rp-cthangbanbitralai.js +1 -4
- package/server/modules/reports/rp-ctmuahang.js +1 -7
- package/server/modules/reports/rp-cttralaihang.js +1 -4
- package/server/modules/reports/rp-databanle.js +1 -10
- package/server/modules/reports/rp-diemthuong.js +1 -2
- package/server/modules/reports/rp-dkcn.js +1 -3
- package/server/modules/reports/rp-dktk.js +1 -2
- package/server/modules/reports/rp-dsnhanviencm.js +1 -9
- package/server/modules/reports/rp-dsnhanvientb.js +1 -9
- package/server/modules/reports/rp-dtbanlekempk.js +1 -12
- package/server/modules/reports/rp-dtbanletheoct.js +1 -22
- package/server/modules/reports/rp-dtbanletheoctkempk.js +1 -25
- package/server/modules/reports/rp-dtbanletheokh.js +1 -17
- package/server/modules/reports/rp-dtbanletheokhnpp.js +1 -19
- package/server/modules/reports/rp-dtbanletheokho.js +1 -15
- package/server/modules/reports/rp-dtbanletheonam.js +1 -3
- package/server/modules/reports/rp-dtbanletheongay.js +1 -1
- package/server/modules/reports/rp-dtbanletheonpp.js +1 -23
- package/server/modules/reports/rp-dtbanletheonv.js +1 -19
- package/server/modules/reports/rp-dtbanletheoquy.js +1 -3
- package/server/modules/reports/rp-dtbanletheosp.js +1 -9
- package/server/modules/reports/rp-dtbanletheospnpp.js +1 -6
- package/server/modules/reports/rp-dtbanletheothang.js +1 -3
- package/server/modules/reports/rp-dtbanletheothungan.js +1 -12
- package/server/modules/reports/rp-dtbanletheovt.js +1 -2
- package/server/modules/reports/rp-dtbanletheovtnpp.js +1 -2
- package/server/modules/reports/rp-dutoanthuchitheodt.js +1 -4
- package/server/modules/reports/rp-getPXC2PNC.js +1 -8
- package/server/modules/reports/rp-getariseofaccountsbymonth.js +1 -4
- package/server/modules/reports/rp-getbtpb.js +1 -6
- package/server/modules/reports/rp-getcashbycashier.js +1 -7
- package/server/modules/reports/rp-getcschietkhau.js +1 -5
- package/server/modules/reports/rp-getdinhmuc4lenhcp.js +1 -7
- package/server/modules/reports/rp-getdinhmuc4pxk.js +1 -9
- package/server/modules/reports/rp-getdk4pht.js +1 -8
- package/server/modules/reports/rp-getdk4pkc.js +1 -10
- package/server/modules/reports/rp-getdttheoca.js +1 -5
- package/server/modules/reports/rp-getinvoice2pay.js +1 -4
- package/server/modules/reports/rp-getinvoice2receive.js +1 -4
- package/server/modules/reports/rp-getinvoice2return.js +1 -5
- package/server/modules/reports/rp-getinvoice2return_bl.js +1 -6
- package/server/modules/reports/rp-getkehoachmh4lenhcp.js +1 -4
- package/server/modules/reports/rp-getkhauhao.js +1 -7
- package/server/modules/reports/rp-getluong.js +1 -8
- package/server/modules/reports/rp-getluongchuyen.js +1 -5
- package/server/modules/reports/rp-getpn2fee.js +1 -5
- package/server/modules/reports/rp-getpn2return.js +1 -5
- package/server/modules/reports/rp-getthanhpham4pnk.js +1 -7
- package/server/modules/reports/rp-getvc2xhd.js +1 -11
- package/server/modules/reports/rp-gt_cpnvltt.js +1 -6
- package/server/modules/reports/rp-hangbanbitralai.js +1 -5
- package/server/modules/reports/rp-hangthanhvien.js +1 -3
- package/server/modules/reports/rp-hoadonbanhangtheohantt.js +1 -5
- package/server/modules/reports/rp-hoadonmuahangtheohantt.js +1 -5
- package/server/modules/reports/rp-hoahong.js +1 -15
- package/server/modules/reports/rp-kcsns.js +1 -19
- package/server/modules/reports/rp-kgchamcong.js +1 -1
- package/server/modules/reports/rp-khoaso.js +1 -11
- package/server/modules/reports/rp-kiemtrasocaitcvssocai.js +1 -6
- package/server/modules/reports/rp-kqdanhgianhanvien.js +1 -5
- package/server/modules/reports/rp-kqhdkd.js +1 -1
- package/server/modules/reports/rp-lcttgt.js +1 -16
- package/server/modules/reports/rp-lctttt.js +1 -11
- package/server/modules/reports/rp-linkslist.js +1 -4
- package/server/modules/reports/rp-phanbochitienchohoadon.js +1 -11
- package/server/modules/reports/rp-phanbothutienchohoadon.js +1 -11
- package/server/modules/reports/rp-ptbitralai.js +1 -7
- package/server/modules/reports/rp-ptcttct.js +1 -24
- package/server/modules/reports/rp-ptdonhang.js +1 -8
- package/server/modules/reports/rp-pttct.js +1 -52
- package/server/modules/reports/rp-pttctkho.js +1 -32
- package/server/modules/reports/rp-pttctkho2.js +1 -29
- package/server/modules/reports/rp-referredusers.js +1 -5
- package/server/modules/reports/rp-sctbhxh.js +1 -4
- package/server/modules/reports/rp-sctcnkh.js +1 -11
- package/server/modules/reports/rp-sctdiem.js +1 -3
- package/server/modules/reports/rp-sctdt.js +1 -7
- package/server/modules/reports/rp-sctdtcp.js +1 -11
- package/server/modules/reports/rp-sctluong.js +1 -6
- package/server/modules/reports/rp-sctthuetncn.js +1 -4
- package/server/modules/reports/rp-scttk.js +1 -9
- package/server/modules/reports/rp-sctvt.js +1 -5
- package/server/modules/reports/rp-sctvt_sl.js +1 -5
- package/server/modules/reports/rp-sctvtnpp.js +1 -6
- package/server/modules/reports/rp-sctvttt.js +1 -5
- package/server/modules/reports/rp-search.js +1 -4
- package/server/modules/reports/rp-socai.js +1 -6
- package/server/modules/reports/rp-socaitk.js +1 -1
- package/server/modules/reports/rp-sochut.js +1 -7
- package/server/modules/reports/rp-sokho.js +1 -7
- package/server/modules/reports/rp-sokhott.js +1 -5
- package/server/modules/reports/rp-sonkbh.js +1 -5
- package/server/modules/reports/rp-sonkc.js +1 -6
- package/server/modules/reports/rp-sonkct.js +1 -5
- package/server/modules/reports/rp-sonkmh.js +1 -5
- package/server/modules/reports/rp-sonktt.js +1 -5
- package/server/modules/reports/rp-soquy.js +1 -11
- package/server/modules/reports/rp-sosanhkhvatt.js +1 -13
- package/server/modules/reports/rp-sosanhkhvatt2.js +1 -5
- package/server/modules/reports/rp-sotaisan.js +1 -13
- package/server/modules/reports/rp-sotiengui.js +1 -7
- package/server/modules/reports/rp-taodinhmuctudkhoc.js +1 -5
- package/server/modules/reports/rp-thbanhangkempk.js +1 -28
- package/server/modules/reports/rp-thdanhgianhanvien.js +1 -9
- package/server/modules/reports/rp-thgt.js +1 -6
- package/server/modules/reports/rp-thnxt.js +1 -11
- package/server/modules/reports/rp-thnxt_sl.js +1 -9
- package/server/modules/reports/rp-thnxtnpp.js +1 -10
- package/server/modules/reports/rp-thnxttt.js +1 -9
- package/server/modules/reports/rp-tkbanhangtheogioithieu.js +1 -9
- package/server/modules/reports/rp-tkgioithieukh.js +1 -4
- package/server/modules/reports/rp-tkgtgt.js +1 -76
- package/server/modules/reports/rp-tkgtgt_old.js +1 -7
- package/server/modules/reports/rp-tmbctc.js +1 -20
- package/server/modules/reports/rp-tonghopbanhang.js +1 -6
- package/server/modules/reports/rp-tonghopmuahang.js +1 -5
- package/server/modules/reports/rp-tonghoptralaihang.js +1 -5
- package/server/modules/reports/rp-tongquanbanle.js +1 -20
- package/server/modules/reports/rp-tongquanbds.js +1 -3
- package/server/modules/reports/rp-tongquancongty.js +1 -6
- package/server/modules/reports/rp-tongquanctvnpp.js +1 -12
- package/server/modules/reports/rp-tongquannvbh.js +1 -14
- package/server/modules/reports/rp-tongquannvnpp.js +1 -5
- package/server/modules/reports/rp-uoctinhnvl.js +1 -11
- package/server/modules/reports/rp-wallet.js +1 -3
- package/server/modules/reports/rpt-tkdiemtichluy.js +1 -9
- package/server/modules/systems/sys-app.js +1 -34
- package/server/modules/systems/sys-colleague.js +1 -11
- package/server/modules/systems/sys-data_list_config.js +1 -1
- package/server/modules/systems/sys-domain.js +1 -1
- package/server/modules/systems/sys-ecomproductlines.js +1 -1
- package/server/modules/systems/sys-exportexceltemplate.js +1 -1
- package/server/modules/systems/sys-fieldright.js +1 -1
- package/server/modules/systems/sys-importexceltemplate.js +1 -1
- package/server/modules/systems/sys-labelinfo.js +1 -3
- package/server/modules/systems/sys-listinfo.js +1 -10
- package/server/modules/systems/sys-menuinfo.js +1 -1
- package/server/modules/systems/sys-message.js +1 -14
- package/server/modules/systems/sys-moduleinfo.js +1 -2
- package/server/modules/systems/sys-notification.js +1 -8
- package/server/modules/systems/sys-quanhuyen.js +1 -1
- package/server/modules/systems/sys-reportinfo.js +1 -5
- package/server/modules/systems/sys-rptobject.js +1 -1
- package/server/modules/systems/sys-schedule.js +1 -10
- package/server/modules/systems/sys-sysconfig.js +1 -1
- package/server/modules/systems/sys-sysgroup.js +1 -1
- package/server/modules/systems/sys-tableinfo.js +1 -1
- package/server/modules/systems/sys-templatestore.js +1 -5
- package/server/modules/systems/sys-tinhthanh.js +1 -1
- package/server/modules/systems/sys-token.js +1 -3
- package/server/modules/systems/sys-trangthai.js +1 -3
- package/server/modules/systems/sys-trialinfo.js +1 -1
- package/server/modules/systems/sys-user.js +1 -45
- package/server/modules/systems/sys-users.js +1 -10
- package/server/modules/systems/sys-versioninfo.js +1 -1
- package/server/modules/systems/sys-vietqrbanks.js +1 -1
- package/server/modules/systems/sys-xaphuong.js +1 -1
- package/server/modules/vouchers/vo-banggiaban.js +1 -8
- package/server/modules/vouchers/vo-bc1.js +1 -34
- package/server/modules/vouchers/vo-bc5.js +1 -15
- package/server/modules/vouchers/vo-bg1.js +1 -10
- package/server/modules/vouchers/vo-bg2.js +1 -12
- package/server/modules/vouchers/vo-bn1.js +1 -36
- package/server/modules/vouchers/vo-bn5.js +1 -15
- package/server/modules/vouchers/vo-dh2.js +1 -35
- package/server/modules/vouchers/vo-dinhmucsx.js +1 -6
- package/server/modules/vouchers/vo-dkb.js +1 -21
- package/server/modules/vouchers/vo-dn0.js +1 -9
- package/server/modules/vouchers/vo-dnm.js +1 -20
- package/server/modules/vouchers/vo-hd1.js +1 -37
- package/server/modules/vouchers/vo-hd2.js +1 -108
- package/server/modules/vouchers/vo-hd3.js +1 -38
- package/server/modules/vouchers/vo-hd4.js +1 -13
- package/server/modules/vouchers/vo-hd7.js +1 -29
- package/server/modules/vouchers/vo-hd8.js +1 -29
- package/server/modules/vouchers/vo-hde.js +1 -39
- package/server/modules/vouchers/vo-htl.js +1 -11
- package/server/modules/vouchers/vo-kbbtpb.js +1 -6
- package/server/modules/vouchers/vo-kehoachmh.js +1 -11
- package/server/modules/vouchers/vo-lenhcapphat.js +1 -9
- package/server/modules/vouchers/vo-lenhsx.js +1 -12
- package/server/modules/vouchers/vo-pbl.js +1 -94
- package/server/modules/vouchers/vo-pc0.js +1 -14
- package/server/modules/vouchers/vo-pc1.js +1 -31
- package/server/modules/vouchers/vo-pc2.js +1 -25
- package/server/modules/vouchers/vo-pc3.js +1 -14
- package/server/modules/vouchers/vo-pc5.js +1 -15
- package/server/modules/vouchers/vo-pc6.js +1 -19
- package/server/modules/vouchers/vo-pcl.js +1 -7
- package/server/modules/vouchers/vo-pdn.js +1 -11
- package/server/modules/vouchers/vo-pdx.js +1 -9
- package/server/modules/vouchers/vo-pgh.js +1 -16
- package/server/modules/vouchers/vo-pht.js +1 -6
- package/server/modules/vouchers/vo-pkc.js +1 -5
- package/server/modules/vouchers/vo-pkh.js +1 -9
- package/server/modules/vouchers/vo-pkk.js +1 -12
- package/server/modules/vouchers/vo-pkt.js +1 -12
- package/server/modules/vouchers/vo-pn1.js +1 -30
- package/server/modules/vouchers/vo-pn2.js +1 -17
- package/server/modules/vouchers/vo-pn3.js +1 -18
- package/server/modules/vouchers/vo-pn5.js +1 -18
- package/server/modules/vouchers/vo-pn6.js +1 -18
- package/server/modules/vouchers/vo-pn9.js +1 -23
- package/server/modules/vouchers/vo-pnc.js +1 -19
- package/server/modules/vouchers/vo-pnh.js +1 -17
- package/server/modules/vouchers/vo-pnk.js +1 -14
- package/server/modules/vouchers/vo-pnknpp.js +1 -12
- package/server/modules/vouchers/vo-po1.js +1 -14
- package/server/modules/vouchers/vo-ppb.js +1 -8
- package/server/modules/vouchers/vo-pt1.js +1 -20
- package/server/modules/vouchers/vo-pt5.js +1 -15
- package/server/modules/vouchers/vo-ptl.js +1 -8
- package/server/modules/vouchers/vo-purchase_contract.js +1 -9
- package/server/modules/vouchers/vo-pxc.js +1 -24
- package/server/modules/vouchers/vo-pxh.js +1 -18
- package/server/modules/vouchers/vo-pxk.js +1 -15
- package/server/modules/vouchers/vo-pxknpp.js +1 -14
- package/server/modules/vouchers/vo-qts.js +1 -12
- package/server/modules/vouchers/vo-sale_contract.js +1 -11
- package/server/modules/vouchers/vo-shipbook.js +1 -17
- package/server/modules/vouchers/vo-so1.js +1 -125
- package/server/modules/vouchers/vo-so5.js +1 -57
- package/server/modules/vouchers/vo-so7.js +1 -97
- package/server/modules/vouchers/vo-so9.js +1 -119
- package/server/modules/vouchers/vo-vanchuyen.js +1 -14
- package/server/modules/vouchers/vo-xhd.js +1 -33
- package/server/route.js +1 -54
- package/server/services/invoiceFetcher.js +1 -12
- package/server/sslConfig.js +1 -2
- package/server/test/array.js +59 -0
- package/server/test/utils.js +191 -0
- package/server/tools/convertVideo.js +19 -0
- package/server/tools/create_province.js +11191 -0
- package/server/tools/redis-smoke-test.js +195 -0
- package/server/tools/resetPassword.js +45 -0
- package/server/tools/set_px_gia_dd.js +120 -0
- package/server/tools/test.js +6 -0
- package/server/tools/update copy.js +116 -0
- package/server/tools/update_system.js +47 -0
- package/server/workers/backupApp.js +1 -10
- package/server/workers/calcGrid.js +1 -9
- package/server/workers/excelParser.js +1 -10
- package/server/workers/inputWorker.js +1 -8
- package/server/workers/pushNotify.js +1 -11
- package/server/workers/reportWorker.js +1 -8
- package/server/workers/restoreApp.js +1 -10
- package/server/workers/runScript.js +1 -5
- package/server/workers/sendEmail.js +1 -14
- package/server/workers/webhook.js +1 -5
- package/server/workers/worker-utils.js +1 -5
- package/server/auths/local_old.js +0 -60
- package/server/controllers/controllerUtils_v1.js +0 -72
- package/server/controllers/controller_old.js +0 -129
- package/server/controllers/createHandler_old.js +0 -35
- package/server/controllers/deleteHandler_old.js +0 -12
- package/server/controllers/exportHandler_old.js +0 -17
- package/server/controllers/findHandler_old.js +0 -74
- package/server/controllers/importFromJsonHandler_old.js +0 -6
- package/server/controllers/importHandler_old.js +0 -41
- package/server/controllers/updateFieldHandler_old.js +0 -13
- package/server/controllers/updateHandler_old.js +0 -40
- package/server/controllers/viewHandler_old.js +0 -14
- package/server/libs/BlockchainTransactionPool.js +0 -3
- package/server/modules/lists/ls-assabcihandler.js +0 -3
- package/server/modules/lists/ls-assbooking.js +0 -20
- package/server/modules/lists/ls-assbuy.js +0 -8
- package/server/modules/lists/ls-assinvestment.js +0 -31
- package/server/modules/lists/ls-assneedtobuy.js +0 -10
- package/server/modules/lists/ls-assperiod.js +0 -19
- package/server/modules/lists/ls-assproduct.js +0 -9
- package/server/modules/lists/ls-assprofitsharing.js +0 -8
- package/server/modules/lists/ls-asssell.js +0 -13
- package/server/modules/lists/ls-asswithdraw.js +0 -12
- package/server/modules/reports/rp-analyzedata.js +0 -6
- package/server/modules/reports/rp-assinterest.js +0 -8
- package/server/modules/reports/rp-assproductowners.js +0 -3
- package/server/workers/restoreApp_bk.js +0 -23
package/server/libs/docs.js
CHANGED
|
@@ -1,672 +1 @@
|
|
|
1
|
-
const numeral=require("numeral"),moment=require("moment"),utils=require("./utils"),getApiContext=$id_app$$=>({apis:{asyncGetData:async($token$$,$model$$,$condition$$={})=>{$condition$$.id_app=$id_app$$;return global.getModel($model$$).findOne($condition$$).lean()},asyncGetList:async($token$$,$model$$,$options$$={condition:{}})=>{$options$$.condition=$options$$.condition||{};$options$$.condition.id_app=$id_app$$;return global.getModel($model$$).find($options$$.condition).lean()}},userInfo:{email:"admin",
|
|
2
|
-
token:""}}),types=[{code:"String",ten:"String"},{code:"Number",ten:"Number"},{code:"Boolean",ten:"Boolean"},{code:"Date",ten:"Date"},{code:"DateTime",ten:"DateTime",type_data:"Date"},{code:"Time",ten:"Time",type_data:"Date"},{code:"Array",ten:"Array"},{code:"Mixed",ten:"Mixed",type_data:"Json"},{code:"File",ten:"Excel",type_data:"String"},{code:"Pdf",ten:"PDF",type_data:"String"},{code:"Image",ten:"Image",type_data:"String"},{code:"OtherFile",ten:"OtherFile",type_data:"String"}],buildJsonSchema=async function($entries_fields$$,
|
|
3
|
-
$depth$$=0,$id_app$$,$listInfo$$){if($depth$$>5)return{};const $validFields$$=$entries_fields$$.filter($f$$=>["ten_vt","ten_kh","ten_kho"].indexOf($f$$.name)>=0||$f$$.type!="Group"&&$f$$.type!="Button"&&$f$$.type!="Action"&&$f$$.type!="Link"&&$f$$.type!="Files"&&types.find($t$$=>$t$$.code==$f$$.type));await Promise.all(($entries_fields$$||[]).filter($f$$=>$f$$.header.indexOf("return ")>=0).map($field$$=>(async()=>{if($id_app$$&&$listInfo$$){let $body_func$$=$field$$.header;$body_func$$=`return (async ()=>{
|
|
4
|
-
${$body_func$$}
|
|
5
|
-
})()`;try{const $func$$=new Function("master","Moment","Numeral","API","utils","context","field","listInfo",$body_func$$),$context$$=getApiContext($id_app$$);let $header$$=await $func$$({},moment,numeral,$context$$.apis,{},$context$$,$field$$,$listInfo$$);$field$$.header=$header$$}catch($e$$){console.error($e$$.message,$field$$.header,$body_func$$),$field$$.header=$field$$.name}}else $field$$.header=$field$$.name})()));$entries_fields$$=await Promise.all($validFields$$.map(async $f$$=>{var $fieldType_typeInfo$$=
|
|
6
|
-
types.find($t$$=>$t$$.code==$f$$.type);$fieldType_typeInfo$$=$fieldType_typeInfo$$?$fieldType_typeInfo$$.type_data||$fieldType_typeInfo$$.code:$f$$.type;let $fieldDef$$={type:$fieldType_typeInfo$$,required:$f$$.required==1||$f$$.required=="true"?!0:void 0,maxlength:$f$$.maxlength?Number($f$$.maxlength):void 0,header:$f$$.header||$f$$.name,description:$f$$.api_description||$f$$.header||void 0,hidden:$f$$.not_input===!0||$f$$.not_input==="true"};if($f$$.ref_model){let $ref_model$$=$f$$.ref_model;const $isJson$$=
|
|
7
|
-
typeof $ref_model$$==="string"&&($ref_model$$.trim().startsWith("{")||$ref_model$$.trim().startsWith("[")),$hasComma$$=typeof $ref_model$$==="string"&&$ref_model$$.indexOf(",")>=0;try{$isJson$$?$ref_model$$=utils.JSONParser($ref_model$$):$hasComma$$&&($ref_model$$=$ref_model$$.split(",").map($v$$=>({code:$v$$,name:$v$$})))}catch($e$$){Logger.error("[docs] parse ref_model",$ref_model$$,$e$$)}if(Array.isArray($ref_model$$))$fieldDef$$.options={options:$ref_model$$,value_field:$f$$.ref_field||"code",
|
|
8
|
-
label_field:$f$$.ref_label||$f$$.ref_field||"name"};else{const $listinfo$$=await global.getModel("listinfo").findOne({code:$ref_model$$},{api_code:1,code:1}).lean();if($f$$.ref_condition)try{var $condition$$=utils.JSONParser($f$$.ref_condition)}catch($e$$){}$fieldDef$$.ref={ref_model:$listinfo$$?.model_code||$listinfo$$?.api_code||$ref_model$$,value_field:$f$$.ref_field||"code",label_field:$f$$.ref_label||$f$$.ref_field||"name",condition:$condition$$,listinfo_code:$isJson$$||$hasComma$$?void 0:$ref_model$$}}}Object.keys($fieldDef$$).forEach($key$$=>
|
|
9
|
-
$fieldDef$$[$key$$]===void 0&&delete $fieldDef$$[$key$$]);if(($condition$$=$f$$.form||"")&&$condition$$!=="0")try{const $subList$$=await global.getModel("listinfo").findOne({code:$condition$$}).lean();if($subList$$&&$subList$$.fields){let $subSchema$$=await buildJsonSchema($subList$$.fields,$depth$$+1,$id_app$$,$subList$$);$fieldType_typeInfo$$==="Array"||$f$$.type==="Array"?$fieldDef$$.type=[$subSchema$$]:$fieldType_typeInfo$$==="Json"||$fieldType_typeInfo$$==="Mixed"||$f$$.type==="Mixed"?$fieldDef$$.type=
|
|
10
|
-
$subSchema$$:$fieldDef$$.sub_schema=$subSchema$$}}catch($e$$){console.error($e$$)}return[$f$$.name,$fieldDef$$]}));return Object.fromEntries($entries_fields$$)},getAgentApiDefinition=async function($fieldSchema_query$$,$id_app$$){if(!$fieldSchema_query$$)return{error:"Vui l\u00f2ng cung c\u1ea5p m\u00e3 ho\u1eb7c t\u00ean API c\u1ea7n t\u00ecm."};const $cacheKey$$=`apidef_${$fieldSchema_query$$.toLowerCase().trim()}`;if(global.__aiApiDefCache){var $cached_listinfo$jscomp$1_result_result$$=global.__aiApiDefCache.get($cacheKey$$);
|
|
11
|
-
if($cached_listinfo$jscomp$1_result_result$$&&Date.now()-$cached_listinfo$jscomp$1_result_result$$.timestamp<3E5)return $cached_listinfo$jscomp$1_result_result$$.result}else global.__aiApiDefCache=new Map;var $ListModel_server_url$$=global.getModel("listinfo");if(!$ListModel_server_url$$)return{error:"Model 'listinfo' kh\u00f4ng t\u1ed3n t\u1ea1i."};($cached_listinfo$jscomp$1_result_result$$=await $ListModel_server_url$$.findOne({$or:[{code:$fieldSchema_query$$},{api_code:$fieldSchema_query$$}]}).lean())||
|
|
12
|
-
($cached_listinfo$jscomp$1_result_result$$=await $ListModel_server_url$$.findOne({title:{$regex:$fieldSchema_query$$,$options:"i"}}).lean());if(!$cached_listinfo$jscomp$1_result_result$$)return $cached_listinfo$jscomp$1_result_result$$={error:"Kh\u00f4ng t\u00ecm th\u1ea5y API n\u00e0o kh\u1edbp v\u1edbi t\u1eeb kh\u00f3a.",query_used:$fieldSchema_query$$},global.__aiApiDefCache.set($cacheKey$$,{timestamp:Date.now(),result:$cached_listinfo$jscomp$1_result_result$$}),$cached_listinfo$jscomp$1_result_result$$;
|
|
13
|
-
$fieldSchema_query$$={};if($cached_listinfo$jscomp$1_result_result$$.fields?.length>0)try{$fieldSchema_query$$=await buildJsonSchema($cached_listinfo$jscomp$1_result_result$$.fields,0,$id_app$$,$cached_listinfo$jscomp$1_result_result$$),$fieldSchema_query$$=JSON.parse(JSON.stringify($fieldSchema_query$$))}catch($e$$){console.error("[AI Agent] L\u1ed7i khi build schema cho API:",$e$$)}$ListModel_server_url$$=configs.api_url||configs.domain;var $_isFileApi_name$$=$cached_listinfo$jscomp$1_result_result$$.api_code||
|
|
14
|
-
$cached_listinfo$jscomp$1_result_result$$.code,$controller_endpoints$$=global.controllers[$_isFileApi_name$$.toUpperCase()];$id_app$$=$controller_endpoints$$?$controller_endpoints$$.route_name.replace(":id_app",$id_app$$||"{id_app}"):`/${$_isFileApi_name$$}`;$_isFileApi_name$$=$_isFileApi_name$$.toLowerCase()==="file";$controller_endpoints$$=[];$controller_endpoints$$.push({action:"search",method:"POST",url:`${$ListModel_server_url$$}/api/search${$id_app$$}`,content_type:"application/json",required_headers:{"listinfo-code":$cached_listinfo$jscomp$1_result_result$$.code},
|
|
15
|
-
body:{page:"Number \u2014 trang c\u1ea7n l\u1ea5y (m\u1eb7c \u0111\u1ecbnh 1)",limit:"Number \u2014 s\u1ed1 d\u00f2ng m\u1ed7i trang (m\u1eb7c \u0111\u1ecbnh 20)",fields:"String \u2014 c\u00e1c field c\u1ea7n l\u1ea5y, c\u00e1ch nhau d\u1ea5u ph\u1ea9y (m\u1eb7c \u0111\u1ecbnh t\u1ea5t c\u1ea3)",count:"Number \u2014 1 \u0111\u1ec3 tr\u1ea3 v\u1ec1 t\u1ed5ng s\u1ed1 b\u1ea3n ghi",pagination:"Number \u2014 1 \u0111\u1ec3 tr\u1ea3 v\u1ec1 object c\u00f3 ph\u00e2n trang { data, pagination: { limit, total, page, totalPages } }",
|
|
16
|
-
q:"Object \u2014 \u0111i\u1ec1u ki\u1ec7n l\u1ecdc MongoDB Query, d\u1ef1a theo field_schema b\u00ean d\u01b0\u1edbi"},response:{without_pagination:"Array \u2014 danh s\u00e1ch b\u1ea3n ghi c\u1ee7a trang hi\u1ec7n t\u1ea1i: [ { ...field_schema }, ... ]",with_pagination:"Object \u2014 { data: [ { ...field_schema }, ... ], pagination: { page, limit, total, totalPages } }"},error_response:'Object \u2014 { error: "T\u00ean l\u1ed7i", message: "m\u00f4 t\u1ea3 l\u1ed7i", code: "m\u00e3 l\u1ed7i" }'});
|
|
17
|
-
$controller_endpoints$$.push({action:"get_by_id",method:"GET",url:`${$ListModel_server_url$$}/api${$id_app$$}/:_id`,content_type:"application/json",note:"_id l\u00e0 MongoDB ObjectId c\u1ee7a b\u1ea3n ghi c\u1ea7n l\u1ea5y",response:"Object \u2014 b\u1ea3n ghi t\u00ecm \u0111\u01b0\u1ee3c, theo c\u1ea5u tr\u00fac field_schema",error_response:'Object \u2014 { error: "t\u00ean l\u1ed7i", message: "m\u00f4 t\u1ea3 l\u1ed7i", code: "m\u00e3 l\u1ed7i" }'});if(!$cached_listinfo$jscomp$1_result_result$$.not_add){var $createEndpoint_updateEndpoint$$=
|
|
18
|
-
{action:"create",method:"POST",url:`${$ListModel_server_url$$}/api${$id_app$$}`,required_headers:{"listinfo-code":$cached_listinfo$jscomp$1_result_result$$.code}};$_isFileApi_name$$?($createEndpoint_updateEndpoint$$.content_type="multipart/form-data",$createEndpoint_updateEndpoint$$.body='FormData \u2014 g\u1eedi file raw (binary) qua form-field c\u00f3 key l\u00e0 "file". Kh\u00f4ng c\u1ea7n truy\u1ec1n th\u00eam field n\u00e0o kh\u00e1c.',$createEndpoint_updateEndpoint$$.file_upload={field_name:"file",
|
|
19
|
-
note:'Truy\u1ec1n file raw (binary) v\u00e0o form-field c\u00f3 key l\u00e0 "file". API tr\u1ea3 v\u1ec1 URL c\u1ee7a file sau khi upload th\u00e0nh c\u00f4ng.'},$createEndpoint_updateEndpoint$$.response='Object \u2014 { url: "\u0111\u01b0\u1eddng d\u1eabn file sau khi upload" }'):($createEndpoint_updateEndpoint$$.content_type="application/json",$createEndpoint_updateEndpoint$$.body="Object \u2014 d\u1eef li\u1ec7u b\u1ea3n ghi m\u1edbi, theo field_schema b\u00ean d\u01b0\u1edbi",$createEndpoint_updateEndpoint$$.response=
|
|
20
|
-
"Object \u2014 b\u1ea3n ghi v\u1eeba \u0111\u01b0\u1ee3c t\u1ea1o, \u0111\u1ea7y \u0111\u1ee7 c\u00e1c field theo field_schema (bao g\u1ed3m _id do h\u1ec7 th\u1ed1ng sinh ra)");$createEndpoint_updateEndpoint$$.error_response='Object \u2014 { error: "T\u00ean l\u1ed7i", message: "M\u00f4 t\u1ea3 l\u1ed7i", code: "M\u00e3 l\u1ed7i" }';$controller_endpoints$$.push($createEndpoint_updateEndpoint$$);$_isFileApi_name$$||$controller_endpoints$$.push({action:"import_json",method:"POST",url:`${$ListModel_server_url$$}/api${$id_app$$}/import/json`,
|
|
21
|
-
content_type:"application/json",required_headers:{"listinfo-code":$cached_listinfo$jscomp$1_result_result$$.code},query_params:{update:"true | false \u2014 c\u00f3 c\u1eadp nh\u1eadt n\u1ebfu \u0111\u00e3 t\u1ed3n t\u1ea1i kh\u00f4ng?"},body:"Array \u2014 m\u1ea3ng c\u00e1c Object c\u1ea7n import, theo field_schema b\u00ean d\u01b0\u1edbi"})}$cached_listinfo$jscomp$1_result_result$$.not_update||($createEndpoint_updateEndpoint$$={action:"update",method:"PUT",url:`${$ListModel_server_url$$}/api${$id_app$$}/:_id`,
|
|
22
|
-
required_headers:{"listinfo-code":$cached_listinfo$jscomp$1_result_result$$.code},note:"_id l\u00e0 MongoDB ObjectId c\u1ee7a b\u1ea3n ghi c\u1ea7n c\u1eadp nh\u1eadt"},$_isFileApi_name$$?($createEndpoint_updateEndpoint$$.content_type="multipart/form-data",$createEndpoint_updateEndpoint$$.body='FormData \u2014 g\u1eedi file raw (binary) qua form-field c\u00f3 key l\u00e0 "file" \u0111\u1ec3 thay th\u1ebf file c\u0169.',$createEndpoint_updateEndpoint$$.file_upload={field_name:"file",note:'Truy\u1ec1n file raw (binary) v\u00e0o form-field c\u00f3 key l\u00e0 "file".'},
|
|
23
|
-
$createEndpoint_updateEndpoint$$.response='Object \u2014 { url: "\u0111\u01b0\u1eddng d\u1eabn file m\u1edbi sau khi upload" }'):($createEndpoint_updateEndpoint$$.content_type="application/json",$createEndpoint_updateEndpoint$$.body="Object \u2014 c\u00e1c field c\u1ea7n thay \u0111\u1ed5i (partial update)",$createEndpoint_updateEndpoint$$.response="Object \u2014 b\u1ea3n ghi sau khi c\u1eadp nh\u1eadt, \u0111\u1ea7y \u0111\u1ee7 c\u00e1c field theo field_schema"),$createEndpoint_updateEndpoint$$.error_response=
|
|
24
|
-
'Object \u2014 { error: "T\u00ean l\u1ed7i", message: "M\u00f4 t\u1ea3 l\u1ed7i", code: "M\u00e3 l\u1ed7i" }',$controller_endpoints$$.push($createEndpoint_updateEndpoint$$));$cached_listinfo$jscomp$1_result_result$$.not_delete||($controller_endpoints$$.push({action:"delete_by_id",method:"DELETE",url:`${$ListModel_server_url$$}/api${$id_app$$}/:_id`,content_type:"application/json",required_headers:{"listinfo-code":$cached_listinfo$jscomp$1_result_result$$.code},note:"_id l\u00e0 MongoDB ObjectId c\u1ee7a b\u1ea3n ghi c\u1ea7n xo\u00e1",
|
|
25
|
-
response:"Object \u2014 { success: true } ho\u1eb7c { deleted: 1 }",error_response:'Object \u2014 { error: "T\u00ean l\u1ed7i", message: "M\u00f4 t\u1ea3 l\u1ed7i", code: "M\u00e3 l\u1ed7i" }'}),$controller_endpoints$$.push({action:"delete_many",method:"POST",url:`${$ListModel_server_url$$}/api${$id_app$$}/action/delete`,content_type:"application/json",body:{condition:"Object \u2014 \u0111i\u1ec1u ki\u1ec7n xo\u00e1 d\u1eef li\u1ec7u (MongoDB Query)"},response:"Object \u2014 { deleted: <s\u1ed1 b\u1ea3n ghi \u0111\u00e3 xo\u00e1> }",
|
|
26
|
-
error_response:'Object \u2014 { error: "T\u00ean l\u1ed7i", message: "M\u00f4 t\u1ea3 l\u1ed7i", code: "M\u00e3 l\u1ed7i" }'}));$cached_listinfo$jscomp$1_result_result$$={status:"success",api_info:{code:$cached_listinfo$jscomp$1_result_result$$.code,api_code:$cached_listinfo$jscomp$1_result_result$$.api_code||$cached_listinfo$jscomp$1_result_result$$.code,title:$cached_listinfo$jscomp$1_result_result$$.title,is_file_api:$_isFileApi_name$$},common_headers:{"access-token":"Token x\u00e1c th\u1ef1c \u2014 l\u1ea5y t\u1eeb /auth/local (Basic Auth)",
|
|
27
|
-
"Content-Type":$_isFileApi_name$$?"multipart/form-data (cho Create/Update) | application/json (cho Search/Delete)":"application/json"},common_error_response:{structure:'{ error: "T\u00ean l\u1ed7i", message: "M\u00f4 t\u1ea3 l\u1ed7i chi ti\u1ebft", code: "M\u00e3 l\u1ed7i" }',common_codes:{}},...($_isFileApi_name$$?{file_upload_note:'\u0110\u00e2y l\u00e0 API upload file. D\u00f9ng Content-Type: multipart/form-data v\u00e0 g\u1eedi file raw qua form-field t\u00ean "file". API tr\u1ea3 v\u1ec1 URL \u0111\u1ec3 d\u00f9ng cho c\u00e1c field file \u1edf API kh\u00e1c.'}:
|
|
28
|
-
{}),endpoints:$controller_endpoints$$,field_schema:$fieldSchema_query$$};global.__aiApiDefCache.set($cacheKey$$,{timestamp:Date.now(),result:$cached_listinfo$jscomp$1_result_result$$});return $cached_listinfo$jscomp$1_result_result$$},renderSchema=async function($fields$jscomp$1_rows_validFields$$,$id_app$$,$import_yn$$=0,$depth$$=0,$cleanJson_jsonStr$jscomp$1_listInfo$$){let $server_url$$=configs.api_url||configs.domain;if($depth$$>5)return"";$cleanJson_jsonStr$jscomp$1_listInfo$$=await buildJsonSchema($fields$jscomp$1_rows_validFields$$,
|
|
29
|
-
void 0,$id_app$$,$cleanJson_jsonStr$jscomp$1_listInfo$$);$cleanJson_jsonStr$jscomp$1_listInfo$$=JSON.stringify($cleanJson_jsonStr$jscomp$1_listInfo$$,null,2).replace(/</g,"\\u003c").replace(/>/g,"\\u003e");const $tableId$$="schema_"+Math.random().toString(36).substr(2,9);$fields$jscomp$1_rows_validFields$$=$fields$jscomp$1_rows_validFields$$.filter($f$$=>["ten_vt","ten_kh","ten_kho"].indexOf($f$$.name)>=0||$f$$.not_input!="true"&&$f$$.not_input!=1&&$f$$.type!="Button"&&$f$$.type!="Link"&&types.find($t$$=>
|
|
30
|
-
$t$$.code==$f$$.type));$fields$jscomp$1_rows_validFields$$=await Promise.all($fields$jscomp$1_rows_validFields$$.map(async $field$$=>{var $h_type$$=types.find($t$$=>$t$$.code==$field$$.type),$isJson$$="",$description_detailCode$jscomp$1_ref_model$$=$field$$.ref_model||"";let $ref_field$$=$field$$.ref_field||"code",$ref_label$$=$field$$.ref_label||$field$$.ref_field||"name";if($field$$.ref_condition)try{var $formattedJson_ref_condition$$=utils.JSONParser($field$$.ref_condition)}catch($e$$){}if($description_detailCode$jscomp$1_ref_model$$){$isJson$$=
|
|
31
|
-
typeof $description_detailCode$jscomp$1_ref_model$$==="string"&&($description_detailCode$jscomp$1_ref_model$$.trim().startsWith("{")||$description_detailCode$jscomp$1_ref_model$$.trim().startsWith("["));const $hasComma$$=typeof $description_detailCode$jscomp$1_ref_model$$==="string"&&$description_detailCode$jscomp$1_ref_model$$.indexOf(",")>=0;if($isJson$$||$hasComma$$){$formattedJson_ref_condition$$=$description_detailCode$jscomp$1_ref_model$$;try{if($description_detailCode$jscomp$1_ref_model$$.indexOf("{")>=
|
|
32
|
-
0||$description_detailCode$jscomp$1_ref_model$$.indexOf("[")>=0){var $jsonObj$$=typeof $description_detailCode$jscomp$1_ref_model$$==="string"?utils.JSONParser($description_detailCode$jscomp$1_ref_model$$):$description_detailCode$jscomp$1_ref_model$$;$formattedJson_ref_condition$$=JSON.stringify($jsonObj$$,null,2)}else $formattedJson_ref_condition$$=JSON.stringify($description_detailCode$jscomp$1_ref_model$$.split(",").map($v$$=>({code:$v$$,name:$v$$})),null,2)}catch($e$$){Logger.error("[docs] parse ref_model",
|
|
33
|
-
$description_detailCode$jscomp$1_ref_model$$,$e$$)}$isJson$$=`
|
|
34
|
-
<div style="margin-top:8px">
|
|
35
|
-
<span style="color:#7f8c8d; font-size:0.85em">Tu\u1ef3 ch\u1ecdn (value field: "${$ref_field$$}", label field: "${$ref_label$$}"):</span>
|
|
36
|
-
<pre style="background:#f4f4f4; padding:8px; border-radius:4px; font-size:11px; color:#2c3e50; border:1px solid #ddd; overflow-x:auto; max-width:350px; margin-top:4px;">${$formattedJson_ref_condition$$}</pre>
|
|
37
|
-
</div>`}else $jsonObj$$=`${$server_url$$}/api-docs-input/${$description_detailCode$jscomp$1_ref_model$$}`,$id_app$$&&($jsonObj$$=$jsonObj$$+"?id_app="+$id_app$$),$isJson$$=`
|
|
38
|
-
<div style="margin-top:8px">
|
|
39
|
-
<span style="color:#7f8c8d; font-size:0.85em">Tham chi\u1ebfu:</span>
|
|
40
|
-
<a href='${$jsonObj$$}' target='_blank' style='color:#3498db; text-decoration:none; font-weight:bold; border-bottom:1px dashed #3498db;'>
|
|
41
|
-
${$description_detailCode$jscomp$1_ref_model$$} (value field: "${$ref_field$$}", label field: "${$ref_label$$}")
|
|
42
|
-
</a>
|
|
43
|
-
<div>
|
|
44
|
-
${$formattedJson_ref_condition$$?'<span style="color:#7f8c8d; font-size:0.85em">\u0110i\u1ec1u ki\u1ec7n:</span><pre style="background:#f4f4f4; padding:8px; border-radius:4px; font-size:11px; color:#2c3e50; border:1px solid #ddd; overflow-x:auto; max-width:350px; margin-top:4px;">'+JSON.stringify($formattedJson_ref_condition$$,null,2)+"</pre>":""}
|
|
45
|
-
</div>
|
|
46
|
-
</div>`}$description_detailCode$jscomp$1_ref_model$$=$field$$.api_description||$field$$.header;["ten_vt","ten_kh","ten_kho"].indexOf($field$$.name)>=0&&($description_detailCode$jscomp$1_ref_model$$=`${$description_detailCode$jscomp$1_ref_model$$}. N\u1ebfu \u0111\u1ed1i t\u01b0\u1ee3ng n\u00e0y kh\u00f4ng t\u1ed3n t\u1ea1i trong danh m\u1ee5c th\u00ec h\u1ec7 th\u1ed1ng s\u1ebd s\u1eed d\u1ee5ng th\u00f4ng tin n\u00e0y \u0111\u1ec3 t\u1ea1o`);$h_type$$=`
|
|
47
|
-
<tr style="background:#fff">
|
|
48
|
-
<td style="font-weight:bold; color:#e67e22; vertical-align:top; padding:10px;">${$field$$.name}</td>
|
|
49
|
-
<td style="vertical-align:top; padding:10px;"><code>${$h_type$$.type_data||$h_type$$.code}</code></td>
|
|
50
|
-
<td style="text-align:center; vertical-align:top; padding:10px;">${$field$$.required==1||$field$$.required=="true"?"<b style='color:red'>Yes</b>":"No"}</td>
|
|
51
|
-
<td style="text-align:center; vertical-align:top; padding:10px;">${$field$$.type=="String"?$field$$.maxlength||4E3:"-"}</td>
|
|
52
|
-
<td style="vertical-align:top; padding:10px;">
|
|
53
|
-
<div style="font-weight:500">${$description_detailCode$jscomp$1_ref_model$$}</div>
|
|
54
|
-
${$field$$.help_text?`<div style='font-size:0.9em;color:#666;font-style:italic;margin-top:4px'>* ${$field$$.help_text}</div>`:""}
|
|
55
|
-
${$isJson$$}
|
|
56
|
-
</td>
|
|
57
|
-
</tr>`;if(($description_detailCode$jscomp$1_ref_model$$=$field$$.form||"")&&$description_detailCode$jscomp$1_ref_model$$!=="0")try{const $subList$$=await global.getModel("listinfo").findOne({code:$description_detailCode$jscomp$1_ref_model$$}).lean();if($subList$$&&$subList$$.fields){const $subTable$$=await renderSchema($subList$$.fields,$id_app$$,$import_yn$$,$depth$$+1,$subList$$);$h_type$$+=`
|
|
58
|
-
<tr>
|
|
59
|
-
<td colspan="5" style="padding: 0 0 15px 40px; border-top:none; background:#fcfcfc;">
|
|
60
|
-
<div style="border-left:3px solid #3498db; padding-left:15px; margin-top:10px">
|
|
61
|
-
<div style="margin-bottom:8px; font-weight:bold; color:#3498db">\u21b3 C\u1ea5u tr\u00fac chi ti\u1ebft [${$description_detailCode$jscomp$1_ref_model$$}]:</div>
|
|
62
|
-
${$subTable$$}
|
|
63
|
-
</div>
|
|
64
|
-
</td>
|
|
65
|
-
</tr>`}}catch($e$$){console.error($e$$)}return $h_type$$}));return`
|
|
66
|
-
<div style="position: relative; margin-bottom: 10px;">
|
|
67
|
-
<div style="display: flex; justify-content: flex-end; margin-bottom: 8px;">
|
|
68
|
-
<button onclick="var t=document.getElementById('${$tableId$$}'); t.select(); document.execCommand('copy'); var b=this; var o=b.innerHTML; b.innerHTML='\u2705 \u0110\u00e3 Copy!'; b.style.background='#27ae60'; setTimeout(function(){b.innerHTML=o; b.style.background='#7f8c8d';},2000);"
|
|
69
|
-
style="background: #7f8c8d; color: #fff; border: none; padding: 6px 12px; border-radius: 4px; cursor: pointer; font-size: 12px; transition: 0.2s; font-weight: bold; box-shadow: 0 1px 2px rgba(0,0,0,0.2);">
|
|
70
|
-
\ud83d\udccb Copy Schema JSON
|
|
71
|
-
</button>
|
|
72
|
-
</div>
|
|
73
|
-
|
|
74
|
-
<textarea id="${$tableId$$}" style="position:absolute; left:-9999px; top:0;" aria-hidden="true">${$cleanJson_jsonStr$jscomp$1_listInfo$$}</textarea>
|
|
75
|
-
|
|
76
|
-
<table style="width:100%; border-collapse:collapse; font-size:13px; background:#fff" border="1" bordercolor="#ddd">
|
|
77
|
-
<tr style="background:#f2f2f2; text-align:left">
|
|
78
|
-
<th style="padding:10px; width:150px">Tr\u01b0\u1eddng (Field)</th>
|
|
79
|
-
<th style="padding:10px; width:100px">Ki\u1ec3u</th>
|
|
80
|
-
<th style="padding:10px; width:70px; text-align:center">B\u1eaft bu\u1ed9c</th>
|
|
81
|
-
<th style="padding:10px; width:70px; text-align:center">Max</th>
|
|
82
|
-
<th style="padding:10px">M\u00f4 t\u1ea3 / Tham chi\u1ebfu</th>
|
|
83
|
-
</tr>
|
|
84
|
-
${$fields$jscomp$1_rows_validFields$$.join("")}
|
|
85
|
-
</table>
|
|
86
|
-
</div>`},apiDocs=async function($agentCopyHtml_agentDef_agentDefJson_code$$,$id_app$$){var $endpointsHtml_server_url$$=configs.api_url||configs.domain;let $listinfo$$=await global.getModel("listinfo").findOne({$or:[{code:$agentCopyHtml_agentDef_agentDefJson_code$$},{api_code:$agentCopyHtml_agentDef_agentDefJson_code$$}]}).lean();if(!$listinfo$$)return"Kh\u00f4ng t\u00ecm th\u1ea5y t\u00e0i li\u1ec7u API.";var $_isFileApi$jscomp$1_name$$=$listinfo$$.api_code||$listinfo$$.code,$authLink_controller$$=
|
|
87
|
-
global.controllers[$_isFileApi$jscomp$1_name$$.toUpperCase()];if(!$authLink_controller$$)return"API Controller ch\u01b0a s\u1eb5n s\u00e0ng.";let $route_name$$=$authLink_controller$$.route_name.replace(":id_app",$id_app$$||"{id_app}");$authLink_controller$$=`${$endpointsHtml_server_url$$}/api-docs-auth`;let $idAppNote$$=$route_name$$.indexOf("id_app")>=0?'<li style="color:#8e44ad; margin-top:4px;"><b>id_app:</b> ID c\u1ee7a c\u00f4ng ty/chi nh\u00e1nh \u0111ang thao t\u00e1c (n\u1eb1m trong URL)</li>':
|
|
88
|
-
"";const $fileApiBanner$$=($_isFileApi$jscomp$1_name$$=$_isFileApi$jscomp$1_name$$.toLowerCase()==="file")?'\n <div style="background:#fff8e1; padding:13px 18px; border-left:5px solid #f39c12; border-radius:4px; margin-bottom:20px; font-size:13px;">\n <strong style="color:#e67e22;">\ud83d\udcce \u0110\u00e2y l\u00e0 API upload file</strong><br/>\n D\u00f9ng <code>Content-Type: multipart/form-data</code> v\u00e0 g\u1eedi file raw (binary) qua form-field c\u00f3 key l\u00e0 <code><b>file</b></code>.<br/>\n API tr\u1ea3 v\u1ec1 URL c\u1ee7a file \u2014 d\u00f9ng URL \u0111\u00f3 \u0111\u1ec3 \u0111i\u1ec1n v\u00e0o c\u00e1c field file \u1edf c\u00e1c API nghi\u1ec7p v\u1ee5 kh\u00e1c.\n </div>':
|
|
89
|
-
"";$agentCopyHtml_agentDef_agentDefJson_code$$=await getAgentApiDefinition($agentCopyHtml_agentDef_agentDefJson_code$$,$id_app$$);$agentCopyHtml_agentDef_agentDefJson_code$$=JSON.stringify($agentCopyHtml_agentDef_agentDefJson_code$$,null,2).replace(/</g,"\\u003c").replace(/>/g,"\\u003e");const $agentTextareaId$$="agent_api_"+Math.random().toString(36).substr(2,9);$agentCopyHtml_agentDef_agentDefJson_code$$=`
|
|
90
|
-
<div style="background: #f0f7ff; padding: 15px 20px; border-left: 5px solid #2980b9; border-radius: 4px; margin-bottom: 30px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 1px 3px rgba(0,0,0,0.1);">
|
|
91
|
-
<div>
|
|
92
|
-
<strong style="color: #2980b9; font-size: 1.1em;">\ud83e\udd16 C\u1ea5u tr\u00fac JSON d\u00e0nh cho AI Agent</strong>
|
|
93
|
-
<p style="margin: 5px 0 0 0; color: #555; font-size: 0.9em;">Copy file JSON \u0111\u1ecbnh ngh\u0129a chu\u1ea9n n\u00e0y \u0111\u1ec3 n\u1ea1p v\u00e0o prompt/context cho AI Agent hi\u1ec3u c\u00e1ch g\u1ecdi API.</p>
|
|
94
|
-
</div>
|
|
95
|
-
<div style="flex-shrink:0; margin-left:20px;">
|
|
96
|
-
<textarea id="${$agentTextareaId$$}" style="position:absolute; left:-9999px; top:0;" aria-hidden="true">${$agentCopyHtml_agentDef_agentDefJson_code$$}</textarea>
|
|
97
|
-
<button onclick="var t=document.getElementById('${$agentTextareaId$$}'); t.select(); document.execCommand('copy'); var b=this; var o=b.innerHTML; b.innerHTML='\u2705 \u0110\u00e3 Copy JSON!'; b.style.background='#27ae60'; setTimeout(function(){b.innerHTML=o; b.style.background='#2980b9';},2000);"
|
|
98
|
-
style="background: #2980b9; color: #fff; border: none; padding: 8px 16px; border-radius: 4px; cursor: pointer; font-size: 13px; transition: 0.2s; font-weight: bold; box-shadow: 0 1px 2px rgba(0,0,0,0.2); white-space: nowrap;">
|
|
99
|
-
\ud83d\udccb Copy JSON cho Agent
|
|
100
|
-
</button>
|
|
101
|
-
</div>
|
|
102
|
-
</div>
|
|
103
|
-
`;$endpointsHtml_server_url$$=`
|
|
104
|
-
<h3>1. Danh s\u00e1ch c\u00e1c Endpoint</h3>
|
|
105
|
-
<table style="width:100%; border-collapse:collapse; margin-bottom:30px" border="1" bordercolor="#ddd">
|
|
106
|
-
<tr style="background:#eee">
|
|
107
|
-
<th style="padding:10px; width:180px;">Ch\u1ee9c n\u0103ng</th>
|
|
108
|
-
<th style="padding:10px; width:80px;">Method</th>
|
|
109
|
-
<th style="padding:10px">Chi ti\u1ebft C\u1ea5u h\u00ecnh (URL, Headers, Params, Body)</th>
|
|
110
|
-
</tr>
|
|
111
|
-
|
|
112
|
-
<tr style="background: #f0f7ff;">
|
|
113
|
-
<td style="padding:10px; font-weight:bold; color:#2980b9">Truy xu\u1ea5t d\u1eef li\u1ec7u<br/>(Search)</td>
|
|
114
|
-
<td style="padding:10px; text-align:center"><b>POST</b></td>
|
|
115
|
-
<td style="padding:10px">
|
|
116
|
-
<code style="font-size:14px; background:#e1f0fa; color:#000; padding:4px 8px;">${$endpointsHtml_server_url$$}/api/search${$route_name$$}</code>
|
|
117
|
-
<div style="margin-top:10px; font-size:13px;">
|
|
118
|
-
<ul style="padding-left:20px; margin:0 0 10px 0;">
|
|
119
|
-
${$idAppNote$$}
|
|
120
|
-
</ul>
|
|
121
|
-
<div style="color:#d35400; font-weight:bold; margin-bottom:3px;">Headers ri\u00eang:</div>
|
|
122
|
-
<ul style="margin:0 0 10px 0; padding-left:20px; background:#fff3e0; padding:5px 20px; border-radius:4px;">
|
|
123
|
-
<li><b>listinfo-code:</b> <code>${$listinfo$$.code}</code></li>
|
|
124
|
-
</ul>
|
|
125
|
-
<div style="color:#2c3e50; font-weight:bold; margin-bottom:3px;">Body (JSON):</div>
|
|
126
|
-
<ul style="margin:0; padding-left:20px;">
|
|
127
|
-
<li><b>page:</b> <code>Number</code>. Trang c\u1ea7n truy xu\u1ea5t (M\u1eb7c \u0111\u1ecbnh 1).</li>
|
|
128
|
-
<li><b>limit:</b> <code>Number</code>. S\u1ed1 d\u00f2ng tr\u00ean m\u1ed9t trang (M\u1eb7c \u0111\u1ecbnh 20).</li>
|
|
129
|
-
<li><b>fields:</b> <code>String</code>. C\u00e1c tr\u01b0\u1eddng c\u1ea7n l\u1ea5y, c\u00e1ch nhau d\u1ea5u ph\u1ea9y (M\u1eb7c \u0111\u1ecbnh l\u1ea5y t\u1ea5t c\u1ea3).</li>
|
|
130
|
-
<li><b>count:</b> <code>Number</code>. Gi\u00e1 tr\u1ecb 0 ho\u1eb7c 1. N\u1ebfu = 1 s\u1ebd tr\u1ea3 v\u1ec1 t\u1ed5ng s\u1ed1 k\u1ebft qu\u1ea3 \u0111\u1ebfm \u0111\u01b0\u1ee3c.</li>
|
|
131
|
-
<li style="background: #e8f4f8; padding: 5px; border-radius: 3px; margin: 5px 0;">
|
|
132
|
-
<b>pagination:</b> <code>Number</code>. Gi\u00e1 tr\u1ecb <code>1</code> ho\u1eb7c <code>0</code>.
|
|
133
|
-
N\u1ebfu truy\u1ec1n <code>1</code>, API s\u1ebd tr\u1ea3 v\u1ec1 d\u1eef li\u1ec7u d\u1ea1ng Object c\u00f3 th\u00f4ng tin ph\u00e2n trang:
|
|
134
|
-
<br/>
|
|
135
|
-
<code style="display:inline-block; margin-top:4px; background:#fff;">{ data: [d\u1eef li\u1ec7u trang hi\u1ec7n t\u1ea1i], pagination: { limit,total, page, totalPages } }</code>
|
|
136
|
-
</li>
|
|
137
|
-
<li><b>q:</b> <code>Json</code>. \u0110i\u1ec1u ki\u1ec7n l\u1ecdc (MongoDB Query). Tham kh\u1ea3o c\u1ea5u tr\u00fac t\u1ea1i b\u1ea3ng Schema.</li>
|
|
138
|
-
</ul>
|
|
139
|
-
<div style="color:#16a085; font-weight:bold; margin-top:10px; margin-bottom:3px;">K\u1ebft qu\u1ea3 tr\u1ea3 v\u1ec1:</div>
|
|
140
|
-
<ul style="margin:0; padding-left:20px;">
|
|
141
|
-
<li>Kh\u00f4ng c\u00f3 <code>pagination</code>: <code>Array</code> \u2014 danh s\u00e1ch b\u1ea3n ghi c\u1ee7a trang hi\u1ec7n t\u1ea1i.</li>
|
|
142
|
-
<li>C\u00f3 <code>pagination=1</code>: <code>Object</code> \u2014 <code style="background:#e8f8f5;">{ data: [...], pagination: { page, limit, total, totalPages } }</code></li>
|
|
143
|
-
</ul>
|
|
144
|
-
${'\n <div style="color:#c0392b; font-weight:bold; margin-top:10px; margin-bottom:3px;">L\u1ed7i tr\u1ea3 v\u1ec1:</div>\n <ul style="margin:0; padding-left:20px;">\n <li><code style="background:#fdecea; color:#c0392b;">{ error: "T\u00ean l\u1ed7i", message: "m\u00f4 t\u1ea3 l\u1ed7i chi ti\u1ebft", code: "m\u00e3 l\u1ed7i" }</code></li>\n </ul>'}
|
|
145
|
-
</div>
|
|
146
|
-
</td>
|
|
147
|
-
</tr>
|
|
148
|
-
|
|
149
|
-
<tr>
|
|
150
|
-
<td style="padding:10px; font-weight:bold">L\u1ea5y chi ti\u1ebft 01 b\u1ea3n ghi<br/>(Get By ID)</td>
|
|
151
|
-
<td style="padding:10px; text-align:center"><b>GET</b></td>
|
|
152
|
-
<td style="padding:10px">
|
|
153
|
-
<code style="font-size:14px; background:#e1f0fa; color:#000; padding:4px 8px;">${$endpointsHtml_server_url$$}/api${$route_name$$}/:_id</code>
|
|
154
|
-
<div style="margin-top:10px; font-size:13px;">
|
|
155
|
-
<ul style="margin:0 0 10px 0; padding-left:20px;">
|
|
156
|
-
${$idAppNote$$}
|
|
157
|
-
<li><b>_id:</b> ID c\u1ee7a b\u1ea3n ghi c\u1ea7n l\u1ea5y d\u1eef li\u1ec7u (n\u1eb1m trong URL)</li>
|
|
158
|
-
</ul>
|
|
159
|
-
<div style="color:#16a085; font-weight:bold; margin-bottom:3px;">K\u1ebft qu\u1ea3 tr\u1ea3 v\u1ec1:</div>
|
|
160
|
-
<ul style="margin:0; padding-left:20px;">
|
|
161
|
-
<li><code>Object</code> \u2014 b\u1ea3n ghi t\u00ecm \u0111\u01b0\u1ee3c, theo c\u1ea5u tr\u00fac Schema b\u00ean d\u01b0\u1edbi.</li>
|
|
162
|
-
</ul>
|
|
163
|
-
${'\n <div style="color:#c0392b; font-weight:bold; margin-top:10px; margin-bottom:3px;">L\u1ed7i tr\u1ea3 v\u1ec1:</div>\n <ul style="margin:0; padding-left:20px;">\n <li><code style="background:#fdecea; color:#c0392b;">{ error: "T\u00ean l\u1ed7i", message: "m\u00f4 t\u1ea3 l\u1ed7i chi ti\u1ebft", code: "m\u00e3 l\u1ed7i" }</code></li>\n </ul>'}
|
|
164
|
-
</div>
|
|
165
|
-
</td>
|
|
166
|
-
</tr>
|
|
167
|
-
|
|
168
|
-
${$listinfo$$.not_add?"":`
|
|
169
|
-
<tr>
|
|
170
|
-
<td style="padding:10px; font-weight:bold">Th\u00eam m\u1edbi<br/>(Create)</td>
|
|
171
|
-
<td style="padding:10px; text-align:center"><b>POST</b></td>
|
|
172
|
-
<td style="padding:10px">
|
|
173
|
-
<code style="font-size:14px; background:#e1f0fa; color:#000; padding:4px 8px;">${$endpointsHtml_server_url$$}/api${$route_name$$}</code>
|
|
174
|
-
<div style="margin-top:10px; font-size:13px;">
|
|
175
|
-
<ul style="margin:0 0 10px 0; padding-left:20px;">${$idAppNote$$}</ul>
|
|
176
|
-
<div style="color:#d35400; font-weight:bold; margin-bottom:3px;">Headers ri\u00eang:</div>
|
|
177
|
-
<ul style="margin:0 0 10px 0; padding-left:20px; background:#fff3e0; padding:5px 20px; border-radius:4px;">
|
|
178
|
-
<li><b>listinfo-code:</b> <code>${$listinfo$$.code}</code></li>
|
|
179
|
-
${$_isFileApi$jscomp$1_name$$?'<li><b>Content-Type:</b> <code>multipart/form-data</code> <span style="color:#c0392b; font-weight:bold;">(b\u1eaft bu\u1ed9c \u2014 kh\u00f4ng d\u00f9ng application/json)</span></li>':""}
|
|
180
|
-
</ul>
|
|
181
|
-
${$_isFileApi$jscomp$1_name$$?'\n <div style="color:#2c3e50; font-weight:bold; margin-bottom:3px;">Body (multipart/form-data):</div>\n <ul style="margin:0; padding-left:20px;">\n <li style="background:#fef9e7; padding:6px 8px; border-radius:3px; border-left:3px solid #f39c12;">\n <b>file</b> \u2014 <code>File (raw binary)</code>: \u0110\u00ednh k\u00e8m file t\u1ea1i form-field c\u00f3 key l\u00e0 <code><b>file</b></code>.<br/>\n <span style="color:#7f8c8d; font-size:0.9em;">API tr\u1ea3 v\u1ec1 URL c\u1ee7a file sau khi upload th\u00e0nh c\u00f4ng. D\u00f9ng URL n\u00e0y \u0111\u1ec3 \u0111i\u1ec1n v\u00e0o field file \u1edf c\u00e1c API kh\u00e1c.</span>\n </li>\n </ul>\n <div style="color:#16a085; font-weight:bold; margin-top:10px; margin-bottom:3px;">K\u1ebft qu\u1ea3 tr\u1ea3 v\u1ec1:</div>\n <ul style="margin:0; padding-left:20px;">\n <li><code>Object</code> \u2014 <code style="background:#e8f8f5;">{ url: "\u0111\u01b0\u1eddng d\u1eabn file sau khi upload" }</code></li>\n </ul>\n \n <div style="color:#c0392b; font-weight:bold; margin-top:10px; margin-bottom:3px;">L\u1ed7i tr\u1ea3 v\u1ec1:</div>\n <ul style="margin:0; padding-left:20px;">\n <li><code style="background:#fdecea; color:#c0392b;">{ error: "T\u00ean l\u1ed7i", message: "m\u00f4 t\u1ea3 l\u1ed7i chi ti\u1ebft", code: "m\u00e3 l\u1ed7i" }</code></li>\n </ul>':
|
|
182
|
-
'\n <div style="color:#2c3e50; font-weight:bold; margin-bottom:3px;">Body (JSON):</div>\n <ul style="margin:0 0 10px 0; padding-left:20px;">\n <li>M\u1ed9t Object ch\u1ee9a d\u1eef li\u1ec7u c\u1ee7a b\u1ea3n ghi m\u1edbi. Tham kh\u1ea3o c\u1ea5u tr\u00fac t\u1ea1i b\u1ea3ng Schema.</li>\n </ul>\n <div style="color:#16a085; font-weight:bold; margin-bottom:3px;">K\u1ebft qu\u1ea3 tr\u1ea3 v\u1ec1:</div>\n <ul style="margin:0; padding-left:20px;">\n <li><code>Object</code> \u2014 b\u1ea3n ghi v\u1eeba \u0111\u01b0\u1ee3c t\u1ea1o, \u0111\u1ea7y \u0111\u1ee7 c\u00e1c field theo Schema (bao g\u1ed3m <code>_id</code> do h\u1ec7 th\u1ed1ng sinh ra).</li>\n </ul>\n \n <div style="color:#c0392b; font-weight:bold; margin-top:10px; margin-bottom:3px;">L\u1ed7i tr\u1ea3 v\u1ec1:</div>\n <ul style="margin:0; padding-left:20px;">\n <li><code style="background:#fdecea; color:#c0392b;">{ error: "T\u00ean l\u1ed7i", message: "m\u00f4 t\u1ea3 l\u1ed7i chi ti\u1ebft", code: "m\u00e3 l\u1ed7i" }</code></li>\n </ul>'}
|
|
183
|
-
</div>
|
|
184
|
-
</td>
|
|
185
|
-
</tr>
|
|
186
|
-
|
|
187
|
-
${$_isFileApi$jscomp$1_name$$?"":`
|
|
188
|
-
<tr>
|
|
189
|
-
<td style="padding:10px; font-weight:bold">Import d\u1eef li\u1ec7u<br/>(JSON Array)</td>
|
|
190
|
-
<td style="padding:10px; text-align:center"><b>POST</b></td>
|
|
191
|
-
<td style="padding:10px">
|
|
192
|
-
<code style="font-size:14px; background:#e1f0fa; color:#000; padding:4px 8px;">${$endpointsHtml_server_url$$}/api${$route_name$$}/import/json</code>
|
|
193
|
-
<div style="margin-top:10px; font-size:13px;">
|
|
194
|
-
<ul style="margin:0 0 10px 0; padding-left:20px;">${$idAppNote$$}</ul>
|
|
195
|
-
<div style="color:#d35400; font-weight:bold; margin-bottom:3px;">Headers ri\u00eang:</div>
|
|
196
|
-
<ul style="margin:0 0 10px 0; padding-left:20px; background:#fff3e0; padding:5px 20px; border-radius:4px;">
|
|
197
|
-
<li><b>listinfo-code:</b> <code>${$listinfo$$.code}</code></li>
|
|
198
|
-
</ul>
|
|
199
|
-
<div style="color:#16a085; font-weight:bold; margin-bottom:3px;">Query Parameters:</div>
|
|
200
|
-
<ul style="margin:0 0 10px 0; padding-left:20px; background:#e8f8f5; padding:5px 20px; border-radius:4px;">
|
|
201
|
-
<li><b>update:</b> <code>true</code> ho\u1eb7c <code>false</code>. C\u00f3 c\u1eadp nh\u1eadt gi\u00e1 tr\u1ecb m\u1edbi n\u1ebfu \u0111\u1ed1i t\u01b0\u1ee3ng \u0111\u00e3 t\u1ed3n t\u1ea1i hay kh\u00f4ng?</li>
|
|
202
|
-
</ul>
|
|
203
|
-
<div style="color:#2c3e50; font-weight:bold; margin-bottom:3px;">Body (JSON):</div>
|
|
204
|
-
<ul style="margin:0 0 10px 0; padding-left:20px;">
|
|
205
|
-
<li>L\u00e0 m\u1ed9t <b>m\u1ea3ng (Array)</b> ch\u1ee9a danh s\u00e1ch c\u00e1c b\u1ea3n ghi c\u1ea7n import.</li>
|
|
206
|
-
</ul>
|
|
207
|
-
${'\n <div style="color:#c0392b; font-weight:bold; margin-top:10px; margin-bottom:3px;">L\u1ed7i tr\u1ea3 v\u1ec1:</div>\n <ul style="margin:0; padding-left:20px;">\n <li><code style="background:#fdecea; color:#c0392b;">{ error: "T\u00ean l\u1ed7i", message: "m\u00f4 t\u1ea3 l\u1ed7i chi ti\u1ebft", code: "m\u00e3 l\u1ed7i" }</code></li>\n </ul>'}
|
|
208
|
-
</div>
|
|
209
|
-
</td>
|
|
210
|
-
</tr>`}`}
|
|
211
|
-
|
|
212
|
-
${$listinfo$$.not_update?"":`
|
|
213
|
-
<tr>
|
|
214
|
-
<td style="padding:10px; font-weight:bold">C\u1eadp nh\u1eadt d\u1eef li\u1ec7u<br/>(Update)</td>
|
|
215
|
-
<td style="padding:10px; text-align:center"><b>PUT</b></td>
|
|
216
|
-
<td style="padding:10px">
|
|
217
|
-
<code style="font-size:14px; background:#e1f0fa; color:#000; padding:4px 8px;">${$endpointsHtml_server_url$$}/api${$route_name$$}/:_id</code>
|
|
218
|
-
<div style="margin-top:10px; font-size:13px;">
|
|
219
|
-
<ul style="margin:0 0 10px 0; padding-left:20px;">
|
|
220
|
-
${$idAppNote$$}
|
|
221
|
-
<li><b>_id:</b> ID c\u1ee7a b\u1ea3n ghi c\u1ea7n c\u1eadp nh\u1eadt (n\u1eb1m trong URL)</li>
|
|
222
|
-
</ul>
|
|
223
|
-
<div style="color:#d35400; font-weight:bold; margin-bottom:3px;">Headers ri\u00eang:</div>
|
|
224
|
-
<ul style="margin:0 0 10px 0; padding-left:20px; background:#fff3e0; padding:5px 20px; border-radius:4px;">
|
|
225
|
-
<li><b>listinfo-code:</b> <code>${$listinfo$$.code}</code></li>
|
|
226
|
-
${$_isFileApi$jscomp$1_name$$?'<li><b>Content-Type:</b> <code>multipart/form-data</code> <span style="color:#c0392b; font-weight:bold;">(b\u1eaft bu\u1ed9c \u2014 kh\u00f4ng d\u00f9ng application/json)</span></li>':""}
|
|
227
|
-
</ul>
|
|
228
|
-
${$_isFileApi$jscomp$1_name$$?'\n <div style="color:#2c3e50; font-weight:bold; margin-bottom:3px;">Body (multipart/form-data):</div>\n <ul style="margin:0; padding-left:20px;">\n <li style="background:#fef9e7; padding:6px 8px; border-radius:3px; border-left:3px solid #f39c12;">\n <b>file</b> \u2014 <code>File (raw binary)</code>: G\u1eedi file m\u1edbi \u0111\u1ec3 thay th\u1ebf file c\u0169.\n </li>\n </ul>\n <div style="color:#16a085; font-weight:bold; margin-top:10px; margin-bottom:3px;">K\u1ebft qu\u1ea3 tr\u1ea3 v\u1ec1:</div>\n <ul style="margin:0; padding-left:20px;">\n <li><code>Object</code> \u2014 <code style="background:#e8f8f5;">{ url: "\u0111\u01b0\u1eddng d\u1eabn file m\u1edbi sau khi upload" }</code></li>\n </ul>\n \n <div style="color:#c0392b; font-weight:bold; margin-top:10px; margin-bottom:3px;">L\u1ed7i tr\u1ea3 v\u1ec1:</div>\n <ul style="margin:0; padding-left:20px;">\n <li><code style="background:#fdecea; color:#c0392b;">{ error: "T\u00ean l\u1ed7i", message: "m\u00f4 t\u1ea3 l\u1ed7i chi ti\u1ebft", code: "m\u00e3 l\u1ed7i" }</code></li>\n </ul>':
|
|
229
|
-
'\n <div style="color:#2c3e50; font-weight:bold; margin-bottom:3px;">Body (JSON):</div>\n <ul style="margin:0 0 10px 0; padding-left:20px;">\n <li>C\u00e1c tr\u01b0\u1eddng d\u1eef li\u1ec7u c\u1ea7n thay \u0111\u1ed5i. C\u00f3 th\u1ec3 c\u1eadp nh\u1eadt 1 ho\u1eb7c nhi\u1ec1u tr\u01b0\u1eddng c\u00f9ng l\u00fac.</li>\n </ul>\n <div style="color:#16a085; font-weight:bold; margin-bottom:3px;">K\u1ebft qu\u1ea3 tr\u1ea3 v\u1ec1:</div>\n <ul style="margin:0; padding-left:20px;">\n <li><code>Object</code> \u2014 b\u1ea3n ghi sau khi c\u1eadp nh\u1eadt, \u0111\u1ea7y \u0111\u1ee7 c\u00e1c field theo Schema.</li>\n </ul>\n \n <div style="color:#c0392b; font-weight:bold; margin-top:10px; margin-bottom:3px;">L\u1ed7i tr\u1ea3 v\u1ec1:</div>\n <ul style="margin:0; padding-left:20px;">\n <li><code style="background:#fdecea; color:#c0392b;">{ error: "T\u00ean l\u1ed7i", message: "m\u00f4 t\u1ea3 l\u1ed7i chi ti\u1ebft", code: "m\u00e3 l\u1ed7i" }</code></li>\n </ul>'}
|
|
230
|
-
</div>
|
|
231
|
-
</td>
|
|
232
|
-
</tr>`}
|
|
233
|
-
|
|
234
|
-
${$listinfo$$.not_delete?"":`
|
|
235
|
-
<tr>
|
|
236
|
-
<td style="padding:10px; font-weight:bold; color:#c0392b">Xo\u00e1 d\u1eef li\u1ec7u<br/>(Delete By ID)</td>
|
|
237
|
-
<td style="padding:10px; text-align:center"><b>DELETE</b></td>
|
|
238
|
-
<td style="padding:10px">
|
|
239
|
-
<code style="font-size:14px; background:#e1f0fa; color:#000; padding:4px 8px;">${$endpointsHtml_server_url$$}/api${$route_name$$}/:_id</code>
|
|
240
|
-
<div style="margin-top:10px; font-size:13px;">
|
|
241
|
-
<ul style="margin:0 0 10px 0; padding-left:20px;">
|
|
242
|
-
${$idAppNote$$}
|
|
243
|
-
<li><b>_id:</b> ID c\u1ee7a b\u1ea3n ghi c\u1ea7n xo\u00e1 (n\u1eb1m trong URL)</li>
|
|
244
|
-
</ul>
|
|
245
|
-
<div style="color:#d35400; font-weight:bold; margin-bottom:3px;">Headers ri\u00eang:</div>
|
|
246
|
-
<ul style="margin:0 0 10px 0; padding-left:20px; background:#fff3e0; padding:5px 20px; border-radius:4px;">
|
|
247
|
-
<li><b>listinfo-code:</b> <code>${$listinfo$$.code}</code></li>
|
|
248
|
-
</ul>
|
|
249
|
-
<div style="color:#16a085; font-weight:bold; margin-bottom:3px;">K\u1ebft qu\u1ea3 tr\u1ea3 v\u1ec1:</div>
|
|
250
|
-
<ul style="margin:0; padding-left:20px;">
|
|
251
|
-
<li><code>Object</code> \u2014 <code style="background:#e8f8f5;">{ success: true }</code> ho\u1eb7c <code style="background:#e8f8f5;">{ deleted: 1 }</code></li>
|
|
252
|
-
</ul>
|
|
253
|
-
${'\n <div style="color:#c0392b; font-weight:bold; margin-top:10px; margin-bottom:3px;">L\u1ed7i tr\u1ea3 v\u1ec1:</div>\n <ul style="margin:0; padding-left:20px;">\n <li><code style="background:#fdecea; color:#c0392b;">{ error: "T\u00ean l\u1ed7i", message: "m\u00f4 t\u1ea3 l\u1ed7i chi ti\u1ebft", code: "m\u00e3 l\u1ed7i" }</code></li>\n </ul>'}
|
|
254
|
-
</div>
|
|
255
|
-
</td>
|
|
256
|
-
</tr>
|
|
257
|
-
|
|
258
|
-
<tr style="background-color: #fff5f5;">
|
|
259
|
-
<td style="padding:10px; font-weight:bold; color:#c0392b">Xo\u00e1 h\u00e0ng lo\u1ea1t<br/>(Delete Many)</td>
|
|
260
|
-
<td style="padding:10px; text-align:center"><b>POST</b></td>
|
|
261
|
-
<td style="padding:10px">
|
|
262
|
-
<code style="font-size:14px; background:#fdeced; color:#000; padding:4px 8px;">${$endpointsHtml_server_url$$}/api${$route_name$$}/action/delete</code>
|
|
263
|
-
<div style="margin-top:10px; font-size:13px;">
|
|
264
|
-
<ul style="margin:0 0 10px 0; padding-left:20px;">${$idAppNote$$}</ul>
|
|
265
|
-
<div style="color:#c0392b; font-weight:bold; margin-bottom:3px;">Body (JSON):</div>
|
|
266
|
-
<ul style="margin:0 0 10px 0; padding-left:20px;">
|
|
267
|
-
<li><b>condition:</b> <code>Json</code>. \u0110i\u1ec1u ki\u1ec7n xo\u00e1 d\u1eef li\u1ec7u (MongoDB Query).</li>
|
|
268
|
-
</ul>
|
|
269
|
-
<div style="color:#16a085; font-weight:bold; margin-bottom:3px;">K\u1ebft qu\u1ea3 tr\u1ea3 v\u1ec1:</div>
|
|
270
|
-
<ul style="margin:0; padding-left:20px;">
|
|
271
|
-
<li><code>Object</code> \u2014 <code style="background:#e8f8f5;">{ deleted: <s\u1ed1 b\u1ea3n ghi \u0111\u00e3 xo\u00e1> }</code></li>
|
|
272
|
-
</ul>
|
|
273
|
-
${'\n <div style="color:#c0392b; font-weight:bold; margin-top:10px; margin-bottom:3px;">L\u1ed7i tr\u1ea3 v\u1ec1:</div>\n <ul style="margin:0; padding-left:20px;">\n <li><code style="background:#fdecea; color:#c0392b;">{ error: "T\u00ean l\u1ed7i", message: "m\u00f4 t\u1ea3 l\u1ed7i chi ti\u1ebft", code: "m\u00e3 l\u1ed7i" }</code></li>\n </ul>'}
|
|
274
|
-
</div>
|
|
275
|
-
</td>
|
|
276
|
-
</tr>`}
|
|
277
|
-
</table>
|
|
278
|
-
`;$id_app$$=await renderSchema($listinfo$$.fields,$id_app$$,void 0,void 0,$listinfo$$);return`
|
|
279
|
-
<!DOCTYPE html>
|
|
280
|
-
<html lang="vi">
|
|
281
|
-
<head>
|
|
282
|
-
<meta charset="utf-8">
|
|
283
|
-
<title>T\u00e0i li\u1ec7u API - ${$listinfo$$.title}</title>
|
|
284
|
-
<style>
|
|
285
|
-
body { font-family: 'Segoe UI', Tahoma, sans-serif; line-height: 1.5; color: #333; padding: 30px; max-width: 1200px; margin: 0 auto; background: #fafafa; }
|
|
286
|
-
h2 { color: #2c3e50; border-bottom: 3px solid #3498db; padding-bottom: 15px; margin-top:0; }
|
|
287
|
-
h3 { color: #2980b9; margin-top: 40px; font-size: 1.2em; text-transform: uppercase; }
|
|
288
|
-
code { font-family: 'Consolas', monospace; color: #c7254e; }
|
|
289
|
-
.auth-box { background:#fff; padding:15px 20px; border-left: 5px solid #3498db; border-radius:4px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); margin-bottom: 30px; }
|
|
290
|
-
.schema-wrapper { background:#fff; padding:15px; border:1px solid #ddd; border-radius:6px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); overflow-x: auto;}
|
|
291
|
-
</style>
|
|
292
|
-
</head>
|
|
293
|
-
<body>
|
|
294
|
-
<h2>T\u00c0I LI\u1ec6U API: ${$listinfo$$.title}</h2>
|
|
295
|
-
|
|
296
|
-
<div class="auth-box">
|
|
297
|
-
<strong style="font-size:1.1em;">Th\u00f4ng tin Headers d\u00f9ng chung cho T\u1ea4T C\u1ea2 request:</strong>
|
|
298
|
-
<ul style="margin-top:10px; list-style: none; padding-left: 0;">
|
|
299
|
-
<li style="margin-bottom:8px;">\ud83d\udd11 <b>access-token:</b> Token x\u00e1c th\u1ef1c. <a href="${$authLink_controller$$}" target="_blank" style="color:#3498db; text-decoration:none; font-weight:bold;">Xem h\u01b0\u1edbng d\u1eabn l\u1ea5y Token →</a></li>
|
|
300
|
-
<li>\ud83d\udcc4 <b>Content-Type:</b> ${$_isFileApi$jscomp$1_name$$?'<code>multipart/form-data</code> <span style="color:#888">(Create/Update)</span> | <code>application/json</code> <span style="color:#888">(Search/Delete)</span>':"<code>application/json</code>"}
|
|
301
|
-
</li>
|
|
302
|
-
</ul>
|
|
303
|
-
</div>
|
|
304
|
-
|
|
305
|
-
${$fileApiBanner$$}
|
|
306
|
-
|
|
307
|
-
${$agentCopyHtml_agentDef_agentDefJson_code$$}
|
|
308
|
-
|
|
309
|
-
${$endpointsHtml_server_url$$}
|
|
310
|
-
|
|
311
|
-
<h3>2. B\u1ea3n \u0111\u1ed3 D\u1eef li\u1ec7u (Schema)</h3>
|
|
312
|
-
<p style="color:#555; font-size:0.95em;">
|
|
313
|
-
C\u1ea5u tr\u00fac d\u01b0\u1edbi \u0111\u00e2y li\u1ec7t k\u00ea to\u00e0n b\u1ed9 c\u00e1c tr\u01b0\u1eddng (fields) c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng. B\u1ea1n s\u1ebd d\u00f9ng c\u00e1c tr\u01b0\u1eddng n\u00e0y \u0111\u1ec3 g\u1eedi trong <b>Body</b> khi Th\u00eam/S\u1eeda, ho\u1eb7c d\u00f9ng \u0111\u1ec3 t\u1ea1o \u0111i\u1ec1u ki\u1ec7n l\u1ecdc trong tr\u01b0\u1eddng <code>q</code> (khi Search) v\u00e0 <code>condition</code> (khi Xo\u00e1 h\u00e0ng lo\u1ea1t).
|
|
314
|
-
</p>
|
|
315
|
-
<div class="schema-wrapper">
|
|
316
|
-
${$id_app$$}
|
|
317
|
-
</div>
|
|
318
|
-
</body>
|
|
319
|
-
</html>
|
|
320
|
-
`},renderReportColumns=function($columns$$){return $columns$$&&$columns$$.length!==0?`
|
|
321
|
-
<table style="width:100%; border-collapse:collapse; font-size:13px; background:#fff" border="1" bordercolor="#ddd">
|
|
322
|
-
<tr style="background:#f2f2f2; text-align:left">
|
|
323
|
-
<th style="padding:10px; width:250px">T\u00ean tr\u01b0\u1eddng tr\u1ea3 v\u1ec1 (Field)</th>
|
|
324
|
-
<th style="padding:10px; width:150px">Ki\u1ec3u d\u1eef li\u1ec7u (Datatype)</th>
|
|
325
|
-
<th style="padding:10px">Ti\u00eau \u0111\u1ec1 c\u1ed9t (Header)</th>
|
|
326
|
-
</tr>
|
|
327
|
-
${[...$columns$$].sort(($a$$,$b$$)=>($a$$.stt||0)-($b$$.stt||0)).map($col$$=>{let $typeColor$$="#c7254e";$col$$.datatype==="Number"&&($typeColor$$="#2980b9");if($col$$.datatype==="Date"||$col$$.datatype==="DateTime")$typeColor$$="#27ae60";return`
|
|
328
|
-
<tr style="background:#fff">
|
|
329
|
-
<td style="font-weight:bold; color:#e67e22; padding:10px;">${$col$$.field||""}</td>
|
|
330
|
-
<td style="padding:10px;"><code style="color:${$typeColor$$}; background:#f9f2f4; padding:2px 4px; border-radius:3px;">${$col$$.datatype||"String"}</code></td>
|
|
331
|
-
<td style="padding:10px; font-weight:500;">${$col$$.header||""}</td>
|
|
332
|
-
</tr>`}).join("")}
|
|
333
|
-
</table>`:""},apiReport=async function($agentCopyHtml$jscomp$1_agentDef$jscomp$1_agentDefJson$jscomp$1_code$$,$id_app$jscomp$5_schemaHtml$$){var $endpointsHtml$jscomp$1_server_url$$=configs.api_url||configs.domain;let $reportInfo$$=await global.getModel("reportinfo").findOne({code:$agentCopyHtml$jscomp$1_agentDef$jscomp$1_agentDefJson$jscomp$1_code$$}).lean();if(!$reportInfo$$)return"Kh\u00f4ng t\u00ecm th\u1ea5y t\u00e0i li\u1ec7u cho b\u00e1o c\u00e1o n\u00e0y.";var $columnsHtml_listinfo$$;
|
|
334
|
-
$reportInfo$$.form_condition_info&&($columnsHtml_listinfo$$=await global.getModel("listinfo").findOne({code:$reportInfo$$.form_condition_info}).lean());$columnsHtml_listinfo$$=$columnsHtml_listinfo$$||{fields:[]};var $authLink$jscomp$1_controller$$=global.report_controllers[($reportInfo$$.api_code||$reportInfo$$.code).toUpperCase()];if(!$authLink$jscomp$1_controller$$)return"Report Controller ch\u01b0a s\u1eb5n s\u00e0ng.";let $route_name$$=`${$authLink$jscomp$1_controller$$.base_path}${$authLink$jscomp$1_controller$$.module}`.replace(":id_app",
|
|
335
|
-
$id_app$jscomp$5_schemaHtml$$||"{id_app}");$authLink$jscomp$1_controller$$=`${$endpointsHtml$jscomp$1_server_url$$}/api-docs-auth`;let $idAppNote$$=$route_name$$.indexOf("id_app")>=0?'<li style="color:#8e44ad; margin-top:4px;"><b>id_app:</b> ID c\u1ee7a c\u00f4ng ty/chi nh\u00e1nh \u0111ang thao t\u00e1c (n\u1eb1m trong URL)</li>':"";$agentCopyHtml$jscomp$1_agentDef$jscomp$1_agentDefJson$jscomp$1_code$$=await getAgentReportDefinition($agentCopyHtml$jscomp$1_agentDef$jscomp$1_agentDefJson$jscomp$1_code$$,
|
|
336
|
-
$id_app$jscomp$5_schemaHtml$$);$agentCopyHtml$jscomp$1_agentDef$jscomp$1_agentDefJson$jscomp$1_code$$=JSON.stringify($agentCopyHtml$jscomp$1_agentDef$jscomp$1_agentDefJson$jscomp$1_code$$,null,2).replace(/</g,"\\u003c").replace(/>/g,"\\u003e");const $agentTextareaId$$="agent_schema_"+Math.random().toString(36).substr(2,9);$agentCopyHtml$jscomp$1_agentDef$jscomp$1_agentDefJson$jscomp$1_code$$=`
|
|
337
|
-
<div style="background: #f0f7ff; padding: 15px 20px; border-left: 5px solid #2980b9; border-radius: 4px; margin-bottom: 30px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 1px 3px rgba(0,0,0,0.1);">
|
|
338
|
-
<div>
|
|
339
|
-
<strong style="color: #2980b9; font-size: 1.1em;">\ud83e\udd16 C\u1ea5u tr\u00fac JSON d\u00e0nh cho AI Agent</strong>
|
|
340
|
-
<p style="margin: 5px 0 0 0; color: #555; font-size: 0.9em;">Copy file JSON \u0111\u1ecbnh ngh\u0129a chu\u1ea9n n\u00e0y \u0111\u1ec3 n\u1ea1p v\u00e0o prompt/context cho AI Agent hi\u1ec3u c\u00e1ch g\u1ecdi b\u00e1o c\u00e1o.</p>
|
|
341
|
-
</div>
|
|
342
|
-
<div style="flex-shrink:0; margin-left:20px;">
|
|
343
|
-
<textarea id="${$agentTextareaId$$}" style="position:absolute; left:-9999px; top:0;" aria-hidden="true">${$agentCopyHtml$jscomp$1_agentDef$jscomp$1_agentDefJson$jscomp$1_code$$}</textarea>
|
|
344
|
-
<button onclick="var t=document.getElementById('${$agentTextareaId$$}'); t.select(); document.execCommand('copy'); var b=this; var o=b.innerHTML; b.innerHTML='\u2705 \u0110\u00e3 Copy JSON!'; b.style.background='#27ae60'; setTimeout(function(){b.innerHTML=o; b.style.background='#2980b9';},2000);"
|
|
345
|
-
style="background: #2980b9; color: #fff; border: none; padding: 8px 16px; border-radius: 4px; cursor: pointer; font-size: 13px; transition: 0.2s; font-weight: bold; box-shadow: 0 1px 2px rgba(0,0,0,0.2); white-space: nowrap;">
|
|
346
|
-
\ud83d\udccb Copy JSON cho Agent
|
|
347
|
-
</button>
|
|
348
|
-
</div>
|
|
349
|
-
</div>
|
|
350
|
-
`;$endpointsHtml$jscomp$1_server_url$$=`
|
|
351
|
-
<h3>1. Th\u00f4ng tin Endpoint B\u00e1o c\u00e1o</h3>
|
|
352
|
-
<table style="width:100%; border-collapse:collapse; margin-bottom:30px" border="1" bordercolor="#ddd">
|
|
353
|
-
<tr style="background:#eee">
|
|
354
|
-
<th style="padding:10px; width:180px;">Ch\u1ee9c n\u0103ng</th>
|
|
355
|
-
<th style="padding:10px; width:80px;">Method</th>
|
|
356
|
-
<th style="padding:10px">Chi ti\u1ebft C\u1ea5u h\u00ecnh (URL, Headers, Body)</th>
|
|
357
|
-
</tr>
|
|
358
|
-
<tr style="background: #fdfaf0;">
|
|
359
|
-
<td style="padding:10px; font-weight:bold; color:#d35400">Xu\u1ea5t b\u00e1o c\u00e1o<br/>(Generate Report)</td>
|
|
360
|
-
<td style="padding:10px; text-align:center"><b>POST</b></td>
|
|
361
|
-
<td style="padding:10px">
|
|
362
|
-
<code style="font-size:14px; background:#fbeee6; color:#000; padding:4px 8px;">${$endpointsHtml$jscomp$1_server_url$$}/api${$route_name$$}</code>
|
|
363
|
-
<div style="margin-top:10px; font-size:13px;">
|
|
364
|
-
<ul style="padding-left:20px; margin:0 0 10px 0;">
|
|
365
|
-
${$idAppNote$$}
|
|
366
|
-
</ul>
|
|
367
|
-
<div style="color:#2c3e50; font-weight:bold; margin-bottom:3px;">Body (JSON) - \u0110i\u1ec1u ki\u1ec7n l\u1ecdc:</div>
|
|
368
|
-
<ul style="margin:0; padding-left:20px;">
|
|
369
|
-
<li>G\u1eedi m\u1ed9t Object ch\u1ee9a c\u00e1c tham s\u1ed1 l\u1ecdc. Xem c\u1ea5u tr\u00fac t\u1ea1i <b>M\u1ee5c 2</b>.</li>
|
|
370
|
-
</ul>
|
|
371
|
-
<div style="color:#16a085; font-weight:bold; margin-top:8px; margin-bottom:3px;">D\u1eef li\u1ec7u tr\u1ea3 v\u1ec1 (Response):</div>
|
|
372
|
-
<ul style="margin:0; padding-left:20px;">
|
|
373
|
-
<li>M\u1ed9t m\u1ea3ng JSON (Array) ch\u1ee9a c\u00e1c d\u00f2ng d\u1eef li\u1ec7u. Xem c\u1ea5u tr\u00fac c\u00e1c c\u1ed9t t\u1ea1i <b>M\u1ee5c 3</b>.</li>
|
|
374
|
-
</ul>
|
|
375
|
-
</div>
|
|
376
|
-
</td>
|
|
377
|
-
</tr>
|
|
378
|
-
</table>
|
|
379
|
-
`;$id_app$jscomp$5_schemaHtml$$=$columnsHtml_listinfo$$.fields&&$columnsHtml_listinfo$$.fields.length>0?await renderSchema($columnsHtml_listinfo$$.fields,$id_app$jscomp$5_schemaHtml$$,void 0,void 0,$columnsHtml_listinfo$$):'<div style="padding: 15px; background: #f9f9f9; color: #666; font-style: italic; border-left: 3px solid #ccc;">B\u00e1o c\u00e1o n\u00e0y kh\u00f4ng y\u00eau c\u1ea7u tham s\u1ed1 l\u1ecdc (G\u1eedi Body l\u00e0 m\u1ed9t Object r\u1ed7ng <code>{}</code>).</div>';$columnsHtml_listinfo$$=
|
|
380
|
-
$reportInfo$$.columns&&$reportInfo$$.columns.length>0?renderReportColumns($reportInfo$$.columns):'<div style="padding: 15px; background: #fdfaf0; color: #d35400; font-style: italic; border-left: 3px solid #e67e22;">Ch\u01b0a c\u00f3 c\u1ea5u h\u00ecnh chi ti\u1ebft c\u00e1c c\u1ed9t tr\u1ea3 v\u1ec1 cho b\u00e1o c\u00e1o n\u00e0y.</div>';return`
|
|
381
|
-
<!DOCTYPE html>
|
|
382
|
-
<html lang="vi">
|
|
383
|
-
<head>
|
|
384
|
-
<meta charset="utf-8">
|
|
385
|
-
<title>T\u00e0i li\u1ec7u API Report - ${$reportInfo$$.title}</title>
|
|
386
|
-
<style>
|
|
387
|
-
body { font-family: 'Segoe UI', Tahoma, sans-serif; line-height: 1.5; color: #333; padding: 30px; max-width: 1200px; margin: 0 auto; background: #fafafa; }
|
|
388
|
-
h2 { color: #2c3e50; border-bottom: 3px solid #e67e22; padding-bottom: 15px; margin-top:0; }
|
|
389
|
-
h3 { color: #d35400; margin-top: 40px; font-size: 1.2em; text-transform: uppercase; }
|
|
390
|
-
code { font-family: 'Consolas', monospace; }
|
|
391
|
-
.auth-box { background:#fff; padding:15px 20px; border-left: 5px solid #e67e22; border-radius:4px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); margin-bottom: 30px; }
|
|
392
|
-
.schema-wrapper { background:#fff; padding:15px; border:1px solid #ddd; border-radius:6px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); overflow-x: auto; margin-bottom: 20px;}
|
|
393
|
-
</style>
|
|
394
|
-
</head>
|
|
395
|
-
<body>
|
|
396
|
-
<h2>API REPORT: ${$reportInfo$$.title}</h2>
|
|
397
|
-
|
|
398
|
-
<div class="auth-box">
|
|
399
|
-
<strong style="font-size:1.1em;">Th\u00f4ng tin Headers b\u1eaft bu\u1ed9c cho Request:</strong>
|
|
400
|
-
<ul style="margin-top:10px; list-style: none; padding-left: 0;">
|
|
401
|
-
<li style="margin-bottom:8px;">\ud83d\udd11 <b>access-token:</b> Token x\u00e1c th\u1ef1c. <a href="${$authLink$jscomp$1_controller$$}" target="_blank" style="color:#d35400; text-decoration:none; font-weight:bold;">Xem h\u01b0\u1edbng d\u1eabn l\u1ea5y Token →</a></li>
|
|
402
|
-
<li>\ud83d\udcc4 <b>Content-Type:</b> <code>application/json</code></li>
|
|
403
|
-
</ul>
|
|
404
|
-
</div>
|
|
405
|
-
|
|
406
|
-
${$agentCopyHtml$jscomp$1_agentDef$jscomp$1_agentDefJson$jscomp$1_code$$} ${$endpointsHtml$jscomp$1_server_url$$}
|
|
407
|
-
|
|
408
|
-
<h3>2. B\u1ea3n \u0111\u1ed3 D\u1eef ki\u1ec7n L\u1ecdc (Body Request)</h3>
|
|
409
|
-
<p style="color:#555; font-size:0.95em;">
|
|
410
|
-
G\u1eedi Object JSON ch\u1ee9a c\u00e1c tr\u01b0\u1eddng n\u00e0y l\u00ean API \u0111\u1ec3 l\u00e0m <b>\u0111i\u1ec1u ki\u1ec7n l\u1ecdc</b> cho b\u00e1o c\u00e1o.
|
|
411
|
-
</p>
|
|
412
|
-
<div class="schema-wrapper">
|
|
413
|
-
${$id_app$jscomp$5_schemaHtml$$}
|
|
414
|
-
</div>
|
|
415
|
-
|
|
416
|
-
<h3>3. C\u1ea5u tr\u00fac D\u1eef li\u1ec7u Tr\u1ea3 v\u1ec1 (Response Columns)</h3>
|
|
417
|
-
<p style="color:#555; font-size:0.95em;">
|
|
418
|
-
D\u1eef li\u1ec7u tr\u1ea3 v\u1ec1 (Response) l\u00e0 m\u1ed9t danh s\u00e1ch (Array) c\u00e1c b\u1ea3n ghi. M\u1ed7i b\u1ea3n ghi (Object) s\u1ebd bao g\u1ed3m c\u00e1c key \u0111\u01b0\u1ee3c \u0111\u1ecbnh ngh\u0129a d\u01b0\u1edbi \u0111\u00e2y:
|
|
419
|
-
</p>
|
|
420
|
-
<div class="schema-wrapper" style="border-top: 3px solid #16a085; padding: 0; border-radius: 4px; overflow: hidden;">
|
|
421
|
-
${$columnsHtml_listinfo$$}
|
|
422
|
-
</div>
|
|
423
|
-
|
|
424
|
-
<div style="margin-top:60px; border-top:1px solid #eee; padding-top:20px; text-align:center; color:#999; font-size:12px">
|
|
425
|
-
T\u00e0i li\u1ec7u API Report t\u1ef1 \u0111\u1ed9ng \u0111\u01b0\u1ee3c t\u1ea1o b\u1edfi h\u1ec7 th\u1ed1ng © 2026
|
|
426
|
-
</div>
|
|
427
|
-
</body>
|
|
428
|
-
</html>
|
|
429
|
-
`},apiAuth=function(){let $server_url$$=configs.api_url||configs.domain;return`
|
|
430
|
-
<!DOCTYPE html>
|
|
431
|
-
<html lang="vi">
|
|
432
|
-
<head>
|
|
433
|
-
<meta charset="utf-8">
|
|
434
|
-
<title>T\u00e0i li\u1ec7u API Auth & \u0110\u0103ng k\u00fd</title>
|
|
435
|
-
<style>
|
|
436
|
-
body { font-family: 'Segoe UI', Tahoma, sans-serif; line-height: 1.5; color: #333; padding: 30px; max-width: 1200px; margin: 0 auto; background: #fafafa; }
|
|
437
|
-
h2 { color: #2c3e50; border-bottom: 3px solid #3498db; padding-bottom: 15px; margin-top:0; }
|
|
438
|
-
h3 { color: #2980b9; margin-top: 40px; font-size: 1.2em; text-transform: uppercase; }
|
|
439
|
-
code { font-family: 'Consolas', monospace; color: #c7254e; background: #f9f2f4; padding: 2px 4px; border-radius: 3px; }
|
|
440
|
-
.info-box { background:#fff; padding:15px 20px; border-left: 5px solid #3498db; border-radius:4px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); margin-bottom: 30px; }
|
|
441
|
-
</style>
|
|
442
|
-
</head>
|
|
443
|
-
<body>
|
|
444
|
-
<h2>API H\u1ec6 TH\u1ed0NG: X\u00c1C TH\u1ef0C & NG\u01af\u1edcI D\u00d9NG</h2>
|
|
445
|
-
|
|
446
|
-
<div class="info-box">
|
|
447
|
-
<p style="margin:0; color: #555;">T\u00e0i li\u1ec7u n\u00e0y h\u01b0\u1edbng d\u1eabn c\u00e1ch l\u1ea5y <b>access-token</b> th\u00f4ng qua API \u0110\u0103ng nh\u1eadp, c\u00e1ch qu\u1ea3n l\u00fd phi\u00ean l\u00e0m vi\u1ec7c (\u0110\u0103ng xu\u1ea5t, \u0110\u1ed5i m\u1eadt kh\u1ea9u) v\u00e0 c\u1ea5u tr\u00fac chi ti\u1ebft c\u1ee7a API \u0110\u0103ng k\u00fd t\u00e0i kho\u1ea3n m\u1edbi.</p>
|
|
448
|
-
</div>
|
|
449
|
-
|
|
450
|
-
${`
|
|
451
|
-
<h3>1. X\u00e1c th\u1ef1c & Qu\u1ea3n l\u00fd t\u00e0i kho\u1ea3n (Auth)</h3>
|
|
452
|
-
<table style="width:100%; border-collapse:collapse; margin-bottom:30px" border="1" bordercolor="#ddd">
|
|
453
|
-
<tr style="background:#eee">
|
|
454
|
-
<th style="padding:10px; width:180px;">Ch\u1ee9c n\u0103ng</th>
|
|
455
|
-
<th style="padding:10px; width:80px;">Method</th>
|
|
456
|
-
<th style="padding:10px">Chi ti\u1ebft C\u1ea5u h\u00ecnh (URL, Headers, Body)</th>
|
|
457
|
-
</tr>
|
|
458
|
-
|
|
459
|
-
<tr style="background: #f0f7ff;">
|
|
460
|
-
<td style="padding:10px; font-weight:bold; color:#2980b9">\u0110\u0103ng nh\u1eadp<br/>(Login)</td>
|
|
461
|
-
<td style="padding:10px; text-align:center"><b>GET</b></td>
|
|
462
|
-
<td style="padding:10px">
|
|
463
|
-
<code style="font-size:14px; background:#e1f0fa; color:#000; padding:4px 8px;">${$server_url$$}/auth/local</code>
|
|
464
|
-
<div style="margin-top:10px; font-size:13px;">
|
|
465
|
-
<div style="color:#d35400; font-weight:bold; margin-bottom:3px;">Headers b\u1eaft bu\u1ed9c:</div>
|
|
466
|
-
<ul style="margin:0 0 10px 0; padding-left:20px; background:#fff3e0; padding:5px 20px; border-radius:4px;">
|
|
467
|
-
<li><b>Authorization:</b> <span style="color:#e67e22; font-weight:bold;">Basic Auth</span> <span style="color:#666;">(M\u00e3 h\u00f3a Base64 c\u1ee7a <code>email:password</code>)</span></li>
|
|
468
|
-
</ul>
|
|
469
|
-
<div style="color:#16a085; font-weight:bold; margin-bottom:3px;">K\u1ebft qu\u1ea3 tr\u1ea3 v\u1ec1:</div>
|
|
470
|
-
<ul style="margin:0; padding-left:20px;">
|
|
471
|
-
<li>Tr\u1ea3 v\u1ec1 <code>access-token</code> v\u00e0 th\u00f4ng tin user. D\u00f9ng token n\u00e0y truy\u1ec1n v\u00e0o Headers cho c\u00e1c API kh\u00e1c.</li>
|
|
472
|
-
</ul>
|
|
473
|
-
</div>
|
|
474
|
-
</td>
|
|
475
|
-
</tr>
|
|
476
|
-
|
|
477
|
-
<tr>
|
|
478
|
-
<td style="padding:10px; font-weight:bold;">\u0110\u0103ng xu\u1ea5t<br/>(Logout)</td>
|
|
479
|
-
<td style="padding:10px; text-align:center"><b>GET</b></td>
|
|
480
|
-
<td style="padding:10px">
|
|
481
|
-
<code style="font-size:14px; background:#f9f9f9; color:#000; padding:4px 8px;">${$server_url$$}/api/user/logout</code>
|
|
482
|
-
<div style="margin-top:10px; font-size:13px;">
|
|
483
|
-
<div style="color:#2c3e50; font-weight:bold; margin-bottom:3px;">Headers b\u1eaft bu\u1ed9c:</div>
|
|
484
|
-
<ul style="margin:0; padding-left:20px;">
|
|
485
|
-
<li><b>access-token:</b> Token hi\u1ec7n t\u1ea1i \u0111ang s\u1eed d\u1ee5ng c\u1ee7a phi\u00ean l\u00e0m vi\u1ec7c.</li>
|
|
486
|
-
</ul>
|
|
487
|
-
</div>
|
|
488
|
-
</td>
|
|
489
|
-
</tr>
|
|
490
|
-
|
|
491
|
-
<tr>
|
|
492
|
-
<td style="padding:10px; font-weight:bold;">\u0110\u1ed5i m\u1eadt kh\u1ea9u<br/>(Change Password)</td>
|
|
493
|
-
<td style="padding:10px; text-align:center"><b>POST</b></td>
|
|
494
|
-
<td style="padding:10px">
|
|
495
|
-
<code style="font-size:14px; background:#f9f9f9; color:#000; padding:4px 8px;">${$server_url$$}/api/changepassword</code>
|
|
496
|
-
<div style="margin-top:10px; font-size:13px;">
|
|
497
|
-
<div style="color:#2c3e50; font-weight:bold; margin-bottom:3px;">Headers b\u1eaft bu\u1ed9c:</div>
|
|
498
|
-
<ul style="margin:0 0 10px 0; padding-left:20px;">
|
|
499
|
-
<li><b>access-token:</b> Token x\u00e1c th\u1ef1c.</li>
|
|
500
|
-
<li><b>Content-Type:</b> <code>application/json</code></li>
|
|
501
|
-
</ul>
|
|
502
|
-
<div style="color:#2c3e50; font-weight:bold; margin-bottom:3px;">Body (JSON):</div>
|
|
503
|
-
<ul style="margin:0; padding-left:20px;">
|
|
504
|
-
<li><b>oldPassword:</b> <code>String</code>. M\u1eadt kh\u1ea9u hi\u1ec7n t\u1ea1i.</li>
|
|
505
|
-
<li><b>newPassword:</b> <code>String</code>. M\u1eadt kh\u1ea9u m\u1edbi.</li>
|
|
506
|
-
<li><b>reNewPassword:</b> <code>String</code>. X\u00e1c nh\u1eadn l\u1ea1i m\u1eadt kh\u1ea9u m\u1edbi.</li>
|
|
507
|
-
</ul>
|
|
508
|
-
</div>
|
|
509
|
-
</td>
|
|
510
|
-
</tr>
|
|
511
|
-
</table>
|
|
512
|
-
`}
|
|
513
|
-
${`
|
|
514
|
-
<h3>2. \u0110\u0103ng k\u00fd t\u00e0i kho\u1ea3n (Sign Up)</h3>
|
|
515
|
-
<p style="color:#555; font-size:0.95em;">
|
|
516
|
-
API n\u00e0y d\u00f9ng \u0111\u1ec3 \u0111\u0103ng k\u00fd t\u00e0i kho\u1ea3n ng\u01b0\u1eddi d\u00f9ng m\u1edbi. Ngo\u00e0i ra, API c\u00f2n h\u1ed7 tr\u1ee3: <b>T\u1ef1 \u0111\u1ed9ng th\u00eam user v\u00e0o m\u1ed9t c\u00f4ng ty (App) c\u00f3 s\u1eb5n</b> ho\u1eb7c <b>Kh\u1edfi t\u1ea1o c\u00f4ng ty m\u1edbi</b> khi \u0111\u0103ng k\u00fd.
|
|
517
|
-
</p>
|
|
518
|
-
|
|
519
|
-
<table style="width:100%; border-collapse:collapse; margin-bottom:20px" border="1" bordercolor="#ddd">
|
|
520
|
-
<tr style="background:#fdfaf0;">
|
|
521
|
-
<td style="padding:15px; text-align:center; width:80px; font-weight:bold; color:#d35400;">POST</td>
|
|
522
|
-
<td style="padding:15px;"><code style="font-size:15px; background:none; color:#d35400;">${$server_url$$}/signup</code></td>
|
|
523
|
-
</tr>
|
|
524
|
-
</table>
|
|
525
|
-
|
|
526
|
-
<div style="display:flex; gap: 20px; flex-wrap: wrap; margin-bottom: 20px;">
|
|
527
|
-
<div style="flex:1; min-width: 300px;">
|
|
528
|
-
<h4 style="color:#2c3e50; margin-bottom: 10px;">Query Parameters (T\u00f9y ch\u1ecdn)</h4>
|
|
529
|
-
<table style="width:100%; border-collapse:collapse; font-size:13px; background:#fff" border="1" bordercolor="#ddd">
|
|
530
|
-
<tr style="background:#f2f2f2; text-align:left">
|
|
531
|
-
<th style="padding:8px;">Tham s\u1ed1</th>
|
|
532
|
-
<th style="padding:8px; width:80px;">Ki\u1ec3u</th>
|
|
533
|
-
<th style="padding:8px;">M\u00f4 t\u1ea3</th>
|
|
534
|
-
</tr>
|
|
535
|
-
<tr><td style="padding:8px; font-weight:bold; color:#e67e22;">g-recaptcha-response</td><td style="padding:8px;"><code>String</code></td><td style="padding:8px;">Token c\u1ee7a Google reCAPTCHA</td></tr>
|
|
536
|
-
<tr><td style="padding:8px; font-weight:bold; color:#e67e22;">once</td><td style="padding:8px;"><code>Boolean</code></td><td style="padding:8px;">\u0110\u00e1nh d\u1ea5u Token ch\u1ec9 s\u1eed d\u1ee5ng m\u1ed9t l\u1ea7n</td></tr>
|
|
537
|
-
</table>
|
|
538
|
-
</div>
|
|
539
|
-
<div style="flex:1; min-width: 300px;">
|
|
540
|
-
<h4 style="color:#2c3e50; margin-bottom: 10px;">Headers / Cookies</h4>
|
|
541
|
-
<ul style="background:#fff; border:1px solid #ddd; padding:15px 20px 15px 40px; border-radius:4px; font-size:13px; margin:0;">
|
|
542
|
-
<li style="margin-bottom:8px;"><b>Cookie (uid):</b> Ph\u1ee5c v\u1ee5 Rate Limit - Gi\u1edbi h\u1ea1n m\u1ed7i thi\u1ebft b\u1ecb ch\u1ec9 \u0111\u01b0\u1ee3c t\u1ea1o 1 t\u00e0i kho\u1ea3n.</li>
|
|
543
|
-
<li><b>User-Agent:</b> \u0110\u01b0\u1ee3c l\u01b0u v\u00e0o log h\u1ec7 th\u1ed1ng \u0111\u1ec3 theo d\u00f5i thi\u1ebft b\u1ecb \u0111\u0103ng k\u00fd.</li>
|
|
544
|
-
</ul>
|
|
545
|
-
</div>
|
|
546
|
-
</div>
|
|
547
|
-
|
|
548
|
-
<h4 style="color:#2c3e50; margin-top:30px; margin-bottom: 10px;">Body Payload (JSON)</h4>
|
|
549
|
-
<table style="width:100%; border-collapse:collapse; font-size:13px; background:#fff; margin-bottom:30px;" border="1" bordercolor="#ddd">
|
|
550
|
-
<tr style="background:#f2f2f2; text-align:left">
|
|
551
|
-
<th style="padding:10px; width:180px">Tr\u01b0\u1eddng (Field)</th>
|
|
552
|
-
<th style="padding:10px; width:80px">Ki\u1ec3u</th>
|
|
553
|
-
<th style="padding:10px; width:80px; text-align:center">B\u1eaft bu\u1ed9c</th>
|
|
554
|
-
<th style="padding:10px">M\u00f4 t\u1ea3 chi ti\u1ebft</th>
|
|
555
|
-
</tr>
|
|
556
|
-
<tr>
|
|
557
|
-
<td style="padding:10px; font-weight:bold; color:#e67e22;">email</td>
|
|
558
|
-
<td style="padding:10px;"><code>String</code></td>
|
|
559
|
-
<td style="padding:10px; text-align:center; color:red; font-weight:bold;">Yes</td>
|
|
560
|
-
<td style="padding:10px;">Email ho\u1eb7c S\u1ed1 \u0111i\u1ec7n tho\u1ea1i VN h\u1ee3p l\u1ec7. <i>(T\u1ef1 \u0111\u1ed9ng trim & lowercase)</i></td>
|
|
561
|
-
</tr>
|
|
562
|
-
<tr>
|
|
563
|
-
<td style="padding:10px; font-weight:bold; color:#e67e22;">name</td>
|
|
564
|
-
<td style="padding:10px;"><code>String</code></td>
|
|
565
|
-
<td style="padding:10px; text-align:center; color:red; font-weight:bold;">Yes</td>
|
|
566
|
-
<td style="padding:10px;">H\u1ecd v\u00e0 t\u00ean ng\u01b0\u1eddi d\u00f9ng.</td>
|
|
567
|
-
</tr>
|
|
568
|
-
<tr>
|
|
569
|
-
<td style="padding:10px; font-weight:bold; color:#e67e22;">password</td>
|
|
570
|
-
<td style="padding:10px;"><code>String</code></td>
|
|
571
|
-
<td style="padding:10px; text-align:center;">No</td>
|
|
572
|
-
<td style="padding:10px;">T\u1ed1i thi\u1ec3u 6 k\u00fd t\u1ef1 (g\u1ed3m ch\u1eef hoa, ch\u1eef th\u01b0\u1eddng, s\u1ed1). <b>N\u1ebfu kh\u00f4ng g\u1eedi, h\u1ec7 th\u1ed1ng t\u1ef1 sinh m\u1eadt kh\u1ea9u an to\u00e0n v\u00e0 g\u1eedi qua email.</b></td>
|
|
573
|
-
</tr>
|
|
574
|
-
<tr>
|
|
575
|
-
<td style="padding:10px; font-weight:bold; color:#e67e22;">rePassword</td>
|
|
576
|
-
<td style="padding:10px;"><code>String</code></td>
|
|
577
|
-
<td style="padding:10px; text-align:center; color:#e67e22;">(*)</td>
|
|
578
|
-
<td style="padding:10px;">B\u1eaft bu\u1ed9c n\u1ebfu c\u00f3 truy\u1ec1n <code>password</code>. Ph\u1ea3i kh\u1edbp v\u1edbi password.</td>
|
|
579
|
-
</tr>
|
|
580
|
-
<tr>
|
|
581
|
-
<td style="padding:10px; font-weight:bold; color:#e67e22;">id_app</td>
|
|
582
|
-
<td style="padding:10px;"><code>String</code></td>
|
|
583
|
-
<td style="padding:10px; text-align:center;">No</td>
|
|
584
|
-
<td style="padding:10px;">MongoDB ObjectId c\u1ee7a c\u00f4ng ty. N\u1ebfu truy\u1ec1n, user s\u1ebd \u0111\u01b0\u1ee3c add v\u00e0o c\u00f4ng ty n\u00e0y.</td>
|
|
585
|
-
</tr>
|
|
586
|
-
<tr>
|
|
587
|
-
<td style="padding:10px; font-weight:bold; color:#e67e22;">cty_name</td>
|
|
588
|
-
<td style="padding:10px;"><code>String</code></td>
|
|
589
|
-
<td style="padding:10px; text-align:center;">No</td>
|
|
590
|
-
<td style="padding:10px;">T\u00ean c\u00f4ng ty. D\u00f9ng \u0111\u1ec3 kh\u1edfi t\u1ea1o c\u00f4ng ty m\u1edbi n\u1ebfu ch\u01b0a c\u00f3 <code>id_app</code>.</td>
|
|
591
|
-
</tr>
|
|
592
|
-
<tr>
|
|
593
|
-
<td style="padding:10px; font-weight:bold; color:#e67e22;">introduce_code</td>
|
|
594
|
-
<td style="padding:10px;"><code>String</code></td>
|
|
595
|
-
<td style="padding:10px; text-align:center;">No</td>
|
|
596
|
-
<td style="padding:10px;">M\u00e3 ng\u01b0\u1eddi gi\u1edbi thi\u1ec7u (Referral code).</td>
|
|
597
|
-
</tr>
|
|
598
|
-
<tr>
|
|
599
|
-
<td style="padding:10px; font-weight:bold; color:#e67e22;">g-recaptcha-response</td>
|
|
600
|
-
<td style="padding:10px;"><code>String</code></td>
|
|
601
|
-
<td style="padding:10px; text-align:center; color:#e67e22;">(*)</td>
|
|
602
|
-
<td style="padding:10px;">Token reCAPTCHA. Y\u00eau c\u1ea7u ph\u1ee5 thu\u1ed9c v\u00e0o c\u1ea5u h\u00ecnh b\u1ea3o m\u1eadt c\u1ee7a h\u1ec7 th\u1ed1ng.</td>
|
|
603
|
-
</tr>
|
|
604
|
-
<tr>
|
|
605
|
-
<td style="padding:10px; font-weight:bold; color:#e67e22;">email2</td>
|
|
606
|
-
<td style="padding:10px;"><code>String</code></td>
|
|
607
|
-
<td style="padding:10px; text-align:center;">No</td>
|
|
608
|
-
<td style="padding:10px;">Email ph\u1ee5.</td>
|
|
609
|
-
</tr>
|
|
610
|
-
<tr>
|
|
611
|
-
<td style="padding:10px; font-weight:bold; color:#e67e22;">picture</td>
|
|
612
|
-
<td style="padding:10px;"><code>String</code></td>
|
|
613
|
-
<td style="padding:10px; text-align:center;">No</td>
|
|
614
|
-
<td style="padding:10px;">URL Avatar. M\u1eb7c \u0111\u1ecbnh: <code>/images/avatar.jpg</code></td>
|
|
615
|
-
</tr>
|
|
616
|
-
<tr>
|
|
617
|
-
<td style="padding:10px; font-weight:bold; color:#e67e22;">partner</td>
|
|
618
|
-
<td style="padding:10px;"><code>String</code></td>
|
|
619
|
-
<td style="padding:10px; text-align:center;">No</td>
|
|
620
|
-
<td style="padding:10px;">ID c\u1ee7a \u0111\u1ed1i t\u00e1c li\u00ean k\u1ebft.</td>
|
|
621
|
-
</tr>
|
|
622
|
-
</table>
|
|
623
|
-
|
|
624
|
-
<div style="display:flex; gap: 20px; flex-wrap: wrap;">
|
|
625
|
-
<div style="flex:1; min-width: 300px;">
|
|
626
|
-
<h4 style="color:#2c3e50; margin-bottom: 10px;">K\u1ebft qu\u1ea3 tr\u1ea3 v\u1ec1 (Response)</h4>
|
|
627
|
-
<div style="background:#2c3e50; padding: 15px; border-radius: 6px; color: #ecf0f1; font-family: monospace; font-size: 13px; line-height:1.4;">
|
|
628
|
-
<span style="color: #2ecc71;">// Th\u00e0nh c\u00f4ng (HTTP 200 OK)</span>
|
|
629
|
-
{
|
|
630
|
-
"message": "T\u00e0i kho\u1ea3n \u0111\u00e3 \u0111\u01b0\u1ee3c \u0111\u0103ng k\u00fd th\u00e0nh c\u00f4ng",
|
|
631
|
-
"token": "eyJhbGciOiJIUzI1NiIsInR...",
|
|
632
|
-
"active": true
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
<span style="color: #e74c3c;">// Th\u1ea5t b\u1ea1i (HTTP 400 Bad Request)</span>
|
|
636
|
-
{
|
|
637
|
-
"error": "T\u00e0i kho\u1ea3n \u0111\u00e3 t\u1ed3n t\u1ea1i / Thi\u1ebft b\u1ecb \u0111\u00e3 \u0111\u01b0\u1ee3c \u0111\u0103ng k\u00fd"
|
|
638
|
-
}
|
|
639
|
-
</div>
|
|
640
|
-
</div>
|
|
641
|
-
<div style="flex:1; min-width: 300px;">
|
|
642
|
-
<h4 style="color:#2c3e50; margin-bottom: 10px;">Business Logic Quan Tr\u1ecdng</h4>
|
|
643
|
-
<ul style="background:#fff; border:1px solid #ddd; padding:15px 20px 15px 40px; border-radius:4px; font-size:13px; margin:0; line-height: 1.8;">
|
|
644
|
-
<li><b>\u0110\u1ecbnh d\u1ea1ng T\u1ef1 \u0111\u1ed9ng:</b> Email v\u00e0 S\u0110T lu\u00f4n \u0111\u01b0\u1ee3c t\u1ef1 \u0111\u1ed9ng lo\u1ea1i b\u1ecf kho\u1ea3ng tr\u1eafng (trim) v\u00e0 chuy\u1ec3n v\u1ec1 in th\u01b0\u1eddng (lowercase).</li>
|
|
645
|
-
<li><b>Auto Password:</b> N\u1ebfu kh\u00f4ng truy\u1ec1n password, h\u1ec7 th\u1ed1ng t\u1ef1 \u0111\u1ed9ng sinh v\u00e0 g\u1eedi v\u1ec1 email \u0111\u00e3 \u0111\u0103ng k\u00fd.</li>
|
|
646
|
-
<li><b>Join Company:</b> N\u1ebfu email/S\u0110T \u0111\u00e3 t\u1ed3n t\u1ea1i, thay v\u00ec b\u00e1o l\u1ed7i, h\u1ec7 th\u1ed1ng cho ph\u00e9p th\u00eam t\u00e0i kho\u1ea3n \u0111\u00f3 v\u00e0o m\u1ed9t App (c\u00f4ng ty) m\u1edbi.</li>
|
|
647
|
-
<li><b>B\u1ea3o v\u1ec7 ch\u1ed1ng Spam:</b> T\u00edch h\u1ee3p Rate limit d\u1ef1a tr\u00ean Cookie (uid) v\u00e0 IP \u0111\u1ec3 ng\u0103n ch\u1eb7n \u0111\u0103ng k\u00fd h\u00e0ng lo\u1ea1t.</li>
|
|
648
|
-
</ul>
|
|
649
|
-
</div>
|
|
650
|
-
</div>
|
|
651
|
-
`}
|
|
652
|
-
|
|
653
|
-
<div style="margin-top:60px; border-top:1px solid #eee; padding-top:20px; text-align:center; color:#999; font-size:12px">
|
|
654
|
-
T\u00e0i li\u1ec7u API Core/Auth t\u1ef1 \u0111\u1ed9ng \u0111\u01b0\u1ee3c t\u1ea1o b\u1edfi h\u1ec7 th\u1ed1ng © 2026
|
|
655
|
-
</div>
|
|
656
|
-
</body>
|
|
657
|
-
</html>
|
|
658
|
-
`},getAgentReportDefinition=async function($query$$,$id_app$jscomp$6_outputColumnsSchema_result$jscomp$2_result$jscomp$3_result$$){if(!$query$$)return{error:"Vui l\u00f2ng cung c\u1ea5p m\u00e3 ho\u1eb7c t\u00ean b\u00e1o c\u00e1o c\u1ea7n t\u00ecm."};const $cacheKey$$=`reportdef_${$query$$.toLowerCase().trim()}`;if(global.__aiReportDefCache){var $ReportModel_cached$$=global.__aiReportDefCache.get($cacheKey$$);if($ReportModel_cached$$&&Date.now()-$ReportModel_cached$$.timestamp<3E5)return $ReportModel_cached$$.result}else global.__aiReportDefCache=
|
|
659
|
-
new Map;$ReportModel_cached$$=global.getModel("reportinfo");if(!$ReportModel_cached$$)return{error:"Model 'reportinfo' kh\u00f4ng t\u1ed3n t\u1ea1i."};const $keywords$$=($rawQuery$$=>{let $q$$=$rawQuery$$.trim();$q$$=$q$$.replace(/^(xem|ch\u1ea1y|xu\u1ea5t|in|l\u1ea5y|cho\s+(?:t\u00f4i|anh|em|m\u00ecnh)\s*(?:xem|bi\u1ebft)?|t\u00f4i\s+mu\u1ed1n\s+(?:xem)?|t\u1ea1o|m\u1edf)\s+/i,"");const $withoutPrefix$$=$q$$.replace(/^b\u00e1o\s*c\u00e1o\s+/i,"").trim(),$withoutTime$$=$withoutPrefix$$.replace(/\s+(th\u00e1ng\s+(?:n\u00e0y|tr\u01b0\u1edbc|nay|\d+)|qu\u00fd\s+\d+|n\u0103m\s+(?:nay|ngo\u00e1i|\d+)|h\u00f4m\s+nay|tu\u1ea7n\s+n\u00e0y).*$/i,
|
|
660
|
-
"").trim(),$keywords$$=new Set;$withoutTime$$&&$withoutTime$$!==$rawQuery$$&&$keywords$$.add($withoutTime$$);$withoutPrefix$$&&$withoutPrefix$$!==$withoutTime$$&&$keywords$$.add($withoutPrefix$$);$q$$!==$rawQuery$$&&$keywords$$.add($q$$);$keywords$$.add($rawQuery$$);return[...$keywords$$].filter($k$$=>$k$$.length>1)})($query$$),$seenCodes$$=new Set;let $allCandidates$$=[];var $addUnique_secondScore$$=($docs$$=[])=>{for(const $r$$ of $docs$$)$seenCodes$$.has($r$$.code)||($seenCodes$$.add($r$$.code),
|
|
661
|
-
$allCandidates$$.push($r$$))},$byPhrase_byTitle_exactMatch$$=await $ReportModel_cached$$.find({$or:[{code:$query$$},{api_code:$query$$}]}).lean();$addUnique_secondScore$$($byPhrase_byTitle_exactMatch$$);if(!$allCandidates$$.length)for(var $byFirst_kw_words$$ of $keywords$$)if($byPhrase_byTitle_exactMatch$$=await $ReportModel_cached$$.find({$or:[{title:{$regex:$byFirst_kw_words$$,$options:"i"}},{api_code:{$regex:$byFirst_kw_words$$,$options:"i"}}]}).lean(),$addUnique_secondScore$$($byPhrase_byTitle_exactMatch$$),
|
|
662
|
-
$allCandidates$$.length)break;if(!$allCandidates$$.length)for(var $kw$jscomp$1_reportInfo$$ of $keywords$$)if($kw$jscomp$1_reportInfo$$.includes(" ")){$byFirst_kw_words$$=$kw$jscomp$1_reportInfo$$.split(" ").filter($w$$=>$w$$.length>1);if($byFirst_kw_words$$.length>=2&&($byPhrase_byTitle_exactMatch$$=await $ReportModel_cached$$.find({$and:$byFirst_kw_words$$.slice(0,Math.min(3,$byFirst_kw_words$$.length)).map($w$$=>({title:{$regex:$w$$,$options:"i"}}))}).lean(),$addUnique_secondScore$$($byPhrase_byTitle_exactMatch$$),
|
|
663
|
-
$allCandidates$$.length))break;if(!$allCandidates$$.length&&$byFirst_kw_words$$.length>0&&($byFirst_kw_words$$=await $ReportModel_cached$$.find({title:{$regex:$byFirst_kw_words$$[0],$options:"i"}}).lean(),$addUnique_secondScore$$($byFirst_kw_words$$),$allCandidates$$.length))break}if(!$allCandidates$$.length)return $id_app$jscomp$6_outputColumnsSchema_result$jscomp$2_result$jscomp$3_result$$={error:"Kh\u00f4ng t\u00ecm th\u1ea5y b\u00e1o c\u00e1o n\u00e0o kh\u1edbp v\u1edbi t\u1eeb kh\u00f3a.",query_used:$query$$,
|
|
664
|
-
keywords_tried:$keywords$$},global.__aiReportDefCache.set($cacheKey$$,{timestamp:Date.now(),result:$id_app$jscomp$6_outputColumnsSchema_result$jscomp$2_result$jscomp$3_result$$}),$id_app$jscomp$6_outputColumnsSchema_result$jscomp$2_result$jscomp$3_result$$;const $scoreReport$$=$apiCode_report_words$$=>{const $title$$=($apiCode_report_words$$.title||"").toLowerCase();var $code$$=($apiCode_report_words$$.code||"").toLowerCase();$apiCode_report_words$$=($apiCode_report_words$$.api_code||"").toLowerCase();
|
|
665
|
-
var $kwLower_matchedCount_qLower$$=$query$$.toLowerCase();if($code$$===$kwLower_matchedCount_qLower$$||$apiCode_report_words$$===$kwLower_matchedCount_qLower$$)return 1E3;$code$$=0;for(const $kw$$ of $keywords$$)$kwLower_matchedCount_qLower$$=$kw$$.toLowerCase(),$apiCode_report_words$$=$kwLower_matchedCount_qLower$$.split(" ").filter($w$$=>$w$$.length>1),$title$$===$kwLower_matchedCount_qLower$$?$code$$+=200:$title$$.startsWith($kwLower_matchedCount_qLower$$)?$code$$+=80:$title$$.includes($kwLower_matchedCount_qLower$$)&&
|
|
666
|
-
($code$$+=40),$apiCode_report_words$$.length>1&&($kwLower_matchedCount_qLower$$=$apiCode_report_words$$.filter($w$$=>$title$$.includes($w$$)).length,$code$$+=$kwLower_matchedCount_qLower$$*10,$kwLower_matchedCount_qLower$$===$apiCode_report_words$$.length&&($code$$+=30));return $code$$};$kw$jscomp$1_reportInfo$$=$allCandidates$$.map($r$$=>({report:$r$$,score:$scoreReport$$($r$$)})).sort(($a$$,$b$$)=>$b$$.score-$a$$.score);$ReportModel_cached$$=$kw$jscomp$1_reportInfo$$[0].score;$addUnique_secondScore$$=
|
|
667
|
-
$kw$jscomp$1_reportInfo$$.length>1?$kw$jscomp$1_reportInfo$$[1].score:0;if(!($kw$jscomp$1_reportInfo$$.length===1||$ReportModel_cached$$>=1E3||$ReportModel_cached$$>=200||$ReportModel_cached$$>=80&&$ReportModel_cached$$>=$addUnique_secondScore$$*2))return $id_app$jscomp$6_outputColumnsSchema_result$jscomp$2_result$jscomp$3_result$$={status:"multiple_matches",message:`T\u00ecm th\u1ea5y ${$kw$jscomp$1_reportInfo$$.length} b\u00e1o c\u00e1o ph\u00f9 h\u1ee3p. H\u00e3y d\u00f9ng ch\u00ednh x\u00e1c 'code' \u0111\u1ec3 l\u1ea5y c\u1ea5u tr\u00fac chi ti\u1ebft.`,
|
|
668
|
-
suggestions:$kw$jscomp$1_reportInfo$$.slice(0,5).map(({report:$r$$,score:$s$$})=>({code:$r$$.code,api_code:$r$$.api_code||$r$$.code,title:$r$$.title,description:$r$$.description||`B\u00e1o c\u00e1o ${$r$$.title}`,_relevance_score:$s$$}))},global.__aiReportDefCache.set($cacheKey$$,{timestamp:Date.now(),result:$id_app$jscomp$6_outputColumnsSchema_result$jscomp$2_result$jscomp$3_result$$}),$id_app$jscomp$6_outputColumnsSchema_result$jscomp$2_result$jscomp$3_result$$;$kw$jscomp$1_reportInfo$$=$kw$jscomp$1_reportInfo$$[0].report;
|
|
669
|
-
$ReportModel_cached$$={};if($kw$jscomp$1_reportInfo$$.form_condition_info)try{const $listinfo$$=await global.getModel("listinfo").findOne({code:$kw$jscomp$1_reportInfo$$.form_condition_info}).lean();$listinfo$$?.fields?.length>0&&($ReportModel_cached$$=await buildJsonSchema($listinfo$$.fields,0,$id_app$jscomp$6_outputColumnsSchema_result$jscomp$2_result$jscomp$3_result$$,$listinfo$$),$ReportModel_cached$$=JSON.parse(JSON.stringify($ReportModel_cached$$)))}catch($e$$){console.error("[AI Agent] L\u1ed7i khi build input schema cho b\u00e1o c\u00e1o:",
|
|
670
|
-
$e$$)}$id_app$jscomp$6_outputColumnsSchema_result$jscomp$2_result$jscomp$3_result$$=[];$kw$jscomp$1_reportInfo$$.columns?.length>0&&($id_app$jscomp$6_outputColumnsSchema_result$jscomp$2_result$jscomp$3_result$$=[...$kw$jscomp$1_reportInfo$$.columns].sort(($a$$,$b$$)=>($a$$.stt||0)-($b$$.stt||0)).map($col$$=>({field_name:$col$$.field,data_type:$col$$.datatype||"String",description:$col$$.header||""})));$id_app$jscomp$6_outputColumnsSchema_result$jscomp$2_result$jscomp$3_result$$={status:"success",
|
|
671
|
-
report_info:{code:$kw$jscomp$1_reportInfo$$.code,api_code:$kw$jscomp$1_reportInfo$$.api_code||$kw$jscomp$1_reportInfo$$.code,title:$kw$jscomp$1_reportInfo$$.title},input_conditions_schema:$ReportModel_cached$$,output_columns_schema:$id_app$jscomp$6_outputColumnsSchema_result$jscomp$2_result$jscomp$3_result$$};global.__aiReportDefCache.set($cacheKey$$,{timestamp:Date.now(),result:$id_app$jscomp$6_outputColumnsSchema_result$jscomp$2_result$jscomp$3_result$$});return $id_app$jscomp$6_outputColumnsSchema_result$jscomp$2_result$jscomp$3_result$$};
|
|
672
|
-
module.exports={apiDocs,apiReport,apiAuth,getApiContext,buildJsonSchema,getAgentApiDefinition,getAgentReportDefinition};
|
|
1
|
+
const _0x5d7201=_0x1731;(function(_0x16f4e0,_0x41d42a){const _0x2a6a80=_0x1731,_0x4f520c=_0x16f4e0();while(!![]){try{const _0x3bbe37=-parseInt(_0x2a6a80(0x96e))/0x1*(parseInt(_0x2a6a80(0xa90))/0x2)+-parseInt(_0x2a6a80(0x66c))/0x3*(parseInt(_0x2a6a80(0x8ea))/0x4)+-parseInt(_0x2a6a80(0xb35))/0x5*(parseInt(_0x2a6a80(0x5ea))/0x6)+parseInt(_0x2a6a80(0xc1d))/0x7*(parseInt(_0x2a6a80(0x757))/0x8)+-parseInt(_0x2a6a80(0x936))/0x9*(parseInt(_0x2a6a80(0x3ad))/0xa)+parseInt(_0x2a6a80(0x9c0))/0xb*(parseInt(_0x2a6a80(0x327))/0xc)+-parseInt(_0x2a6a80(0xb66))/0xd*(-parseInt(_0x2a6a80(0x279))/0xe);if(_0x3bbe37===_0x41d42a)break;else _0x4f520c['push'](_0x4f520c['shift']());}catch(_0x52d691){_0x4f520c['push'](_0x4f520c['shift']());}}}(_0x1e3e,0x4f863));const numeral=require(_0x5d7201(0x859)+'al'),moment=require(_0x5d7201(0x41e)+'t'),utils=require('./uti'+'ls'),getApiContext=_0x2bc390=>{const _0x446fee=_0x5d7201,_0x5a8ee4={};_0x5a8ee4[_0x446fee(0x67b)+_0x446fee(0x38b)]={};const _0x39d253={};_0x39d253[_0x446fee(0xc8f)]=_0x446fee(0x811),_0x39d253[_0x446fee(0x4a8)]='';const _0x36591b={'apis':{'asyncGetData':async(_0x1c0339,_0x293660,_0x542ac5={})=>{const _0x467a51=_0x446fee;return _0x542ac5['id_ap'+'p']=_0x2bc390,global[_0x467a51(0x6d9)+_0x467a51(0x7c8)](_0x293660)[_0x467a51(0x396)+'ne'](_0x542ac5)[_0x467a51(0x7b8)]();},'asyncGetList':async(_0x103e14,_0x3b5bb7,_0xf4a5cb=_0x5a8ee4)=>{const _0x4d5712=_0x446fee;return _0xf4a5cb[_0x4d5712(0x67b)+_0x4d5712(0x38b)]=_0xf4a5cb[_0x4d5712(0x67b)+'tion']||{},_0xf4a5cb[_0x4d5712(0x67b)+_0x4d5712(0x38b)][_0x4d5712(0x62b)+'p']=_0x2bc390,global[_0x4d5712(0x6d9)+'del'](_0x3b5bb7)[_0x4d5712(0x98d)](_0xf4a5cb[_0x4d5712(0x67b)+_0x4d5712(0x38b)])['lean']();}},'userInfo':_0x39d253};return _0x36591b;},_0x14a801={};_0x14a801[_0x5d7201(0x212)]=_0x5d7201(0x2f4)+'g',_0x14a801['ten']=_0x5d7201(0x2f4)+'g';const _0x2d69ec={};_0x2d69ec['code']=_0x5d7201(0x7f7)+'r',_0x2d69ec[_0x5d7201(0x4d7)]='Numbe'+'r';const _0xcb91f6={};_0xcb91f6[_0x5d7201(0x212)]=_0x5d7201(0x386)+'an',_0xcb91f6['ten']=_0x5d7201(0x386)+'an';const _0x2e8108={};_0x2e8108[_0x5d7201(0x212)]=_0x5d7201(0x700),_0x2e8108[_0x5d7201(0x4d7)]='Date';const _0x24b480={};function _0x1e3e(){const _0x4c550d=['B3b5ifm','zwXLDgu','BMC6nxa','lvr5Cgu','BtOGmtu','zxH0lwe','XinUzYbR','B3rHBfa','icbOmYa','AwDODdO','Bog6PxKGva','yxv0Aa','m3b4ihi','zt5kC28','mc4XktS','icbZDhK','BMzVx2m','iNbHzgq','BNnL','ExbL','EdSGy28','swqOjW','zMzMiJ4','B2XKoYi','CM9YoIa','ic4UlM8','phnWyw4','pc9SAt4','Ag8GqwC','ica8Dhi','BgLZDgK','idWVDge','DgvYiJ4','AEg6V3qGyG','CSo6yYb0','BIbWAmoI','mc4YktS','W7LUzYbd','ica8zgK','BgK+cIa','mJi7iJ4','ifTK4BUVia','XjhdOYb4BW','B3i6i2q','BI1IB3q','zxHLy0m','BwvUDc4','tw9Uz28','A2v5CW','Aog7QwmGBG','ietdMu5h','iJ5dAog7Qq','mda7igy','W6fJAcbS','Ecb7igi','BM90x3u','Dhi+','BhnLpc8','zw0Gy+g6Pq','zNq6idu','vmoSBsb0','mti7igi','lIbeW7LU','igTOAsa','BcbOB+g6TW','yYbt4BUria','4BQTDcaXia','DcWGDg8','ig5VBMu','mZKYyJS','mdSGyM8','zgL2pGO','y2GPihy','lIa8At4','s2JdTg5N','oJeWChG','EdSGBwe','BgK+vhi','qvbjifi','ztSGBgu','yxnLks4','qvbjig4','CI1Yywq','oImYyZm','ih0Sic4','Dgv4Dc0','mJmXn2DNvLDvyq','pc9KAxy','pgeGAhi','BJ0IDhi','ieTOW7rU','zcbZDhK','DcaOsgu','zsK6pc8','l2zVCM0','Aog7Kw5Nia','yJ5dB24','icDSAxm','DdOGnxa','AZ0IDMe','AgvPz2G','B2r5icG','AurLzMK','Aw9U','oYi+lY8','BM90zq','mcu7igi','icHbCNi','icaGtUg6VW','ysbOCMu','AmoQBsbT','Bgu9iNa','BwfZDgu','zdO8l2i','z2v0qwC','ztOXnha','XjhHU4TUAca','BIbUW6b5','yJ5MAwW','pMfJy2u','zw50qxa','CMf3icG','BM9UztS','ngy0oYa','ihBHU4eGDa','ihrLEhq','yta4ntS','icHRAgK','n2fLnJa','psj2zxi','B3b0Aw8','BgvUz3q','C+g6VsbKW7K','DhldUMmG','nxb4oYa','lJu7igm','mdaIpG','ignOAsa','icaGy28','idXOmJ4','ifnLyxi','DhjHBMC','BMrPDgK','yMPLy3q','ChGGmNa','D29YzdW','ie7HUR91ia','ssCSifq','BgLTAxq','jZSGC2u','qxv0Ag8','B25ZB2W','B3GIpGO','imsr4BUdimsr','zt4Gphm','B3i6iZK','psjJB2W','oIaWide','DUg7GsbPBG','y2fSlwe','Bgq7igm','ACoHihrY','W7PJiePt','ueKUpc8','4BQJBIbNAa','Dog6Ow8GXje','pGOGica','pc9IB2q','CJOGiLq','igZHU41Jpa','uerg','zg9JCY0','EtOGj0m','l3rOpGO','yJ48l3q','CMfWoIa','B8oGAsbY','zgvJB3i','igTO4BQJBW','zMLSzsa','BMC+cIa','zgvYCYa','Aw5SAw4','zJLMotS','oIa4ChG','zxi7iJ4','icaGpgG','icJeKmsdBG','idHWEca','CJOJmda','lIbn4BQ3yW','CJOJogu','Chb9','l2i+idW','z2LUoJa','pKlHUQ90ia','ztOGiM0','oJiWChG','imsqAEg7Gxu','icHvuKW','zw1HAwW','ihBHU4e6pa','yYb24BULia','psj0zxG','B24Vzgu','zf9Zy2G','8j+uKsa8yJ4','Dhj1zqO','l2nVzgu','ywWGy28','BgLZDeK','kftHU7eGXje','DgL0Bgu','m3b4oYi','mhb4ida','iIb0yxi','y29UDgu','ztOGiK0','l2XPpGO','igrVy3u','BMC6mta','DxjS','W6eMz3q7','Adm+mY4','pJWVBgK','BMGGmsK','CxxHUQmGDa','pNSGzxi','DxnLCIa','4BUXyY4Gpa','zMrLy2u','ihbHzgq','W7rUzYbJ','ifjLCxu','idWVCd4','yw1LDgu','zMrMywy','pc9WpGO','ihrYyw4','pc9WCMu','DcdIGjqGza','sLnptIa','ndK4zgi','Aog7HYb0Aa','oIaItCoJ','x2LKigq','igtHUQTUia','CMvMx2y','yJ5u4BUXia','BMCGy8oH','DgHLBYa','B3i9iIm','igjHy2S','ys1Yzxm','A2NHU4DUia','zxnJCMK','icDYzxa','mZaWChG','4BQ/DsbRAa','W7mGDgJdTa','DSoGignO','icaGphq','BMC6nha','Aog7SwmUia','C3rYB24','Axb0Aw8','DhKVy2G','A2vUoJW','vdWVyJ4','Bc1HBgK','ig3HU5L0ia','oInLnJC','Ec1LBMq','icHcyxm','W6fJigzP','AcaYmcK','DgJHUQv5ia','W6PUigtgSa','y29Kzsa','4BQTDcWGXje','W6mGBog7L2K','mMmZztu','Asb0AgK','yxmNlca','Aw5NoJG','BguGC2e','pgrPDIa','ysb0CSoQ','ySoQBIbK','ugfYyw0','CdO0ChG','jYK7ihq','DhjVBgW','4BQJignOAq','4BUrBMCGjG','BmoGicjM','AdO4mha','CJOGi2m','zd0NiZi','ywjSzsa','lwnVBNq','DMf0yxi','4BUxAsiSia','pc90zxG','idX0Aca','4BUboJWVza','zMLSzv8','AYiGC3q','W7qGDog6OZW','zMXVDY0','4BQNBIb0W6W','ica8Cca','C2nOzw0','ig7HUR91ia','iNzPiJ4','rsbODg0','BgXLCIa','psjMB24','zMfMytS','oYbIywm','C2uPigW','DdOYmha','4BQJihBHU4eG','y2HL','pGOkica','BMCGy2G','C29SAwq','yYb0CSAW','CIdIGjqGDa','lwXLzNq','ztOXlJe','BNmPpc8','Bgu+cIa','mdSIpGO','zMzMnwy','y29Kzq','BIaOu2K','pJXIpMe','yxK6igy','icHIyw8','qSoHBYbJ','DcbJAg8','ChGGzge','ihrVW6bU','iMzVBNq','ruXfveu','t2jQzwm','ogrIoYa','phrYpGO','pJWVDgq','n2zMoYa','DsbT4BUBAq','lMLUBMu','AEg7GxuGAW','DcbK4BUVia','Dw5JDgK','ChG7ih0','C8oHy2GG','yJ5JB24','qvbjigS','i2yZowm','A8oQihrV','rgf0zvq','B246pc8','pc9IpIa','otGWyJK','svv6ste','z8sdBIbJ','x19HAvi','Awr0AdO','idWVDhi','mJSIpIG','zMnMy2y','BMGGy8o0','mZu0mda','idXJB2q','tg9NAw4','oJaGmca','igtHU68GBa','W7LUzYbv','i2u4zJG','DhLSztO','Bs9t4BUTyq','DcaTigm','ih0kica','CZOGDhi','igJHU4CGDa','mwyWzMe','zv9Tyw4','ksb2W6aG','zwz0oIa','C3m9iMK','igZdOca8','DgfYzwe','BwfPBdi','CgXHEtO','W6fJihrY','yUg6O24GzW','mtrWEdS','CMnVBg8','zZOGmdS','BIb04BQHAq','idWVC3q','AdOXmda','zMLSzq','pIa8y28','zs1ZCge','W6aGBEg7Mxq','DgLUihu','BI9QC28','zdWVy28','oIaZChG','oIaWlJi','C3bSyxK','ihrOyw0','Bg9YoIm','4BUzDcbpyG','zxiTBgu','mcWWlda','ysaOyMe','igLKpsi','C3qTC3q','zw4GAgK','zgvYCW','W7nHiejH','zw47iJ4','ztOWlJK','pgiGC3q','CJOJodG','C2vHCMm','BMCGu3a','ihrOAEg6VW','ywn0Aw8','icbd4BQLDq','ue9tvdW','B3jLl0e','oJrWEdS','igJdRg5O','nZqWmZyYv3rtzNzd','W6bVigpdTa','iJ5uCNu','zdm1nda','ihBdOcbN','BJ4kica','4BUNysbI4BQJ','mdaWoYa','ChGGoha','oImZndK','ihvWzge','EsaOBEg6TW','yMeOmcW','DxbKyxq','W7rUzYb5','z24Gvxa','EdSGzM8','DwLSzca','imsr4BUrAsa','4BUnyY4Gwa','qvbuq0G','B25KAxq','AEg7H3uGqq','XjhHUQD5imsr','z2HPpgi','yZaZoti','AxrPB24','z+g7JwKGqq','rmo5BMCG','4BUlimsrXinU','zwn0pc8','yxbPx2m','igjVBgq','Aw5HDgK','icaGpc8','C3rYAw4','sw1Hz2u','ihrVDge','ietHU68GAW','BMHHDsa','zgL0Aw8','zwy9iG','j0nVBNm','AwnHBc0','psi1iIa','W6PTigzP','DcbJ4BQJkq','y8oHy2GG','B206mZa','EhxHUQv0ia','iJ5lAEg7GW','z2H0oMi','lcbJB2q','DcWGXjdHU5u','W7L5ignO','icaGvmoG','DgqGy28','BtOGmZa','y2HPihq','4BQLCcbTW6m','mdSGBwe','oYi+pgi','BYWGXjhHUQC','zv9JB2q','idvWEca','XRdHU6nJimsr','oJnWEdS','iZaWmdS','vhlgSog7Nw4','XjhgSog7O2mS','zdOGmsa','oJGWChG','W6PUigpdTa','igZHU5DPia','DgvUDc0','zMe7igm','BIbYzum','AwqGiZi','odu7iha','DxrVoYa','pMLKx2e','yxbPx2q','Aw5JBhu','yZO8l2q','yI5ZDhK','pc9ZCge','yM94lxm','ywyWoYi','yYaZpc8','ideYmda','4BUhihrO4BUr','DgqGC3q','Aog6QxKGka','AmoZys4','BwfPBdW','y2GGCxu','EwXLoIa','igHHEsa','Df9JB2W','icnMmgy','igVdVsb0','oJHWEdS','lwrHDge','yMXLihm','zt48l2W','BMCGDhK','ywDLlca','zNjVBuu','Bog7L2KIla','C29SDxq','BYbWAmoP','W6bTidXI','nNb4idG','pJXIpLu','DSoGBYbT','phvSihm','CM91BMq','oIaZmha','B25Z','ks48l2W','DhLFBMe','icaGpgq','AEg7G3u8lW','u3rYAw4','BcbZDhK','mJbWEdS','BgLUzs0','mJaYnGO','BIb0Age','zgLUzY0','zdOJzJK','CZ0IC2m','4BUtBIb04BQH','AEg7H24GDa','CJ4kcIa','W6XUAcaO','vg9Rzw4','CMv0Dxi','ytOGwY4','iJOGiMu','zYaOBEg6TW','4BQHAs48lW','4BUDAsbKW7K','DhlHUQmGDG','DgNHUR90iG','oYi+tM8','ifnJAgu','mtvWEca','l2i+','nxb4idi','ihbOACoQ','Eca4ChG','ksbJAog7Qq','A2vUpc8','mgi5oYa','y2fZztS','EsKGCxu','BMGGmJa','B2rLpI4','zdWVDgq','oIaXmha','Ag8Gvog6Pa','BNrYAwu','ktWVAdm','Bw9KzwW','zJnLmdS','y29WEtS','ve1mpsC','Dw1Izxi','psjMBgu','mZ4kica','DgeGDSoG','XjhHU6CGy8oH','icaGrog7RW','oduYwM5kzK9V','yNiVpIG','Bwf4Bgu','B3i6','zsbZDhK','EMu6mtm','XjdeG25Nia','W6fVig7dOa','vvjmiee','CNv54BUbBG','C3q6pc8','Aw5KzxG','vNvPigW','qwDLBNq','EcaYmha','pc9ODg0','lxn0EwW','iNv0zI0','B2rLpKy','C3bHBIa','zt0ID2K','q2fJAgu','B2rLpJW','icHku08','zMjLzwu','AwXLig0','yJKNo30','DxrPBhm','B3a6mta','ica8l3q','CgfZC3C','EdSIpKm','W6fJlGOG','l3rKpGO','pKjVzhK','zZWVy28','ieZHU5DPia','B3a6nha','W6XUAcbI','ihJdOwmG','l2fJDgK','ywDLCYa','DgJHU5fUzW','C2XPy2u','zt4G4Ocuia','pIakica','BMq6i2y','Aw5WDxq','oImYotG','yJ5o4BQ/Dq','CI1JB2W','DhiGC3q','CMfUC2y','icakica','CZO0ChG','msKUpc8','DgHV4BQHAq','oIbMBgu','ica8l2q','zgf0ysa','CJOGi2u','Ec13Awq','zhbVAw4','zw1H','BMGGC8oH','vcbd4BQIia','yxuGzog6Pq','nJy7iJ4','Aog6RxqSia','pMfWCgW','BJOWoYa','B206idi','4BQPDsbHBG','4BUNysdeKEg7Kq','ySoHBYbJ','CMf3igi','BguGC3q','iglHU59Pia','phrKihm','idHWEdS','idXSAsa','lI4Uif0','igXPW6PU','icaGidW','ztSGBwe','Dhi+cGO','4BQ3yYaXlG','ChG7ig0','z+g7JwKGyG','4BURysdeKCAW','pLrVA2u','oIaXmNa','Amo5igJHU6m','BMfTzq','BNrLCIi','qM9VBgu','BMD0Aa','C2LUAca','lwHLAwC','B25Nihq','DgLVBG','idXSAt4','ifSGEYa','ChG7igm','ysbMB3i','iZe2yta','t04GzmoG','Cg9YDcW','BwLU','z2LUlxq','B2XKoYa','zMLUze8','vvjmktW','zdSIpLK','idfWEca','lZ4Otg8','zZO4ChG','Dg9ToJG','y29UDhi','AgfZ','BEg7MxqGBa','igJHU5CGDa','icaGpgm','kfjLC3a','iokaLcbKyq','DwuGFtW','Cc4GsmoJ','pKVHUR90ia','ifbHC3m','CNqGDog7Sq','oYb9cIa','z291DcK','BhK6icC','C2v0','mtG0nZbxywvuBgm','ncbZDhK','XjhgSog7O2mG','m3b4oYa','BIbdB28','zYb7igq','BgNHU4D1ia','Ccb24BUBAq','Ev9Pza','CdSGCge','DgfTCa','mJK4mgi','BM93','AmoSigJHU4C','mhb4iJ4','ide1ChG','x3jLC3a','oYi+pgm','BgLJyxq','BMJHUQ1Wpa','mxb4idm','XRdHU6nJihq','CIb7igi','ysbMAwW','zsbSW6bT','BYbWCM8','AsbuAmoQ','zJHMntS','zdSGzM8','DgLVBI8','zs1IBg8','BM90x2K','W7mGXjfP4BUb','BtOGmta','uMf0zsa','BNqTD2u','l2f1DgG','4BQHBYaXia','idaGmxa','iglHUQnUia','ievTywK','ldaSmc4','lNnJAgu','CNmSiei','i2u2n2u','ntSIpNS','lcbN4BUTAq','Fsb9','AsbZyxu','zw50zxi','mdSGzM8','DsbI4BQJBG','lcbO4BUhia','yJ5WywC','idXTzxq','oImWmda','Awq9iG','y2vUDgu','ANvZDgK','zJLMmMy','ndbWEdS','oMXLzNq','CgfKzgK','Bsb0W6bP','mtzHmdG','B2r5ihS','idX0zca','icmZndK','zwXKihq','CUg6OYb24BUb','nxb4ihm','C2HLzca','4BUhDsaOtq','zxjZlca','pJeUifG','ywjSzt4','yw4+cIa','icbOmIa','igpdOw86','oYbJB2W','C3bHy2u','pc9OmJ4','CSAW4BUDBMC','lwjVEca','Bg9NB3u','DguPpc8','z2v0x2i','EwXLpsi','pJXJB2q','DhvYzq','y2GVrgu','oIaYChG','oMLKx2e','igpHU6DHia','W6bUzYbS','4BUhDsaOuG','4BUhBIb04BQH','CgfUpJW','ywrVDZO','yYb7igq','EwXLpsC','zYbZ4BQ9ia','zMfTAwW','AwvSzdO','idiWChG','ChKNktS','ztOGBxu','yJ4Gy2G','yJ5FAwq','Bg9Hzca','DmoGAsbS','ignVBg8','CJ4kica','Bw9Tzw4','BMC6oha','pgi+sM8','DsbJ4BQNDq','Asb04BURia','DgHVzdW','BIbNAgK','l3nWyw4','Dhj1zsa','CZSGDMe','zxiIpJW','CgfYC2u','xsbWyxi','psjIB3i','DdO1mda','odbIotS','ihDPzhq','B3jTlwy','pgi+tEg7Pq','XjhHU5fPihq','zxjdyxm','zxn0oJW','4BQVDcbIDq','W6fJigpHURC','u09oicG','psjTyxi','ywrKihy','igpdTg5N','yNv0Dg8','CI1IB3q','ktSGBwe','ssdeKmsdBG','AwDUoMm','imsrW6mGXje','ytSGFqO','CgXVywq','B206m3a','B2rLpG','DgLJywW','CdT8jM4','pMXPC3q','oJzWEdS','BweTD3i','iZm0otG','BUg6Sw0GDa','zxf1zxm','Dc48l2W','mcaWide','AwvSza','Aw5NoJu','zwz0oJm','y2GGy8oH','nZrJm2m','XjhHU4eGy+g7Mq','icaGpha','oIbYzwW','DSoGieLq','BMCGvvi','C2uGCMu','ndrHzdS','BMq6i2u','DgvKoIa','CMvMx2m','W6fJihrO','Aw5N','y2nLC3m','ksbT4BUBAq','ihrPBIa','iJ5Wyxi','yM90Dg8','yMfZzv8','icmZmZm','4BUjihpHU60G','Dw5KoIm','zY1Szwy','Ahq6ide','BweSihm','BwfW','zt0IzMW','ztOXm3a','CMvMx2W','AgLKzgu','B3DYyxa','lcbTB24','DhKGBEg7MW','DcbRAog6Qq','Dog6OYaVia','y8oHyYbb','mhb4iIa','oJeZChG','4BQ9ihrY4BQJ','zhrOoJe','C3rPzNK','lcbZyw4','CJOGiNq','igpHUQmP','ida7iJ4','w0fjiee','y8o0BMCG','oYbWywq','BgqPpc8','zdSGCge','zguPlJW','igDOAsa','BMCGDhi','Cha9','igL0ywW','4BUtBsbJAa','D3jHCha','DIbJBge','igXPBwK','zxjive0','Bwv0Ag8','zw8GzMK','ueK6ia','yYa8y28','zsbZyxu','4BUZignO4BUn','mtzWEdS','zgu+y28','icHTDwW','BMC6mtu','mtWVy28','zdOJztG','ica8Adm','4BUxAsWGAa','ChbLCIi','Dhi+cIa','BgK+pgi','phrHyMW','CI8+keq','W6PUicjM','A2HPigm','ANnVBJW','BIbbueK','BIb0W6XT','BJWVy28','B3i6iZy','Dg9Rzw4','zt0Iy28','CI8+keO','ign1CNm','oInLmwy','Dxm6idq','lcb0Agu','B3i6i2u','ica8C3a','ys13CMe','D29YzcK','4BUnyYbnBW','W6bVigTO','B2rLpNS','BwjLCJW','ntu1oYa','u2vHCMm','zxjPzJS','yxrPDMu','zJbMn2y','D3jHCdS','Ag8GySoH','CIdIGjqGCW','B2r5ktW','oInMzMy','zxiTDg8','oIaXlJi','BM90x2q','BMFgSog7NwK','DgvUx3y','BwvZC2e','Aw9UoJW','BMCGu2m','ihSGyMe','W70IcN0k','zYdIGjqGyW','AsiSig0','Chv0x2m','yJ4GvmoT','pc90Ad4','zsbJXAKU','ke3dOYbO','Ccbsyxq','oJWVzgK','pKldOw8G','oNbHC3m','Aw50CW','DgvU','ic4UlMy','ica8y28','kglHUQ90ia','qwn0Aw8','iMzSzxG','yYbUXinU','AxvZoJq','y29SDw0','B2rLpK8','lcbWywC','igHP4BUhBG','ktWVDgq','oImXnMe','z2v0','BgfWC2u','iepHUQv1ia','oYi+qM8','u09oigm','ChG7iJ4','zv9IEv8','iZjJm2u','4BQ/igzPBa','ihrP4BQ/Da','vgNdQNuG','u2vNB2u','iJ5Pzf8','l2XVy2e','C3bSAxq','Dxa8l2m','mJSIpMu','igTLEsa','CgfUpGO','ywnRz3i','BMnSAwm','zxiTCMe','y2u6ig4','icaGpgW','BIbSW6bT','EdSGDgu','B3GTC2G','yw4GC3q','oZWVyt4','zxm8l3q','BEg7M2KSia','mdG1oYa','ywqGzMK','AmoSBMGG','B3vUzdO','mda7iha','4BQJihBHU4e6','BIbS4BUnyW','zwfKzxi','CML6yxq','XRdHU5TUzYa','ztO8l2i','iJ5fBwe','BgK+pgm','Bs1MAwu','icaGih0','BtOGm3a','CMvZDwW','zcb0Agu','imsr4BUdig4','lwnVBgW','ChGGCMC','ngu7ih0','iJ48y28','DgGGC3q','zte7iha','4BQ/DcbXDq','lJfLBtS','BMCTDg8','EsdeKCAW4BUJ','pIbOB+g6TW','nMeWodu','BhnWyw4','B2XVCJO','B2r5ifi','DxrOicy','yxjZzxi','DZOGmca','D2L0Af8','mhb4o30','twL4zwq','zci+cIa','DUg7GsbJAa','DJ4kica','CgXPy2e','BZSGBwe','ysbJW7mG','iokaLcbT4BQJ','Dg9ToIa','igzVBNq','icHIAw4','zgu+tNu','BMGGy2G','EYbKyxq','ywrPDxm','AdOGmZa','imsrXinUzW','pgXPpVcFK4q','W6bUAcbJ','CMvZCg8','zw5KCg8','CM0Tzge','oM5VBMu','z2vUDf0','otSGy28','r3jVDxa','m3b4ihm','yZTTyxi','ihrO4BUrBG','mMiIpLG','4BUzDcbbCa','DEg7Mwm8lW','B250lxm','ChG7igy','B2rL','CMvKx2G','B3j0Aw4','Aw4Gq28','xtO8l2q','yZHKoYa','zgL2ihm','zwf0zsK','yI5PBM4','Aw9UoIa','BNrLCJS','ztSGCge','Amo0BMCG','DwW+cIa','nhb4oYa','4BULlJWVDa','y2HP4BQ/Dq','B29NBgu','yM9SzdS','icH2ywW','yw06pc8','CNKPlJW','iJ48yJ4','AgvHzgu','zxrLCNm','yxb0y2G','ywqGDgG','iJ4VlYa','CgfUihm','B2r5pc8','zw50lvq','pgjYlZ4','BgqIpLq','ihbHz2K','Aw9UC18','mtbWEci','owyYzJq','oInMzgu','EsbT4BUBAq','ssb0CUg6OW','ihDOAxq','DgfSlca','zt48l3q','B21Tyw4','icHgAwu','CdOGmJa','DxjLpc8','CMvMx20','z29eqIa','DcdIGjqGyG','pI4GcIa','BsbZ4BUria','Cd4kica','ChG7igi','C2nVCMu','BMC/','oJaUowu','mtSGBwK','yxrHlca','BIaODMe','ica8C3q','pgXPpKm','EcbZB2W','zs9vCgq','BwfYz2K','DgG6mZu','oYbTyxG','BMf0Aw8','kdaSmcW','DcbI4BUlia','zw4Gy2G','zM8NigS','BIdeKCoZia','BtOYmha','DgvUx2S','ndaWoYa','EEg7Gw4Gpa','Aw5NoJq','4BQJBIdeKCoJ','B2TLBIa','DgLUzM8','y+g7P2eGpa','zsK8l3q','DxrOlwi','zJLMowy','4BQHCcb2W6a','BJPJzw4','4BUbifvsta','AEg7H24Gta','tEg6RxqGAW','BMv3uge','zcaJzgq','oIaWige','zgrKiJ4','CSoQBIbJ','ChGGmdS','ktWVy28','kgjPBMe','igrHDge','z2u6ici','pc90CJ4','jNjHCNi','Bsb0CM8','yJ51Cgq','iMfJDgK','DSoGBYbM','ysbJAg8','Fsb9pc8','mdaLoYa','zog6Q24GyW','mdbWEdS','DgvYoYa','DeLKigm','Dgf0Exa','B25Zzsa','ywHVBwe','CgfNzq','lI5Dlca','Aw46mdS','DxrFCge','C29YDa','B3b5ieO','iefqstO','Aw1WB3i','y2GGyUg6OW','oci+kem','W6fJiglHUQm','tCo0ihtHUQm','oIaJzMe','mtGWChG','4BQHAs4','ifvjjYW','r2vUzxi','qxjYyxK','lMjHy2S','DcbJ4BUNyq','CJSGzM8','ihf14BQJia','pLHLBsa','idWVzgK','y+g6P24GBa','idrWEdS','DevSzw0','4BQJBMCGsG','DMuIoIa','ihtHUQfPia','B8oHigtHU68','yYaNy28','AEg7H24GEa','B3jKpc8','yxj5ksa','ChGGC28','qUg6R3qGyG','ysCUie4','idaGmca','AxrHBgK','BMq6icm','mtm3odm4Cfb5r1bz','igzPzwW','zciGFq','l3n0CM8','lcbOB+g6TW','yY48l2W','lxDLAwC','l3rYpGO','CNqVANm','Dc9MB3i','Dsb0Age','W6PUigZHU5C','pK3dTcb0','Bgu8l2i','Bw9KDwW','Dc13zwK','ihtHU6SGAW','Bgu9iMm','zt4kica','4BUbBIb0Aa','zhKGuge','zc1JB2W','l1vWzge','ie9lktW','yxKPpc8','z246Dg8','AwmGqxu','idX0CIa','yxrJAgu','oInMmMy','rMLSzq','ifbHCMe','At4kica','ywrKAw4','mgi5iJ4','z2LUyxq','EdSIpLq','pc90Axq','zL9TB2q','DcK8l2G','m2u1mdS','zxHWB3i','Awm7igi','Aw1PDcW','psj3Awq','W6fJlG','ihbOW6jU','t0nuwva','z2LUlwi','imsrAEg7Gxu','W7mGA2v5','z2LMEq','ica8l3u','ywDLBNq','ueKGDxa','B250zw4','lcbJAog7RW','CM9UzYa','laOGici','psiJzgq','iglHUQfPia','vmoQBIbS','zMXLEdO','idWVyM8','z2vUDca','AwrFyxa','yYbKW7LU','A2v5D28','zgu+cIa','zM9YBs0','EMu6mc4','lI4GxsW','Dgq+cIa','pJXIpNe','iIK6pc8','W4fdifri','Esb2W6WG','Bog6PxK','ifrO4BQLDa','zgLUzZO','CJ0Ii2q','ywjLBa','BxvSDgK','zMfMmdS','AdmGEYa','AgKGy+g7PW','idWVDwW','Aw46mca','pKnOAsa','EwXLpGO','ihnHDsa','zw07iJ4','4BUlidXJBW','B25LoYa','zog7Pw5Nia','yJ4Gpgm','AdOXnta','W7rUzYbX','AwnHDgK','zwy5ztC','igTO4BQPDq','idXIpK0','iJ5e4BUVia','zwq7igy','zYdeKEg7GYa','ysb0CMe','mhb4oYa','zt0IzM8','ywXPz24','BMGGEmoH','icaGphu','yJ4Upc8','ztuWoYa','zwfYy2G','idaGAg8','tcK8l2W','Et4kica','pLtdOgKG','DhjPBMC','Bmo9ihtdOa','zNq6mJa','lJWVDgq','jhjLz2u','zYbJ4BQNBG','icmYotG','igZHU41Jia','W6XUAcbJ','yxnZpsi','oJrWEca','Bgv0zq','mJu4nNDqCKXktW','y2JgSgeG','DgJHU7fJia','mMi7igy','ywnJzxm','zgu+u3q','W6bUiglHU5K','XjhdOYb04BUt','Dhj1zq','EsbSW6aG','DxrVo30','Aog7SwmUpa','qUg6O28GDG','ica8BgK','yxrHiokaLa','y29UzgK','BmAWDsb2','zMfMywy','DsaOrge','y+g6RxaGBG','ms4Yzw0','yYbbueK','zguNimsr','CMvHDgu','zt0IyMe','zgfUAca','vgJdTg5N','igHPzgq','BgNHU4D1pa','Aw1L','AwWUpc8','DgrLzL8','A2JHU59Pia','i2m3mJu','BMCGjMm','ihtdQM4G','ztiYoYi','ideWChG','igpHUQDUia','idmWChG','iJ4kica','yJ4GtUg6VW','Df9QC28','4BUhDsbJ4BQN','igHV4BQ3yW','4BQNBIbPBq','ANnVBIK','C3bVBNm','CMuGC3q','cIaGica','zt46idW','D2LKDgG','Bgv4oYa','zxiIpGO','W7qGDog6OYa','Aw5MBW','yYbMAwu','zgu+zMe','ihrYW7PJ','zxiGy2G','igZdOcbb','BMrWB2K','BxmSiei','yYbJ4BUzDa','W70GDmoGAq','vhLWztO','ogm4zdS','ysbLBwe','ywrK','yxrLifi','oJa7iha','4BUJyYb04BQH','XRdHU6nUzY4','ihn1y2m','oIaJmMu','oIbTDwW','W6aGtw9U','iefjiee','ieLeigm','oIm3zJG','CgLezwy','mtbWEdS','idXIpKm','zgu+lJW','Dci+cIa','y2GGAog7OW','CdOXmha','C2u2nca','oYbIB3i','pc9IpJW','ihtHUQfPxq','Dog6OwKGDa','zgvYlwW','Aw9Upte','ywXS','zgu+mtW','BEg7PwmGDa','yZnLnta','4BUrigtdSM4','BguUyMe','ihvWBg8','ChGIigi','ACoQBMC6','W6bPigTO','BMCGDog7KW','pgi+BgK','BZWVDgq','CMvJyxa','ig92zxi','z2v0tw8','ietHU68GBa','oNrVCdS','BNb1Da','zdOJmMm','oYbTyxi','A2HPigi','CNqVzM8','EdSIpLe','zt4Upc8','phrYihm','BYbJ4BQLDq','4BQLEsaOBq','CdOXChG','yxbZztS','zsdIGjqGza','Bw9UB3m','ChnLoYa','ic0G','BMnLpc8','zwvLoYa','zwzPBMK','icaGica','EcaXoha','C3mTDg8','CJOXChG','AsdeKCoJia','Bgu9iMi','oYi+zY0','mda7iJ4','DguP','Esb4DEg6Pq','AgvTysa','u2nOzw0','W6b5igZdQG','DweGzM8','DcK8l3m','AgNdQM4G','CgXLx20','rgf0zq','ugJHUQnPia','DxrVifa','zgu+pc8','Cg9YDeq','sNnVBLm','FcbHCha','tgLUAW','psjWywq','kt0+EWO','yJ4Gvg8','Aw5NoJe','zwXKigm','AtWVyJ4','DdWVAdm','DgG+cIa','l3rKpJW','4BQTCcbUAa','ChnLoMm','icH1Awq','ntSGzM8','Ad4kica','Dg9WoJe','lwjLDhC','zwXKx3m','tMLjC0K','Bgu9iNC','Cha6pc8','lxjHzgK','nJy2o2y','Dc1ZAxO','l3rHyMW','CMvWB3i','z2jHkda','icdWN5oliem','BMC6iaO','Bgu+','DguGqNK','zMyIigi','yYbJAg8','m2uWoYa','ChG7ihC','y8oHBYbW','ihjLq0e','oInJmdm','EYb1CMW','zgvSzxq','jMX0o3m','oYbIlMK','AxyGC3q','C3m9iNm','zgu+ks4','phrOihm','qvbjiee','lcbSAw0','ztSGyMe','yxbPCW','Bgu9iNq','iokaLcbI4BQJ','ica8Dge','C3n3B3i','ihBdOg8G','A2HV4BQJBG','mhb4oYi','oIaXm3a','pJX0zca','y8o0BMCI','EtOkica','otSGBwe','ufvu','BMDVrei','ihrYXRdHU50','AgvSCf8','zM9YBv8','BIbUz8AW','mJi7iha','Bgv4oJe','DtWVDgG','ySoHBYbS','4BUhDsbuCG','oYi+wwu','XjfP4BUhBIa','icHbCha','psjWB3m','BI10B3a','CJOJn2y','EdPHDxq','mJuYmeLXvLDfEG','BMCGDgK','jtSGyM8','W6b5igTO','icbeW7LU','mIK7iJ4','oYbIB3G','BNqGqSoH','DgG6idm','psjIywm','ugfNzxm','DgvYoYi','u+g7KsbKW7i','B3i6iZi','W6fVigpHUQC','mNb4iJ4','idXKAxy','CMfKAxu','z2v0psi','A2vUihG','Ag/HUQnUlG','u8sqvcbS','zd48l3q','lxnOywq','BgqGy8oZ','ugfZC3C','Dc1HBgK','iePtt04','CNKPihe','mtaWjtS','idqWmca','sNnVBG','zgvZ','DgG6mtu','t3rOzxi','zNq6ltK','AsaNAw4','z2H0oJu','i2zMzJS','ielHUQfUia','Dc1Myw0','DEg7Mwm6pa','B3jToIa','qNv0Dg8','Eci+vhi','DxNHU4nUia','A8o9lGOG','CJ0Imsi','zguGEYa','tIK6pc8','CMvK','igtdUw5N','pJeUieq','tw9KzwW','4BUhDsbJ4BUN','yJSGzM8','zxjZ','ywrLCIK','BMCGzog6QW','CNrPy2e','iMzPBgu','z3jVDw4','mc45nwu','ihnPBMG','BgrZoJW','DwvYEsa','sgvHzgu','pgnVzgu','ihtHUQfVla','oJe1ChG','BMu7igm','idnWEca','Aog6Rxq','mtbWEca','kfvstcW','z2v0psC','z2HPicG','EdSGz2e','q29WEsa','qvbjic0','B3GGEYa','ChrPB24','pI4Gr2K','CJOJzty','kIK8l3q','yJSGyM8','W6fJAcbJ','oIaZmda','pI4GtEg6Rq','yJ5MAwu','Dog7K24GDa','zwzLCNi','CNnLDd0','AEg7H3uGka','4BUDBMCGBG','zJ0I','qvbjiem','BgvHBG','yxjPys0','Asb0W6XT','CJOJmMm','CgrHDgu','ktO8l2q','ignVzgu','zwLNAhq','yw4+pha','pc9JB2q','W6aGqvbj','BMCGBmo6','AwXLiIa','AxnbCNi','At48yJ4','EhqTywW','zgvS','C2u7ig0','zdSGyM8','zgvYlxi','zJSIpGO','iNDPzhq','zxbVCNq','BgfIzwW','ihBdOcb0','CMfUzg8','vvjmig4','At5h4BUTAq','oYbVDMu','y2HVifm','ztSGFqO','BNrFDhK','CNmGlYa','oIa8y28','BMCSihm','x25HBwu','BMC8l2m','Awy7igW','lxDYyxa','zgf0ytO','yYbpyMO','Bgv0zwq','W6fVigpdOq','Axn0lxm','oIaJzMy','Aw5NlwW','qvbjieG','zY1Yzwm','oYi+XjdeGW','zt0ICge','BMC8l2G','icHszxm','Aog6QxuGAa','oJa7iIa','ihtdRg0G','B2XSyxa','CxvLCNK','zxH0','4BUTAsbXDq','mdSGCge','Dg9WoIa','Dg9mB3C','igTOW6fJ','tNvTyMu','yMXLpGO','ie9IAMu','ztSGy28','zgu+Cge','ysb9lca','ihrO4BQ/ia','igVHUR90lG','l0rLBgu','W6PUig3HU5K','4BUhignO4BUr','zgvZy3i','qvbj','y2yWzJe','mxb4ihm','pgi+zMK','A2LLicG','DCo0BIdeKq','rM9YBuq','oci+cIa','ohb4oYa','Df9JB24','zt0IBwe','EdSIpKi','BIa8y28','Bsi+vhu','ywrTAw4','iLtdQM4G','C3m9iMe','lJePoYi','Dog7SsaOzW','DwuIpG','lI4UzMK','z2LUlwW','zt4UieC','DIbZDhK','nta7ig0','D2vPz2G','oYb0B3a','zgu+oIa','DcdIGjqGEW','pK5Vpc8','x2jSyw4','B3i6iZe','4BQLEsa8yG','l2rPDJ4','oYb0zxG','Bgq7ig0','B3jKoJW','DgNHUR90ia','pNjLuge','B3r0B20','zgu+iokaLa','oInMngy','sEg7HLuGqq','Aw4TBgu','pSsrAEg7Gxu','lxzHBhu','CMrLCJO','BweGy2G','yJ10AgK','A2DYB3u','iokaLca8yW','zgu+sNm','Aw5Npc8','y2S7ig0','u09oiee','yUg7MsbK4BUV','A2JdTg5N','l2i+ifq','yYdeKEg7I24','B250zxG','yMLUyxi','W6fVia','Eci+cIa','Bcb2W6aG','BEg6RxqGAW','BNnMB3i','imsrW6mGDa','zYaOrMK','AsbI4BUpia','DwLKksa','zt4Gzg8','AMvJDeK','pIbuB2S','DxnLCI8','B2rLpKi','yw5Zlxm','Aw5MBY0','Dg9vCha','CY10B2S','EMu6mtq','BgqGzMK','Ahq6yM8','vmoassbm','vgJdOg5O','BEg7M2KUia','Bog6PxKGza','BNvTzxi','igtgSog7M2K','C2HHzg8','iMjHy2S','BgKGC3q','iIb9','ica8DwW','y29SB3i','zog7RYbSAq','pLLLCZW','icHnB24','AgKGDgK','Ew5JicG','jYb0yxi','tKC6ifG','zdSGy28','i2vLzsi','iJ5oBZW','4BQ/DcbJ4BUN','wg/dOsbO','imsr4BUdigW','AwXLiI4','DcdIGjqGyW','BYbJW6fV','zZOXnxa','ogy1oYi','pIbqAog7Pq','zwy9jW','y3qGy8oZ','Adq+cIa','AEg7H24GBa','zt5pyMO','mti7iJ4','CNjHEsK','oNjLzcC','psDMB24','zwz0oJi','ig1HCMC','oIaWlJK','iJ5l4BQ/Da','BMDOXkLH','ke3HURDJia','ihzHCIa','z+g7RwKGDG','ihtHU5nUia','AdO3mha','oIaJmJK','zguGC3q','BgLNBJO','yxbWzxi','CM91Dgu','Dc10CMe','iMnVBg8','Dsb0CNu','ysbJW6fJ','DcbU4BQ/Dq','BIb2W6bV','zJSGyM8','pKLeigm','Dxm6nha','r+g7RwKGqG','CMDPBJO','FsbOB+g6TW','ihrYDxK','idXIDxq','vhj1EEg7Gq','CNmGyUg6RW','ihtHUQfVia','Aw4GBSoG','4BQ3yYa8yG','Asb0AEg6VW','imsqXinUzW','BtOGDxa','B3jKlca','Adm+cIa','zxj5ks4','oMnLBNq','Dw5KoIa','y8oZigTL','pc91Bd4','yM9KEq','icHivfq','BSoGEs48','4BQJBIdeKEg7KW','igXP4BUhDq','AsdeKwfU','8j+tJIdeKmoIEq','idiWmJy','B3jKzxi','BcWGCge','mc44nwu','C2L6ztO','DdO8l2i','EdSGANu','rog7RYbSAq','zhK+cIa','igvYCM8','BNqUz2u','C+g6Tw4GCW','XRbHihpHURu','BYbIW6fV','pgXPihm','ztOXmxa','igf1Dg8','AEg7H2mUpa','ysb0Agu','y29TBw8','pJXIpKm','ig7dOhKU','l2H0BwW','Dg9ToJe','zxiTyM8','lZPFAwq','ig5NXRdHU50','4BUBAs48lW','zw50oIa','ysK6pc8','zMLSDgu','B2rLBa','Ahr0Chm','4BQLDsb0CG','Bs1Kyxq','4BQNBJWVDa','yMvSigy','pc9ZDhi','zwXKktW','Dhj1EEg7Gq','yNxHU5LJpa','y2vHoYa','4BUBAsdeKEg7GW','s+g6V3qGCq','AYCGC3q','odbWEdS','yxv0Ac8','yJ5SAxm','CNrPywW','4BUbigvTyq','xhuWmdm','EdSGyMe','pKHLywq','iefqssa','mc4WnsK','imsr4BUdihq','qvbjigm','W6bVigXV','mtmXnLnpz2vtyq','pLn0CMK','x2fWAv8','Aog6Qxu8yG','XRdHU5TP','zwXKig4','FqOkphm','B3i6icm','oJe0ChG','AwWGXjhdOW','y8oHBW','CMvM','BML0Aw8','DcbIW6fV','BguUieq','pNbPy3q','ysbIW6PU','y8wPlGOG','x2zPzwW','DxbWzxi','XjddRw5Oia','lIbo4BQ/Dq','AsbRAg8','igpdOwmG','oIaJmMm','Ag8Gy8oH','BMuTAgu','CdOGnda','BM90x2e','oI8V','BMCGvog7Sq','B+g6OxqPlG','zcaJzty','C3r0','4BUWqYaMia','oIb7igW','zgu+lIa','otK5ChG','4OcuigZHUQv5','iJ5nzxq','CgvYiJ4','y+g6PxuGDa','q8oHyYb0','DgfIBgu','phrLEhq','igXVD2u','y29Kzt4','DdOGms4','y29KztO','vhjHBMC','CMLUzZW','Bgv4lxC','E2LKx2e','y3qOktS','y2GGBMG','EdSGDhi','ChvZAa','AgNHU4n1ia','yw8GDmoH','4BUnyYaOqG','pgi+XjdHU4S','ktSIiaO','ihpHU5eGyG','BgLKicm','Aog6T24GXje','iczUyNm','oIaXih0','icnMzgy','ueKGBMC','pJWVy28','zgf0yxq','zwvUoYa','pKDfvdW','igpHUQv1ia','yw5Oihm','igjVCMq','mtm5nxfNs0LjAq','kerLBgu','zty3zti','B2rLpIa','CY1Zzxi','mNb4ihi','ysbJAge','W6b5imsr4BUd','CgfNAw4','lJWVBgK','Dxm6m3a','z+g7K20GyW','BMCGke0','zxbHC3m','B24VANm','n2uYmJS','pGP7cIa','lcbizwe','x19HAue','ksGP','ic5Zy2G','iZy2nJS','zt5FAwq','cGOGica','CdO2mha','t04Pic0','4BQJBMCGuW','DMNHU4DJ','AEg7H3uUia','B250lxC','B2n1Bwu','Eg/dOq','XjhHU5LUzYa','Ag9Kpc8','oIaIBCoJ','td1VoYa','BMzVlwm','EdSGBgK','A8oOBsbM','B2rLpK4','jZSGyI4','EWOGici','ig7dOhKG','odu7igy','zZ4kica','CMvKoYa','i2qZntq','zYbSB+g6Oq','yUg6R3qGyG','BIbKXRdHU5S','BMCTyM8','yYb04BQHAq','C29UicG','ihrOXRdHU50','EYbJB2W','zd4kica','mJe3mJa1AKjuzenf','BgfUzZ0','idX1Bca','CIbVpwi','q+g6PxuGAa','DgLWyxi','B+g6O24GBq','CJSIpK4','Eg/dOt4G','CJWVy28','4BUPyYbUXim','zdOJzMy','DdWVy28','r0vupc8','yxrLksa','DcbIDEg7Mq','W6mGDog7K24','Dc1uExa','yYbI4BQJBG','zMLLBgq','zgu+lca','ihnVBgK','4BUBAtXICG','CNmGkfq','l3vSpGO','A2HPihu','B246ywi','Dgv4Da','y2TNCM8','BL9JB2q','sog7Jsb2W6a','zMLUza','AxyGy2W','Cg9UC2u','CZSGzM8','CYb9ih0','pLbpu1q','imsrXRdHU6nJ','C1DPDgG','ExbLoJW','EYbMB24','lwjVDhq','igVdVs48','4BQJihrY4BQJ','zgL1CZO','XRdHU6nJlJW','i2rKzdS','icleKCAW4BUD','CJOJmty','zog6PxuGCa','yxbPx3u','C3rYDwm','zxiTy28','lNnLBgu','icaGigi','XjhHU4mGDgG','DhLWzv8','pNSGzgu','4BUXimsr4BUzBG','oMjVBgq','AEg6V3qIla','Cg9YDa','EdSIpJW','Aw4TyM8','BYbbssa','EsdeKEg7PYa','zw1Higi','x2nVBMq','ztfMmgy','kgnOBYa','Dg9Uig8','igTP4BUhBG','ueKGDhi','zdOJzJi','DsbWAog6Qq','oJe7ig0','ihn0EwW','4PYfimsqW6mG','zgu+l2K','tEg6T2mGXje','q29VA2K','qMfKifi','nde0odfttwj3zNy','4BUlig3HU5TP','ysGWlda','4BUrks4Gpa','zgu+ihy','BtOZChG','idXIpKi','iZu1ntS','y2f0Aw8','z2HPihy','B3i6iZa','B25NpGO','AwWGCgG','W7rUzY4G','rMLSzxm','keHuvfa','iJ5dAmAW','Bg9YoIa','vgHHBsa','yw5ZAxq','oYi+q2G','C3vJy2u','CIi+pgi','pgi+ufu','EsaOsLm','ihbO4BULia','Dcb0CMe','DmoGAsbR','iIbZDhK','ieHLywq','EsWGy8oH','l2fWAs0','iJ5izwe','zdSGBwe','EdSIpG','CMDPBI0','zwXKoIa','imsr4BUzBMC','q+g6PxuGDa','nJDLmJi','iZi5oda','DMvYDgK','B3C6ida','Dg87ig0','l2LTCg8','BIbMAwW','EsdeKEg7LwK','iftdOgKG','igVdVtWV','zYbJAmoT','BI13Awq','iff1zxi','ChGIpGO','AgfTihm','EsbKW7LU','ica8iuq','x2nVBhu','idX0ywi','icaG','pKTO4BUFAq','l2fWAq','EdSGyM8','q29UDgu','zcK8l3q','zIiGyM8','ihvYBdO','zgrPBMC','yNiVpGO','igZdOg0G','vog7KwKGDa','B3i6iha','tw9Tzw4','B248l2m','BMzV','DgGP','DcX0B3q','CMrLCI0','CMfWCgu','q29SDw0','iJ7WN6swiem','zMzMiIa','ifrHAg8','zxnZywC','BMCGy8o5','pJiUimsq','BwL0oJW','mc4YCZS','ztHMogy','odSIpGO','BY48l3a','iJeIigi','CMvWBge','l2i+lJW','n2y4yZG','ica8DgG','W6aGpgnV','ysK8l2G','Aw4TDg8','zMXVDZO','BweGySoQ','DcdIGjqGXje','nhb4idG','C2u6y28','y+g6PxuGAa','ldiWmda','BMCGyxa','igZHU5DPiG','ica8Dgq','yxbWBgK','iM1HCMC','AxnWBge','AgfKB3C','B2rLpMK','ChG7ihq','zg9TywK','BMCTBgu','idaGmta','4BQHAsbMBW','ihrOzw8','lxnOCMK','zgu+q28','oInLogy','zw07ihq','zMLSztW','tgLTAxq','C3rHCNq','W6eGDhlHU4S','EcaWoYa','sLnptIe','EcaZChG','zxnWB24','CUg7OZOGpa','yxjNAw4','CKHutuW','Bgu9iMy','zsbT4BUBAq','BwfF','Axy+cIa','AxPLoJe','Bwu8l3q','Aw5NoIa','B3nWywm','ztiYoYa','i2zMzJG','pMnVDw4','BgrFC2m','BhvLigy','ywWSiha','Bd4kica','zxqGqNK','x3vZzwq','DgJHU4mGyW','Dg90ywW','4BUBAsbO4BQH','BMCGpgm','Aw9Ul2O','owy5zJK','pc90ywi','DhrVBtO','CgfJztS','oYi+tCoJ','Dw5KpsC','ntSIpGO','BMq6BM8','4OcuigTOW7q','ytWVy28','lIbdW7mG','tUg6V3uGDa','ifzoigG','y3qGCUg7LW','oIa1ChG','CMf3ihe','yYbUAog6Rq','B3DLCMm','AsbUAmoH','Eci+vmoQ','BgNHU4D0ia','l2i+pc8','zYbpyMO','B206ide','W7mGpgnV','B2XKiJ4','CZO2ChG','pGO8C3a','igFHU61Pia','DsbuB2S','zgf0yq','y291BNq','ieLektW','Aw5LC3m','Dcbd4BQLDq','imsr4BQNEsa','EdOGyxu','lxnPEMu','B3nPDgK','4BUzyYbU4BQ/','C2vYlue','EdSIpGO','yNxHU5LJia','ChG7igW','igpdOw8G','mcaXmha','igXPBMu','zog7SweGDa','nd4kica','C3r5Bgu','zw50cIa','4BUNysbMAq','mMDuse9wtW','B24OkxS','ihBHU4eGvq','DsbRAgK','w2rVy3m','CMzSB3C','zM9UDc0','CJOJyZa','rgvMq2e','lxrVCdO','ig9IAMu','rxHJzwW','Bgq7iJ4','psiXiIa','pKvTywK','B2XPzca','oIa0ChG','ywXPyZS','CMrLCJ0','ufrdsee','zZO0ChG','BMC6idy','yNnWoYa','ihrY4BQJia','lwzHBwK','zdOJzMq','ihtHUQmGyW','zw50qNK','CIbZ4BQ9ia','4BQ3yYdeKEg7IW','4BUzDca8yG','DgG6mta','ihjHDYa','zf9HCha','B3b5oYa','zcGNy28','zhKGkeO','4BUXyYaMia','zgLZCgW','4BQLEsb04BQL','CM0TzMK','B246ihS','icbh4BUTAq','oYi+','BIb0CMe','ig1LC3m','yM9Yzgu','BtSIpKe','r0vu','4BUVigXP4BUh','BMC6ide','zYbUAog6Rq','iZi3ywu','y2m3mtS','EdSIpKS','CgvYy2e','l3nPz24','AwXLicG','Axy+','AxqSihq','BMGGXjfH','l2fWAs8','i2mWmZK','4BUDBMCGza','zw1HlxC','D2L0Ag8','BSoGEsbO','B2rLpLm','oJaUotu','zcaJzwu','CMfUzYa','4BQNBIbS4BQL','iaOGica','ida7iha','mdSGy28','CcbRzxK','4BUrigVHUR90','AsbNAEg7MW','zZOXmha','zxjYB3i','Cgf0Aa','yxbPqxu','AwX5oIa','zJu7iJ4','Bgu9iM0','As48l2W','p2LKx2e','W7LUzYbJ','BIbuCUg7Jq','oInLzwu','DxjZB3i','yJ5qt1m','zM9Yrwe','zNq6idm','yxbZztO','zMzMoYa','yMfJA2C','zxrOB2q','AxbHCNq','icaGlMe','zgi7jZ4','uKWGy+g7PW','oIaIXjhgSa','AhrTBca','BNqTC2K','igpdOw88','CMvXDwK','lI4Gxq','oIbBihS','lMLUzM8','CIb0pwq','AgvTys4','CcaOy8o0','pLf1zxi','Ccb0AmoQ','yw4+idW','mhb4ide','ohb4oYi','imsr4BUlBMG','CI1Szwy','CgfYDc8','pc90zd4','BMS6mdS','yJ4GAg8','mJSIpM4','4BUnBIK8lW','DhLWzq','ChGIpKS','AmAW4BUBBMC','ig3HUQ10ia','AwDUoMW','AdOGmti','Aw46ida','tKFgR+g7NeK','BEg7M2KUpa','oYbMB24','EYbLCNi','BwfNzxm','zxjZigm','4BUDBMCGDa','pKnVBNq','psaXihm','idWVDgq','DwWGC3q','pc9OmZ4','DxbSB2e','jg9WDgK','DhjPBq','ieXVz2K','Dg9ToJm','BmoGBsb2','yxbPzgu','Dg9WoJG','BgvMDdO','AwvSzca','B25NB0q','pKjHC2K','CcbZDhK','DwnJzxm','AwXLihq','CZOGm3a','oJWVyJ4','mZq5ogq','AgvVigq','jg9Y','mte1Dej2vKHL','pgXPpJW','ifrOyw0','nta7igy','icaGia','icaGqva','AgvHzd4','nZi1ngu','z2v0qxa','z246y2u','yJSGCge','yw1Lpc8','lxDPzhq','C2uG4Ocuia','B2LUDgu','ztOXmNa','y8oHBYbU','pJiUiei','EdSGzgK','B3rHBcW','C3vIC3q','CIdIGjqGmq','yxKGXjhHU5u','i2uXzJa','yM9KEt4','AMvJDca','vgLTzq','oMnVBgW','ignODEg6Qq','ktWVAdq','ignSyxm','W6fJievU','BMGGzog6Oq','4BQTDcbK4BUV','icjTzxm','zJG7iha','DgLVBL8','mNb4idq','ztWVyJ4','oJCWChG','AEg7H3uGyW','B2XHCYC','lwL0zw0','4BUrpc90Aa','vvjmlca','CJSGy28','Dw5Nigm','oYi+cIa','B2rLihm','mZeYqwDjr1vk','ih0GFq','AM9PBG','ChGGmJa','igtdSM5N','zMyZzta','DfrPBwu','Dg9tDhi','BtSIpGO','y3jLyxq','x3nJAgu','EmoHyYb0','DdPIB2W','A2JHU5TWia','A2JHUQL1ia','ihtHU5vUzW','zt5tDhi','BJ48l2W','XjddONKGBa','y29SBge','qIbrDwu','CMq6pc8','Bxb0l2m','Bw5Zx3m','AcbZDhK','uMvWB3i','DhLSzt0','Aw5HCNK','zYbZDhK','igzPBgu','BM5LCKG','zYbT4BUxAq','zgqIpGO','zwz0iJ4','zwn0igm','W7rUzYb0','W7PJig3dTa','ktWVAt4','CMNdQM5N','BMHP4BUbDq','XjhHUR9Timsr','lwfSAwC','x2LKigW','ue9tva','zxjZihi','igldOw8G','zf9UB3q','DxNHU4fUia','4BQRBIbMAq','yJ4Gsuq','y8oZidXJ','lwnVzgu','y2HLBwe','igjVEc0','BNqTvhK','idX0CJ4','otSGzM8','pgi+CMu','ldaSmcW','yxKPigm','XRdHU51UzYa','At48y28','lcb0B3q','B25Zzq','mtvWEdS','XjdgSog7O2mG','sLnptLa','yxrPB24','revmrvq','BMCGDgG','q3jLyxq','BYbMAwu','AwqGi2u','mcWWlJe','yYaOBUg6Sq','DgJdQM0G','AxqGzog7Sq','nxb4idq','EMu6ide','ywWSihq','yJ5VBgq','igTOB+g6OW','igrLBgu','CMrZx3q','CZWVDgq','BgXHChm','EuPOyKC','B29RAwu','zYbZAw4','zxjJB2W','ihnJAgu','ChG7iIa','BMC8l3q','C2vYlIa','z2uSihq','ueKU','zZOGnxa'];_0x1e3e=function(){return _0x4c550d;};return _0x1e3e();}_0x24b480[_0x5d7201(0x212)]=_0x5d7201(0x22d)+_0x5d7201(0x689),_0x24b480['ten']=_0x5d7201(0x22d)+_0x5d7201(0x689),_0x24b480[_0x5d7201(0x9a6)+'data']=_0x5d7201(0x700);function _0x1731(_0x15dbb9,_0x3e1c1f){_0x15dbb9=_0x15dbb9-0x1b0;const _0x1e3e08=_0x1e3e();let _0x173127=_0x1e3e08[_0x15dbb9];if(_0x1731['BQXEWo']===undefined){var _0x58040f=function(_0x59518c){const _0x9e5cf2='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x522d0d='',_0x538fe0='';for(let _0x14a801=0x0,_0x2d69ec,_0xcb91f6,_0x2e8108=0x0;_0xcb91f6=_0x59518c['charAt'](_0x2e8108++);~_0xcb91f6&&(_0x2d69ec=_0x14a801%0x4?_0x2d69ec*0x40+_0xcb91f6:_0xcb91f6,_0x14a801++%0x4)?_0x522d0d+=String['fromCharCode'](0xff&_0x2d69ec>>(-0x2*_0x14a801&0x6)):0x0){_0xcb91f6=_0x9e5cf2['indexOf'](_0xcb91f6);}for(let _0x24b480=0x0,_0x287e74=_0x522d0d['length'];_0x24b480<_0x287e74;_0x24b480++){_0x538fe0+='%'+('00'+_0x522d0d['charCodeAt'](_0x24b480)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x538fe0);};_0x1731['QTXGRI']=_0x58040f,_0x1731['feUPqW']={},_0x1731['BQXEWo']=!![];}const _0x30633b=_0x1e3e08[0x0],_0x2ff4ce=_0x15dbb9+_0x30633b,_0x440bbf=_0x1731['feUPqW'][_0x2ff4ce];return!_0x440bbf?(_0x173127=_0x1731['QTXGRI'](_0x173127),_0x1731['feUPqW'][_0x2ff4ce]=_0x173127):_0x173127=_0x440bbf,_0x173127;}const _0x287e74={};_0x287e74[_0x5d7201(0x212)]=_0x5d7201(0xb4f),_0x287e74[_0x5d7201(0x4d7)]=_0x5d7201(0xb4f),_0x287e74['type_'+_0x5d7201(0xa7a)]=_0x5d7201(0x700);const _0x132168={};_0x132168[_0x5d7201(0x212)]='Array',_0x132168[_0x5d7201(0x4d7)]='Array';const _0x30a8de={};_0x30a8de[_0x5d7201(0x212)]='Mixed',_0x30a8de[_0x5d7201(0x4d7)]='Mixed',_0x30a8de['type_'+_0x5d7201(0xa7a)]=_0x5d7201(0x776);const _0x2c2ccc={};_0x2c2ccc[_0x5d7201(0x212)]=_0x5d7201(0x608),_0x2c2ccc[_0x5d7201(0x4d7)]=_0x5d7201(0xa9b),_0x2c2ccc[_0x5d7201(0x9a6)+_0x5d7201(0xa7a)]=_0x5d7201(0x2f4)+'g';const _0x27c487={};_0x27c487[_0x5d7201(0x212)]='Pdf',_0x27c487[_0x5d7201(0x4d7)]=_0x5d7201(0xc71),_0x27c487[_0x5d7201(0x9a6)+_0x5d7201(0xa7a)]=_0x5d7201(0x2f4)+'g';const _0x3fb4d1={};_0x3fb4d1[_0x5d7201(0x212)]=_0x5d7201(0x29d),_0x3fb4d1[_0x5d7201(0x4d7)]='Image',_0x3fb4d1['type_'+_0x5d7201(0xa7a)]=_0x5d7201(0x2f4)+'g';const _0x470393={};_0x470393['code']=_0x5d7201(0x779)+_0x5d7201(0x608),_0x470393[_0x5d7201(0x4d7)]=_0x5d7201(0x779)+_0x5d7201(0x608),_0x470393[_0x5d7201(0x9a6)+_0x5d7201(0xa7a)]='Strin'+'g';const types=[_0x14a801,_0x2d69ec,_0xcb91f6,_0x2e8108,_0x24b480,_0x287e74,_0x132168,_0x30a8de,_0x2c2ccc,_0x27c487,_0x3fb4d1,_0x470393],buildJsonSchema=async function(_0x3b2d93,_0x2d6454=0x0,_0x402377,_0x3122d2){const _0x5330a0=_0x5d7201;if(_0x2d6454>0x5)return{};const _0x1182b6=_0x3b2d93[_0x5330a0(0x8ce)+'r'](_0xa57c77=>[_0x5330a0(0x4c5)+'t',_0x5330a0(0x597)+'h',_0x5330a0(0x597)+'ho']['index'+'Of'](_0xa57c77[_0x5330a0(0x384)])>=0x0||_0xa57c77[_0x5330a0(0xb0e)]!=_0x5330a0(0x544)&&_0xa57c77[_0x5330a0(0xb0e)]!=_0x5330a0(0x782)+'n'&&_0xa57c77[_0x5330a0(0xb0e)]!=_0x5330a0(0x4db)+'n'&&_0xa57c77['type']!=_0x5330a0(0x707)&&_0xa57c77[_0x5330a0(0xb0e)]!=_0x5330a0(0x9ce)&&types['find'](_0x1f0502=>_0x1f0502[_0x5330a0(0x212)]==_0xa57c77[_0x5330a0(0xb0e)]));await Promise[_0x5330a0(0x6ca)]((_0x3b2d93||[])['filte'+'r'](_0x46e7c8=>_0x46e7c8[_0x5330a0(0x564)+'r'][_0x5330a0(0x332)+'Of'](_0x5330a0(0x302)+'n\x20')>=0x0)[_0x5330a0(0x46b)](_0x1d7bd7=>{return((async()=>{const _0x464e29=_0x1731;if(_0x402377&&_0x3122d2){let _0x1f8c9d=_0x1d7bd7[_0x464e29(0x564)+'r'];_0x1f8c9d=_0x464e29(0x302)+'n\x20(as'+_0x464e29(0x865)+_0x464e29(0x709)+'\x20\x20\x20\x20\x20'+_0x464e29(0x6ef)+_0x1f8c9d+(_0x464e29(0x69d)+_0x464e29(0x512)+_0x464e29(0x949));try{const _0x1c3bcc=new Function(_0x464e29(0xc37)+'r',_0x464e29(0xa07)+'t','Numer'+'al',_0x464e29(0x803),_0x464e29(0x342),_0x464e29(0xc9f)+'xt',_0x464e29(0x981),_0x464e29(0xc99)+_0x464e29(0xa09),_0x1f8c9d),_0x150b4e=getApiContext(_0x402377);let _0x3e29f4=await _0x1c3bcc({},moment,numeral,_0x150b4e[_0x464e29(0x738)],{},_0x150b4e,_0x1d7bd7,_0x3122d2);_0x1d7bd7[_0x464e29(0x564)+'r']=_0x3e29f4;}catch(_0x52e6a6){console[_0x464e29(0xadf)](_0x52e6a6['messa'+'ge'],_0x1d7bd7[_0x464e29(0x564)+'r'],_0x1f8c9d),_0x1d7bd7['heade'+'r']=_0x1d7bd7['name'];}}else _0x1d7bd7['heade'+'r']=_0x1d7bd7[_0x464e29(0x384)];})());}));const _0x2055ee=await Promise['all'](_0x1182b6[_0x5330a0(0x46b)](async _0x4f79fe=>{const _0x22e387=_0x5330a0;let _0x344dfe=types[_0x22e387(0x98d)](_0x47758e=>_0x47758e['code']==_0x4f79fe[_0x22e387(0xb0e)]),_0x1f32ed=_0x344dfe?_0x344dfe[_0x22e387(0x9a6)+_0x22e387(0xa7a)]||_0x344dfe[_0x22e387(0x212)]:_0x4f79fe[_0x22e387(0xb0e)],_0x45f22a={'type':_0x1f32ed,'required':_0x4f79fe['requi'+'red']==!![]||_0x4f79fe['requi'+_0x22e387(0x789)]==_0x22e387(0x674)?!![]:undefined,'maxlength':_0x4f79fe[_0x22e387(0x329)+_0x22e387(0x387)]?Number(_0x4f79fe[_0x22e387(0x329)+_0x22e387(0x387)]):undefined,'header':_0x4f79fe['heade'+'r']||_0x4f79fe['name'],'description':_0x4f79fe['api_d'+_0x22e387(0x1c2)+_0x22e387(0x7a8)]||_0x4f79fe['heade'+'r']||undefined,'hidden':_0x4f79fe[_0x22e387(0x3cc)+_0x22e387(0x6dc)]===!![]||_0x4f79fe[_0x22e387(0x3cc)+_0x22e387(0x6dc)]===_0x22e387(0x674)};if(_0x4f79fe['ref_m'+_0x22e387(0x8cf)]){let _0x292e54=_0x4f79fe[_0x22e387(0x57c)+_0x22e387(0x8cf)];const _0x175a35=typeof _0x292e54===_0x22e387(0x29c)+'g'&&(_0x292e54[_0x22e387(0xb23)]()['start'+_0x22e387(0x994)]('{')||_0x292e54['trim']()['start'+_0x22e387(0x994)]('[')),_0x1afdd4=typeof _0x292e54===_0x22e387(0x29c)+'g'&&_0x292e54['index'+'Of'](',')>=0x0;try{_0x175a35?_0x292e54=utils['JSONP'+_0x22e387(0x527)](_0x292e54):_0x1afdd4&&(_0x292e54=_0x292e54[_0x22e387(0x4f3)](',')[_0x22e387(0x46b)](_0x4a17c2=>({'code':_0x4a17c2,'name':_0x4a17c2})));}catch(_0xbefafa){Logger[_0x22e387(0xadf)](_0x22e387(0xa94)+_0x22e387(0x42a)+_0x22e387(0x458)+_0x22e387(0x610)+'el',_0x292e54,_0xbefafa);}if(Array[_0x22e387(0x7c5)+'ay'](_0x292e54)){const _0x3609b2={};_0x3609b2[_0x22e387(0xc49)+'ns']=_0x292e54,_0x3609b2['value'+_0x22e387(0x8fc)+'d']=_0x4f79fe[_0x22e387(0x1ba)+_0x22e387(0x44e)]||'code',_0x3609b2[_0x22e387(0x7cf)+'_fiel'+'d']=_0x4f79fe[_0x22e387(0x46e)+_0x22e387(0x63b)]||_0x4f79fe[_0x22e387(0x1ba)+_0x22e387(0x44e)]||_0x22e387(0x384),_0x45f22a[_0x22e387(0xc49)+'ns']=_0x3609b2;}else{const _0xbd8939={};_0xbd8939[_0x22e387(0x212)]=_0x292e54;const _0x24e510={};_0x24e510['api_c'+_0x22e387(0x54d)]=0x1,_0x24e510[_0x22e387(0x212)]=0x1;const _0x52c2b8=await global[_0x22e387(0x6d9)+_0x22e387(0x7c8)](_0x22e387(0xbe5)+_0x22e387(0xa09))[_0x22e387(0x396)+'ne'](_0xbd8939,_0x24e510)['lean']();let _0xd2d072;if(_0x4f79fe[_0x22e387(0x45c)+_0x22e387(0x28e)+_0x22e387(0xc2e)])try{_0xd2d072=utils['JSONP'+'arser'](_0x4f79fe[_0x22e387(0x45c)+_0x22e387(0x28e)+_0x22e387(0xc2e)]);}catch(_0x497e6c){}const _0x3bbe6a={};_0x3bbe6a[_0x22e387(0x57c)+_0x22e387(0x8cf)]=_0x52c2b8?.[_0x22e387(0x31d)+'_code']||_0x52c2b8?.['api_c'+'ode']||_0x292e54,_0x3bbe6a['value'+'_fiel'+'d']=_0x4f79fe['ref_f'+_0x22e387(0x44e)]||_0x22e387(0x212),_0x3bbe6a['label'+'_fiel'+'d']=_0x4f79fe[_0x22e387(0x46e)+_0x22e387(0x63b)]||_0x4f79fe[_0x22e387(0x1ba)+_0x22e387(0x44e)]||_0x22e387(0x384),_0x3bbe6a['condi'+'tion']=_0xd2d072,_0x3bbe6a[_0x22e387(0xbe5)+_0x22e387(0xbd7)+_0x22e387(0x54d)]=!_0x175a35&&!_0x1afdd4?_0x292e54:undefined,_0x45f22a[_0x22e387(0x8f5)]=_0x3bbe6a;}}Object[_0x22e387(0xbf7)](_0x45f22a)[_0x22e387(0xaec)+'ch'](_0x18cb3d=>_0x45f22a[_0x18cb3d]===undefined&&delete _0x45f22a[_0x18cb3d]);let _0x33be96=_0x4f79fe['form']||'';if(_0x33be96&&_0x33be96!=='0')try{const _0x471162={};_0x471162['code']=_0x33be96;const _0x7b7d5=await global[_0x22e387(0x6d9)+_0x22e387(0x7c8)]('listi'+_0x22e387(0xa09))['findO'+'ne'](_0x471162)[_0x22e387(0x7b8)]();if(_0x7b7d5&&_0x7b7d5[_0x22e387(0x981)+'s']){let _0x4e8dbd=await buildJsonSchema(_0x7b7d5[_0x22e387(0x981)+'s'],_0x2d6454+0x1,_0x402377,_0x7b7d5);if(_0x1f32ed===_0x22e387(0x5d2)||_0x4f79fe[_0x22e387(0xb0e)]===_0x22e387(0x5d2))_0x45f22a[_0x22e387(0xb0e)]=[_0x4e8dbd];else _0x1f32ed===_0x22e387(0x776)||_0x1f32ed==='Mixed'||_0x4f79fe['type']===_0x22e387(0x52b)?_0x45f22a[_0x22e387(0xb0e)]=_0x4e8dbd:_0x45f22a['sub_s'+'chema']=_0x4e8dbd;}}catch(_0x2b68c4){console[_0x22e387(0xadf)](_0x2b68c4);}return[_0x4f79fe['name'],_0x45f22a];}));return Object[_0x5330a0(0x2e4)+_0x5330a0(0x31b)+'s'](_0x2055ee);},getAgentApiDefinition=async function(_0x48c4a8,_0xa61a05){const _0x32effb=_0x5d7201,_0x3427da={};_0x3427da[_0x32effb(0xadf)]=_0x32effb(0x333)+'òng\x20c'+_0x32effb(0xb63)+_0x32effb(0x2b4)+'\x20hoặc'+_0x32effb(0x68f)+_0x32effb(0x8e8)+_0x32effb(0x1f9)+'m.';if(!_0x48c4a8)return _0x3427da;const _0x163b94=0x5*0x3c*0x3e8,_0x34cf98=_0x32effb(0xb27)+'f_'+_0x48c4a8[_0x32effb(0x7f5)+_0x32effb(0x432)+'e']()['trim']();if(global['__aiA'+'piDef'+_0x32effb(0x33c)]){const _0x51225e=global['__aiA'+_0x32effb(0x6bc)+_0x32effb(0x33c)][_0x32effb(0x4e5)](_0x34cf98);if(_0x51225e&&Date[_0x32effb(0x3b9)]()-_0x51225e['times'+'tamp']<_0x163b94)return _0x51225e[_0x32effb(0x514)+'t'];}else global[_0x32effb(0x948)+'piDef'+_0x32effb(0x33c)]=new Map();const _0x4ce079=global[_0x32effb(0x6d9)+_0x32effb(0x7c8)](_0x32effb(0xbe5)+_0x32effb(0xa09)),_0x1b5356={};_0x1b5356[_0x32effb(0xadf)]=_0x32effb(0x78c)+_0x32effb(0xc28)+_0x32effb(0x59d)+'\x27\x20khô'+_0x32effb(0x6d4)+'n\x20tại'+'.';if(!_0x4ce079)return _0x1b5356;const _0x550f3a={};_0x550f3a[_0x32effb(0x212)]=_0x48c4a8;const _0x361d5f={};_0x361d5f['api_c'+_0x32effb(0x54d)]=_0x48c4a8;const _0x329af8={};_0x329af8['$or']=[_0x550f3a,_0x361d5f];let _0x4c1273=await _0x4ce079[_0x32effb(0x396)+'ne'](_0x329af8)[_0x32effb(0x7b8)]();if(!_0x4c1273){const _0x34a5c6={};_0x34a5c6[_0x32effb(0x664)+'x']=_0x48c4a8,_0x34a5c6[_0x32effb(0xb22)+_0x32effb(0x2ef)]='i';const _0x1ab7dd={};_0x1ab7dd['title']=_0x34a5c6,_0x4c1273=await _0x4ce079[_0x32effb(0x396)+'ne'](_0x1ab7dd)[_0x32effb(0x7b8)]();}if(!_0x4c1273){const _0x35bca1={};_0x35bca1[_0x32effb(0xadf)]=_0x32effb(0xc11)+_0x32effb(0x7ee)+_0x32effb(0x1d7)+_0x32effb(0xc18)+'ào\x20kh'+'ớp\x20vớ'+_0x32effb(0x422)+'khóa.',_0x35bca1['query'+_0x32effb(0xa56)]=_0x48c4a8;const _0x386443=_0x35bca1;return global[_0x32effb(0x948)+'piDef'+_0x32effb(0x33c)][_0x32effb(0x3ac)](_0x34cf98,{'timestamp':Date[_0x32effb(0x3b9)](),'result':_0x386443}),_0x386443;}let _0x50a4a4={};if(_0x4c1273[_0x32effb(0x981)+'s']?.[_0x32effb(0xc4a)+'h']>0x0)try{_0x50a4a4=await buildJsonSchema(_0x4c1273[_0x32effb(0x981)+'s'],0x0,_0xa61a05,_0x4c1273),_0x50a4a4=JSON['parse'](JSON[_0x32effb(0x29c)+_0x32effb(0x61d)](_0x50a4a4));}catch(_0x34aaa2){console[_0x32effb(0xadf)](_0x32effb(0x47f)+_0x32effb(0x542)+'\x20Lỗi\x20'+'khi\x20b'+_0x32effb(0x28a)+_0x32effb(0x1fb)+_0x32effb(0x5b7)+_0x32effb(0x5c7),_0x34aaa2);}let _0x3842f1=configs[_0x32effb(0x9a0)+'rl']||configs['domai'+'n'],_0x397485=_0x4c1273[_0x32effb(0x298)+_0x32effb(0x54d)]||_0x4c1273[_0x32effb(0x212)],_0x24698f=global[_0x32effb(0x39d)+'oller'+'s'][_0x397485[_0x32effb(0x850)+'erCas'+'e']()],_0x4e2afb=_0x24698f?_0x24698f[_0x32effb(0x88b)+_0x32effb(0x7db)][_0x32effb(0xa1b)+'ce'](_0x32effb(0x409)+'pp',_0xa61a05||_0x32effb(0x91e)+'pp}'):'/'+_0x397485;const _0x4b2cf4=_0x397485[_0x32effb(0x7f5)+_0x32effb(0x432)+'e']()==='file',_0x3ea2a6=[],_0x221347={};_0x221347[_0x32effb(0xbe5)+_0x32effb(0x95a)+_0x32effb(0x54d)]=_0x4c1273[_0x32effb(0x212)];const _0x76dd83={};_0x76dd83[_0x32effb(0x5c1)]=_0x32effb(0x7f7)+_0x32effb(0x20b)+_0x32effb(0xad6)+_0x32effb(0x5d9)+_0x32effb(0x6e5)+'ặc\x20đị'+_0x32effb(0xca8),_0x76dd83[_0x32effb(0xc5b)]=_0x32effb(0x7f7)+_0x32effb(0x4be)+_0x32effb(0x6ce)+_0x32effb(0xb85)+_0x32effb(0x1b1)+_0x32effb(0x305)+_0x32effb(0x83d)+_0x32effb(0x1d6),_0x76dd83[_0x32effb(0x981)+'s']=_0x32effb(0x2f4)+_0x32effb(0x4cb)+_0x32effb(0x1d5)+'eld\x20c'+_0x32effb(0xad7)+_0x32effb(0x9de)+_0x32effb(0x920)+_0x32effb(0x369)+_0x32effb(0x9b8)+_0x32effb(0x284)+_0x32effb(0x83d)+'h\x20tất'+_0x32effb(0x47d),_0x76dd83[_0x32effb(0xa7b)]='Numbe'+'r\x20—\x201'+'\x20để\x20t'+_0x32effb(0x3f2)+_0x32effb(0xb75)+_0x32effb(0x928)+'ản\x20gh'+'i',_0x76dd83[_0x32effb(0x93e)+_0x32effb(0xba9)]=_0x32effb(0x7f7)+_0x32effb(0xb4a)+'\x20để\x20t'+_0x32effb(0x3f2)+_0x32effb(0xa9a)+_0x32effb(0x875)+_0x32effb(0x618)+_0x32effb(0x1b1)+_0x32effb(0x3b2)+_0x32effb(0x587)+_0x32effb(0x93e)+_0x32effb(0xba9)+':\x20{\x20l'+_0x32effb(0x615)+_0x32effb(0x29e)+_0x32effb(0x8b2)+_0x32effb(0xbc4)+_0x32effb(0xbce)+_0x32effb(0x350)+_0x32effb(0x3dc),_0x76dd83['q']=_0x32effb(0x21d)+_0x32effb(0xa24)+_0x32effb(0x224)+'iện\x20l'+_0x32effb(0x4b3)+_0x32effb(0x746)+_0x32effb(0x9f3)+'y,\x20dự'+_0x32effb(0x8c2)+_0x32effb(0xbad)+_0x32effb(0xa51)+_0x32effb(0x6f9)+_0x32effb(0x1e3)+_0x32effb(0x8ee);const _0x22da7e={};_0x22da7e[_0x32effb(0xad1)+_0x32effb(0x5c4)+_0x32effb(0x60d)+_0x32effb(0xc2e)]='Array'+_0x32effb(0x3a3)+_0x32effb(0x367)+_0x32effb(0x5c9)+_0x32effb(0x424)+_0x32effb(0x40a)+_0x32effb(0xc54)+_0x32effb(0x4e2)+'\x20tại:'+_0x32effb(0x38d)+_0x32effb(0x817)+_0x32effb(0x718)+'chema'+'\x20},\x20.'+_0x32effb(0xafb),_0x22da7e[_0x32effb(0x529)+_0x32effb(0x93e)+'ation']='Objec'+_0x32effb(0x81f)+'\x20data'+_0x32effb(0xafc)+_0x32effb(0x4d8)+'ield_'+_0x32effb(0x1fb)+_0x32effb(0x7fc)+_0x32effb(0x378)+_0x32effb(0x4e1)+'inati'+_0x32effb(0xab9)+'\x20page'+_0x32effb(0x736)+_0x32effb(0xacb)+_0x32effb(0xb48)+'\x20tota'+'lPage'+_0x32effb(0x991);const _0x4e0907={};_0x4e0907[_0x32effb(0x273)+'n']=_0x32effb(0x270)+'h',_0x4e0907[_0x32effb(0x48e)+'d']=_0x32effb(0xb91),_0x4e0907[_0x32effb(0xca4)]=_0x3842f1+(_0x32effb(0xacd)+_0x32effb(0x270)+'h')+_0x4e2afb,_0x4e0907[_0x32effb(0xc9f)+_0x32effb(0x7d7)+'pe']='appli'+_0x32effb(0x9c8)+'n/jso'+'n',_0x4e0907['requi'+_0x32effb(0x54e)+_0x32effb(0x50b)+'s']=_0x221347,_0x4e0907['body']=_0x76dd83,_0x4e0907[_0x32effb(0x53e)+_0x32effb(0xbd9)]=_0x22da7e,_0x4e0907[_0x32effb(0xadf)+_0x32effb(0x3bd)+_0x32effb(0xba5)]='Objec'+_0x32effb(0x81f)+_0x32effb(0x8b9)+_0x32effb(0xc6f)+'ên\x20lỗ'+_0x32effb(0x4cc)+'essag'+_0x32effb(0xc8b)+_0x32effb(0x6a2)+_0x32effb(0x2e5)+_0x32effb(0x7be)+_0x32effb(0x958)+_0x32effb(0xa2a)+'\x20}',_0x3ea2a6[_0x32effb(0x922)](_0x4e0907);const _0x45b8d9={};_0x45b8d9[_0x32effb(0x273)+'n']=_0x32effb(0x403)+_0x32effb(0x3b5),_0x45b8d9[_0x32effb(0x48e)+'d']=_0x32effb(0xac0),_0x45b8d9[_0x32effb(0xca4)]=_0x3842f1+_0x32effb(0x9fc)+_0x4e2afb+_0x32effb(0x8c9),_0x45b8d9[_0x32effb(0xc9f)+_0x32effb(0x7d7)+'pe']=_0x32effb(0xa2c)+_0x32effb(0x9c8)+'n/jso'+'n',_0x45b8d9[_0x32effb(0xc30)]=_0x32effb(0xb90)+_0x32effb(0x6b8)+_0x32effb(0x57d)+_0x32effb(0x21d)+_0x32effb(0x5bd)+'ủa\x20bả'+_0x32effb(0x424)+_0x32effb(0x692)+_0x32effb(0x637),_0x45b8d9[_0x32effb(0x53e)+'nse']=_0x32effb(0x21d)+'t\x20—\x20b'+'ản\x20gh'+_0x32effb(0x7ba)+_0x32effb(0x993)+_0x32effb(0x4ae)+_0x32effb(0x6e4)+_0x32effb(0x6a6)+_0x32effb(0x5eb)+_0x32effb(0xc94)+_0x32effb(0x366),_0x45b8d9[_0x32effb(0xadf)+_0x32effb(0x3bd)+'onse']=_0x32effb(0x21d)+_0x32effb(0x81f)+'\x20erro'+_0x32effb(0x47c)+_0x32effb(0x5f5)+_0x32effb(0x4cc)+_0x32effb(0xa12)+_0x32effb(0xc8b)+_0x32effb(0x6a2)+_0x32effb(0x2e5)+_0x32effb(0x7be)+':\x20\x22mã'+_0x32effb(0xa2a)+'\x20}',_0x3ea2a6[_0x32effb(0x922)](_0x45b8d9);if(!_0x4c1273[_0x32effb(0x906)+'dd']){const _0x1b30bc={};_0x1b30bc[_0x32effb(0xbe5)+_0x32effb(0x95a)+_0x32effb(0x54d)]=_0x4c1273['code'];const _0x38e64e={};_0x38e64e[_0x32effb(0x273)+'n']=_0x32effb(0xb6f)+'e',_0x38e64e[_0x32effb(0x48e)+'d']='POST',_0x38e64e[_0x32effb(0xca4)]=_0x3842f1+_0x32effb(0x9fc)+_0x4e2afb,_0x38e64e[_0x32effb(0xafa)+_0x32effb(0x54e)+'eader'+'s']=_0x1b30bc;const _0x3238a7=_0x38e64e;if(_0x4b2cf4){_0x3238a7[_0x32effb(0xc9f)+_0x32effb(0x7d7)+'pe']=_0x32effb(0x63c)+_0x32effb(0xb08)+_0x32effb(0x62f)+_0x32effb(0xa7a),_0x3238a7['body']=_0x32effb(0x809)+_0x32effb(0x67a)+_0x32effb(0xa78)+'file\x20'+_0x32effb(0xc40)+'binar'+_0x32effb(0x315)+_0x32effb(0x38f)+_0x32effb(0x511)+_0x32effb(0x76f)+_0x32effb(0x4f6)+_0x32effb(0x1ea)+_0x32effb(0x86e)+_0x32effb(0xc21)+_0x32effb(0x665)+_0x32effb(0x898)+_0x32effb(0x5fd)+_0x32effb(0x2a6)+_0x32effb(0x8ef)+_0x32effb(0x4b4)+_0x32effb(0x617);const _0x584c9b={};_0x584c9b[_0x32effb(0x981)+_0x32effb(0x7db)]=_0x32effb(0x257),_0x584c9b['note']=_0x32effb(0x89a)+'n\x20fil'+'e\x20raw'+_0x32effb(0x535)+_0x32effb(0x5e3)+'vào\x20f'+_0x32effb(0x42f)+_0x32effb(0xb2a)+'có\x20ke'+'y\x20là\x20'+_0x32effb(0x793)+'\x22.\x20AP'+_0x32effb(0x574)+_0x32effb(0xa92)+_0x32effb(0xaf5)+_0x32effb(0x3c4)+_0x32effb(0x492)+_0x32effb(0xc06)+_0x32effb(0xb21)+'d\x20thà'+_0x32effb(0x238)+'ng.',_0x3238a7[_0x32effb(0x1f5)+_0x32effb(0xb21)+'d']=_0x584c9b,_0x3238a7['respo'+_0x32effb(0xbd9)]=_0x32effb(0x21d)+_0x32effb(0x81f)+_0x32effb(0xa01)+_0x32effb(0x99d)+_0x32effb(0x791)+_0x32effb(0x9ed)+_0x32effb(0x492)+_0x32effb(0xc06)+'uploa'+_0x32effb(0x5ec);}else _0x3238a7[_0x32effb(0xc9f)+_0x32effb(0x7d7)+'pe']='appli'+_0x32effb(0x9c8)+_0x32effb(0x25c)+'n',_0x3238a7[_0x32effb(0x8a9)]=_0x32effb(0x21d)+_0x32effb(0x1b3)+_0x32effb(0xac1)+_0x32effb(0x3e0)+_0x32effb(0x485)+_0x32effb(0x503)+_0x32effb(0x1bd)+_0x32effb(0x981)+'_sche'+_0x32effb(0xa23)+_0x32effb(0x967)+'i',_0x3238a7[_0x32effb(0x53e)+_0x32effb(0xbd9)]='Objec'+'t\x20—\x20b'+_0x32effb(0xc6b)+'i\x20vừa'+_0x32effb(0x993)+_0x32effb(0x79b)+_0x32effb(0xa7f)+_0x32effb(0x325)+_0x32effb(0x6a4)+'ld\x20th'+_0x32effb(0x48f)+_0x32effb(0x718)+_0x32effb(0xb9a)+_0x32effb(0x216)+'\x20gồm\x20'+_0x32effb(0x1b8)+'o\x20hệ\x20'+'thống'+_0x32effb(0x796)+'\x20ra)';_0x3238a7[_0x32effb(0xadf)+_0x32effb(0x3bd)+_0x32effb(0xba5)]=_0x32effb(0x21d)+'t\x20—\x20{'+'\x20erro'+'r:\x20\x22T'+_0x32effb(0x5f5)+_0x32effb(0x4cc)+_0x32effb(0xa12)+'e:\x20\x22M'+_0x32effb(0x6a2)+_0x32effb(0x2e5)+_0x32effb(0x7be)+_0x32effb(0x1b7)+'\x20lỗi\x22'+'\x20}',_0x3ea2a6[_0x32effb(0x922)](_0x3238a7);if(!_0x4b2cf4){const _0x3c619d={};_0x3c619d[_0x32effb(0xbe5)+_0x32effb(0x95a)+_0x32effb(0x54d)]=_0x4c1273['code'];const _0x8cac5e={};_0x8cac5e[_0x32effb(0x286)+'e']=_0x32effb(0x426)+'|\x20fal'+_0x32effb(0xb42)+'có\x20cậ'+'p\x20nhậ'+_0x32effb(0x890)+_0x32effb(0x845)+_0x32effb(0x2fd)+'i\x20khô'+_0x32effb(0x584);const _0x3599b9={};_0x3599b9['actio'+'n']=_0x32effb(0x5c8)+_0x32effb(0x696)+'n',_0x3599b9[_0x32effb(0x48e)+'d']='POST',_0x3599b9[_0x32effb(0xca4)]=_0x3842f1+_0x32effb(0x9fc)+_0x4e2afb+(_0x32effb(0x9ec)+_0x32effb(0x5f2)+'on'),_0x3599b9[_0x32effb(0xc9f)+_0x32effb(0x7d7)+'pe']=_0x32effb(0xa2c)+_0x32effb(0x9c8)+_0x32effb(0x25c)+'n',_0x3599b9[_0x32effb(0xafa)+'red_h'+'eader'+'s']=_0x3c619d,_0x3599b9[_0x32effb(0x7f0)+'_para'+'ms']=_0x8cac5e,_0x3599b9[_0x32effb(0x8a9)]='Array'+_0x32effb(0x532)+_0x32effb(0x1bc)+_0x32effb(0x7e0)+_0x32effb(0xb88)+_0x32effb(0x699)+_0x32effb(0x392)+'\x20theo'+_0x32effb(0x5eb)+_0x32effb(0xc94)+_0x32effb(0x9b0)+_0x32effb(0x1d8)+'ới',_0x3ea2a6[_0x32effb(0x922)](_0x3599b9);}}if(!_0x4c1273[_0x32effb(0xbfe)+_0x32effb(0x7bc)]){const _0x1ea33a={};_0x1ea33a[_0x32effb(0xbe5)+_0x32effb(0x95a)+_0x32effb(0x54d)]=_0x4c1273[_0x32effb(0x212)];const _0x35b82d={};_0x35b82d[_0x32effb(0x273)+'n']=_0x32effb(0x286)+'e',_0x35b82d['metho'+'d']=_0x32effb(0x745),_0x35b82d[_0x32effb(0xca4)]=_0x3842f1+'/api'+_0x4e2afb+_0x32effb(0x8c9),_0x35b82d[_0x32effb(0xafa)+_0x32effb(0x54e)+_0x32effb(0x50b)+'s']=_0x1ea33a,_0x35b82d[_0x32effb(0xc30)]='_id\x20l'+_0x32effb(0x6b8)+_0x32effb(0x57d)+_0x32effb(0x21d)+_0x32effb(0x5bd)+_0x32effb(0x27f)+_0x32effb(0x424)+_0x32effb(0x692)+_0x32effb(0x67f)+_0x32effb(0x79f);const _0x411d2f=_0x35b82d;if(_0x4b2cf4){_0x411d2f[_0x32effb(0xc9f)+'nt_ty'+'pe']=_0x32effb(0x63c)+_0x32effb(0xb08)+_0x32effb(0x62f)+'data',_0x411d2f['body']=_0x32effb(0x809)+'ata\x20—'+_0x32effb(0xa78)+_0x32effb(0xc7a)+'raw\x20('+_0x32effb(0x83f)+_0x32effb(0x315)+'a\x20for'+_0x32effb(0x511)+'ld\x20có'+_0x32effb(0x4f6)+'là\x20\x22f'+_0x32effb(0x7c4)+_0x32effb(0x9a5)+'ay\x20th'+_0x32effb(0x4ed)+_0x32effb(0x4d0);const _0x2630ce={};_0x2630ce[_0x32effb(0x981)+'_name']=_0x32effb(0x257),_0x2630ce[_0x32effb(0xc30)]=_0x32effb(0x89a)+_0x32effb(0x9ed)+'e\x20raw'+_0x32effb(0x535)+_0x32effb(0x5e3)+_0x32effb(0x5b6)+_0x32effb(0x42f)+_0x32effb(0xb2a)+_0x32effb(0x8a7)+_0x32effb(0x675)+'\x22file'+'\x22.',_0x411d2f['file_'+_0x32effb(0xb21)+'d']=_0x2630ce,_0x411d2f[_0x32effb(0x53e)+_0x32effb(0xbd9)]=_0x32effb(0x21d)+_0x32effb(0x81f)+_0x32effb(0xa01)+'\x20\x22đườ'+_0x32effb(0x791)+_0x32effb(0x9ed)+_0x32effb(0xa47)+_0x32effb(0x644)+_0x32effb(0x987)+_0x32effb(0x441)+_0x32effb(0x85e);}else _0x411d2f[_0x32effb(0xc9f)+'nt_ty'+'pe']=_0x32effb(0xa2c)+'catio'+_0x32effb(0x25c)+'n',_0x411d2f[_0x32effb(0x8a9)]=_0x32effb(0x21d)+_0x32effb(0x86f)+'ác\x20fi'+_0x32effb(0x70c)+'ần\x20th'+_0x32effb(0xb4b)+'i\x20(pa'+_0x32effb(0x8e0)+_0x32effb(0x283)+'te)',_0x411d2f[_0x32effb(0x53e)+'nse']='Objec'+_0x32effb(0x57e)+'ản\x20gh'+_0x32effb(0x3dd)+_0x32effb(0xc06)+'cập\x20n'+_0x32effb(0x36b)+_0x32effb(0x290)+'ủ\x20các'+'\x20fiel'+_0x32effb(0x515)+_0x32effb(0xbad)+'ld_sc'+'hema';_0x411d2f[_0x32effb(0xadf)+'_resp'+_0x32effb(0xba5)]='Objec'+_0x32effb(0x81f)+'\x20erro'+_0x32effb(0xc6f)+'ên\x20lỗ'+_0x32effb(0x4cc)+_0x32effb(0xa12)+'e:\x20\x22M'+'ô\x20tả\x20'+'lỗi\x22,'+_0x32effb(0x7be)+_0x32effb(0x1b7)+_0x32effb(0xa2a)+'\x20}',_0x3ea2a6[_0x32effb(0x922)](_0x411d2f);}if(!_0x4c1273[_0x32effb(0x4c3)+_0x32effb(0xbc8)]){const _0x2e1e20={};_0x2e1e20[_0x32effb(0xbe5)+_0x32effb(0x95a)+_0x32effb(0x54d)]=_0x4c1273[_0x32effb(0x212)];const _0x1eb963={};_0x1eb963[_0x32effb(0x273)+'n']=_0x32effb(0x72e)+_0x32effb(0x4eb)+'id',_0x1eb963[_0x32effb(0x48e)+'d']=_0x32effb(0xbaa)+'E',_0x1eb963['url']=_0x3842f1+'/api'+_0x4e2afb+_0x32effb(0x8c9),_0x1eb963[_0x32effb(0xc9f)+'nt_ty'+'pe']='appli'+_0x32effb(0x9c8)+_0x32effb(0x25c)+'n',_0x1eb963[_0x32effb(0xafa)+_0x32effb(0x54e)+_0x32effb(0x50b)+'s']=_0x2e1e20,_0x1eb963['note']=_0x32effb(0xb90)+'à\x20Mon'+'goDB\x20'+'Objec'+_0x32effb(0x5bd)+_0x32effb(0x27f)+_0x32effb(0x424)+_0x32effb(0x692)+_0x32effb(0x955),_0x1eb963[_0x32effb(0x53e)+_0x32effb(0xbd9)]=_0x32effb(0x21d)+_0x32effb(0x81f)+_0x32effb(0x6b5)+'ess:\x20'+'true\x20'+_0x32effb(0x897)+_0x32effb(0x410)+_0x32effb(0xbc8)+_0x32effb(0x2bf)+'}',_0x1eb963['error'+_0x32effb(0x3bd)+_0x32effb(0xba5)]=_0x32effb(0x21d)+_0x32effb(0x81f)+'\x20erro'+_0x32effb(0xc6f)+_0x32effb(0x5f5)+_0x32effb(0x4cc)+_0x32effb(0xa12)+_0x32effb(0xca0)+_0x32effb(0x6a2)+_0x32effb(0x2e5)+_0x32effb(0x7be)+_0x32effb(0x1b7)+_0x32effb(0xa2a)+'\x20}',_0x3ea2a6['push'](_0x1eb963);const _0x198929={};_0x198929['condi'+_0x32effb(0x38b)]=_0x32effb(0x21d)+_0x32effb(0xa24)+_0x32effb(0x224)+_0x32effb(0x5e1)+_0x32effb(0x5df)+_0x32effb(0x8ad)+_0x32effb(0x863)+'goDB\x20'+'Query'+')';const _0x277424={};_0x277424[_0x32effb(0x273)+'n']='delet'+_0x32effb(0x247)+'y',_0x277424[_0x32effb(0x48e)+'d']='POST',_0x277424[_0x32effb(0xca4)]=_0x3842f1+'/api'+_0x4e2afb+(_0x32effb(0x34f)+'on/de'+_0x32effb(0x66b)),_0x277424[_0x32effb(0xc9f)+'nt_ty'+'pe']=_0x32effb(0xa2c)+_0x32effb(0x9c8)+_0x32effb(0x25c)+'n',_0x277424['body']=_0x198929,_0x277424[_0x32effb(0x53e)+_0x32effb(0xbd9)]=_0x32effb(0x21d)+_0x32effb(0x81f)+_0x32effb(0xbb8)+_0x32effb(0x45b)+'<số\x20b'+_0x32effb(0xc6b)+_0x32effb(0x6f3)+_0x32effb(0x976)+'}',_0x277424['error'+_0x32effb(0x3bd)+_0x32effb(0xba5)]=_0x32effb(0x21d)+_0x32effb(0x81f)+_0x32effb(0x8b9)+_0x32effb(0xc6f)+_0x32effb(0x5f5)+_0x32effb(0x4cc)+_0x32effb(0xa12)+'e:\x20\x22M'+_0x32effb(0x6a2)+_0x32effb(0x2e5)+'\x20code'+_0x32effb(0x1b7)+_0x32effb(0xa2a)+'\x20}',_0x3ea2a6[_0x32effb(0x922)](_0x277424);}const _0x28249a={};_0x28249a[_0x32effb(0x212)]=_0x4c1273[_0x32effb(0x212)],_0x28249a[_0x32effb(0x298)+_0x32effb(0x54d)]=_0x4c1273[_0x32effb(0x298)+_0x32effb(0x54d)]||_0x4c1273[_0x32effb(0x212)],_0x28249a[_0x32effb(0xc9b)]=_0x4c1273[_0x32effb(0xc9b)],_0x28249a['is_fi'+'le_ap'+'i']=_0x4b2cf4;const _0x531acc={};_0x531acc[_0x32effb(0x670)+_0x32effb(0x851)+'en']=_0x32effb(0x301)+'\x20xác\x20'+_0x32effb(0x66e)+_0x32effb(0x910)+'\x20từ\x20/'+_0x32effb(0x8de)+'local'+_0x32effb(0x1d4)+_0x32effb(0x604)+_0x32effb(0xa0a),_0x531acc[_0x32effb(0x9fe)+_0x32effb(0xb9c)+'pe']=_0x4b2cf4?'multi'+_0x32effb(0xb08)+_0x32effb(0x62f)+_0x32effb(0x362)+_0x32effb(0x9b3)+_0x32effb(0xbac)+_0x32effb(0x58c)+_0x32effb(0x97c)+_0x32effb(0x706)+_0x32effb(0x3bf)+_0x32effb(0xa5b)+_0x32effb(0x96a)+_0x32effb(0x7d5)+_0x32effb(0x65b)+_0x32effb(0x7ff)+_0x32effb(0x6f7):'appli'+_0x32effb(0x9c8)+_0x32effb(0x25c)+'n';const _0x340272={};_0x340272[_0x32effb(0x9a1)+_0x32effb(0x406)]=_0x32effb(0xb18)+'or:\x20\x22'+_0x32effb(0x627)+_0x32effb(0x1f1)+_0x32effb(0x4c6)+_0x32effb(0x5b0)+_0x32effb(0x5cc)+_0x32effb(0x2c2)+_0x32effb(0x2b3)+_0x32effb(0x9aa)+_0x32effb(0x7be)+':\x20\x22Mã'+_0x32effb(0xa2a)+'\x20}',_0x340272[_0x32effb(0x8c3)+_0x32effb(0x98b)+'es']={};const _0x42a7df={};_0x42a7df[_0x32effb(0x1f5)+_0x32effb(0xb21)+_0x32effb(0xb94)+'e']=_0x32effb(0xb78)+_0x32effb(0x7c2)+_0x32effb(0x6d0)+_0x32effb(0x505)+_0x32effb(0x8f8)+_0x32effb(0xbec)+_0x32effb(0x621)+_0x32effb(0x97f)+_0x32effb(0x417)+'ltipa'+_0x32effb(0x6e0)+_0x32effb(0x540)+_0x32effb(0x324)+'\x20gửi\x20'+_0x32effb(0xc7a)+_0x32effb(0xa6b)+_0x32effb(0x6fc)+'rm-fi'+_0x32effb(0x3f1)+_0x32effb(0x4a1)+_0x32effb(0x86e)+_0x32effb(0x8e5)+_0x32effb(0x308)+_0x32effb(0x5a4)+'\x20để\x20d'+_0x32effb(0xae7)+_0x32effb(0x903)+_0x32effb(0x6a4)+'ld\x20fi'+'le\x20ở\x20'+_0x32effb(0x22a)+'hác.';const _0x506bbf={'status':'succe'+'ss','api_info':_0x28249a,'common_headers':_0x531acc,'common_error_response':_0x340272,..._0x4b2cf4?_0x42a7df:{}};_0x506bbf[_0x32effb(0x53f)+_0x32effb(0x4d6)]=_0x3ea2a6,_0x506bbf['field'+_0x32effb(0xb70)+'ma']=_0x50a4a4;const _0x3cb556=_0x506bbf;return global[_0x32effb(0x948)+'piDef'+'Cache'][_0x32effb(0x3ac)](_0x34cf98,{'timestamp':Date[_0x32effb(0x3b9)](),'result':_0x3cb556}),_0x3cb556;},renderSchema=async function(_0x59f3dd,_0xb1af74,_0x11b354=0x0,_0x4f6bd5=0x0,_0x2277a8){const _0x2f2bf1=_0x5d7201;let _0x4c31ee=configs[_0x2f2bf1(0x9a0)+'rl']||configs[_0x2f2bf1(0xa32)+'n'];if(_0x4f6bd5>0x5)return'';const _0x3902b4=await buildJsonSchema(_0x59f3dd,undefined,_0xb1af74,_0x2277a8),_0xadecc4=JSON[_0x2f2bf1(0x29c)+_0x2f2bf1(0x61d)](_0x3902b4,null,0x2)[_0x2f2bf1(0xa1b)+'ce'](/</g,_0x2f2bf1(0x8e2)+'c')[_0x2f2bf1(0xa1b)+'ce'](/>/g,_0x2f2bf1(0x8e2)+'e'),_0x1770c3=_0x2f2bf1(0x1fb)+'a_'+Math[_0x2f2bf1(0x7d1)+'m']()[_0x2f2bf1(0xb6d)+_0x2f2bf1(0x45e)](0x24)['subst'+'r'](0x2,0x9),_0x38b570=_0x59f3dd[_0x2f2bf1(0x8ce)+'r'](_0x133678=>[_0x2f2bf1(0x4c5)+'t','ten_k'+'h',_0x2f2bf1(0x597)+'ho'][_0x2f2bf1(0x332)+'Of'](_0x133678[_0x2f2bf1(0x384)])>=0x0||_0x133678[_0x2f2bf1(0x3cc)+_0x2f2bf1(0x6dc)]!=_0x2f2bf1(0x674)&&_0x133678['not_i'+_0x2f2bf1(0x6dc)]!=!![]&&_0x133678[_0x2f2bf1(0xb0e)]!=_0x2f2bf1(0x782)+'n'&&_0x133678[_0x2f2bf1(0xb0e)]!=_0x2f2bf1(0x707)&&types[_0x2f2bf1(0x98d)](_0x3f64ab=>_0x3f64ab['code']==_0x133678[_0x2f2bf1(0xb0e)])),_0x4bce5=await Promise['all'](_0x38b570[_0x2f2bf1(0x46b)](async _0xaabf70=>{const _0x2228fd=_0x2f2bf1;let _0x196bba=types[_0x2228fd(0x98d)](_0x57f180=>_0x57f180[_0x2228fd(0x212)]==_0xaabf70[_0x2228fd(0xb0e)]),_0x4d0117='',_0x22a319=_0xaabf70[_0x2228fd(0x57c)+'odel']||'',_0x24cfdc=_0xaabf70[_0x2228fd(0x1ba)+'ield']||_0x2228fd(0x212),_0x63a25e=_0xaabf70[_0x2228fd(0x46e)+_0x2228fd(0x63b)]||_0xaabf70[_0x2228fd(0x1ba)+_0x2228fd(0x44e)]||_0x2228fd(0x384),_0xefa42f;if(_0xaabf70[_0x2228fd(0x45c)+_0x2228fd(0x28e)+_0x2228fd(0xc2e)])try{_0xefa42f=utils[_0x2228fd(0xba8)+_0x2228fd(0x527)](_0xaabf70['ref_c'+_0x2228fd(0x28e)+_0x2228fd(0xc2e)]);}catch(_0x242f4a){}if(_0x22a319){const _0x5c4255=typeof _0x22a319==='strin'+'g'&&(_0x22a319[_0x2228fd(0xb23)]()['start'+'sWith']('{')||_0x22a319['trim']()[_0x2228fd(0xa3d)+'sWith']('[')),_0xd02184=typeof _0x22a319==='strin'+'g'&&_0x22a319[_0x2228fd(0x332)+'Of'](',')>=0x0;if(!_0x5c4255&&!_0xd02184){let _0x36a77c=_0x4c31ee+(_0x2228fd(0x9df)+'docs-'+'input'+'/')+_0x22a319;if(_0xb1af74)_0x36a77c=_0x36a77c+(_0x2228fd(0xae6)+_0x2228fd(0x487))+_0xb1af74;_0x4d0117='\x0a\x20\x20\x20\x20'+_0x2228fd(0x6ef)+'\x20<div'+_0x2228fd(0x9ba)+_0x2228fd(0x80d)+'rgin-'+_0x2228fd(0xb28)+_0x2228fd(0x9f4)+_0x2228fd(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2228fd(0x4b0)+_0x2228fd(0x500)+_0x2228fd(0x404)+_0x2228fd(0x860)+_0x2228fd(0x6bb)+_0x2228fd(0x552)+_0x2228fd(0xa96)+_0x2228fd(0x8b4)+_0x2228fd(0x8b3)+'m\x22>Th'+'am\x20ch'+'iếu:<'+_0x2228fd(0x425)+_0x2228fd(0x354)+_0x2228fd(0x6ef)+_0x2228fd(0x6ef)+_0x2228fd(0xc1f)+_0x2228fd(0x874)+_0x36a77c+(_0x2228fd(0x866)+_0x2228fd(0x7a2)+_0x2228fd(0x821)+_0x2228fd(0x8dc)+_0x2228fd(0x411)+'color'+_0x2228fd(0x282)+_0x2228fd(0x21e)+'text-'+_0x2228fd(0xc78)+'ation'+_0x2228fd(0x541)+_0x2228fd(0xb17)+_0x2228fd(0x5f9)+_0x2228fd(0x2ac)+_0x2228fd(0x395)+_0x2228fd(0xabe)+_0x2228fd(0x43b)+_0x2228fd(0x8c7)+_0x2228fd(0x219)+_0x2228fd(0x3f4)+_0x2228fd(0x449)+_0x2228fd(0xaf4)+_0x2228fd(0x69d)+_0x2228fd(0x6ef)+_0x2228fd(0x6ef))+_0x22a319+(_0x2228fd(0x560)+'ue\x20fi'+_0x2228fd(0x9e4)+'\x22')+_0x24cfdc+('\x22,\x20la'+_0x2228fd(0x8d4)+'ield:'+'\x20\x22')+_0x63a25e+('\x22)\x0a\x20\x20'+_0x2228fd(0x6ef)+'\x20\x20\x20\x20\x20'+'</a>\x0a'+'\x20\x20\x20\x20\x20'+_0x2228fd(0x6ef)+'\x20\x20<di'+_0x2228fd(0x52e)+_0x2228fd(0x6ef)+_0x2228fd(0x6ef)+_0x2228fd(0xb39))+(_0xefa42f?_0x2228fd(0xbe1)+_0x2228fd(0x9ba)+_0x2228fd(0x4a9)+_0x2228fd(0x262)+_0x2228fd(0xa1d)+_0x2228fd(0x3c9)+'nt-si'+_0x2228fd(0x630)+'85em\x22'+'>Điều'+_0x2228fd(0x9b5)+':</sp'+_0x2228fd(0x7c0)+'re\x20st'+_0x2228fd(0x404)+_0x2228fd(0xaf0)+_0x2228fd(0x2ed)+':#f4f'+_0x2228fd(0xc42)+_0x2228fd(0x3eb)+_0x2228fd(0x41f)+'x;\x20bo'+_0x2228fd(0xa0c)+_0x2228fd(0x768)+_0x2228fd(0x35d)+_0x2228fd(0xb17)+_0x2228fd(0x71e)+_0x2228fd(0x8bf)+'x;\x20co'+_0x2228fd(0x262)+_0x2228fd(0x1dc)+_0x2228fd(0xc0d)+_0x2228fd(0x831)+_0x2228fd(0x805)+_0x2228fd(0xa9f)+'#ddd;'+_0x2228fd(0x6d8)+'flow-'+_0x2228fd(0x756)+'o;\x20ma'+_0x2228fd(0x364)+'th:35'+'0px;\x20'+_0x2228fd(0x58d)+'n-top'+':4px;'+'\x22>'+JSON[_0x2228fd(0x29c)+'gify'](_0xefa42f,null,0x2)+(_0x2228fd(0x1b2)+'>'):'')+(_0x2228fd(0x69d)+_0x2228fd(0x6ef)+_0x2228fd(0x29b)+'div>\x0a'+_0x2228fd(0x6ef)+_0x2228fd(0x6ef)+_0x2228fd(0xc1e)+'>');}else{let _0x1dae7e=_0x22a319;try{if(_0x22a319[_0x2228fd(0x332)+'Of']('{')>=0x0||_0x22a319[_0x2228fd(0x332)+'Of']('[')>=0x0){const _0x838eb2=typeof _0x22a319==='strin'+'g'?utils['JSONP'+_0x2228fd(0x527)](_0x22a319):_0x22a319;_0x1dae7e=JSON[_0x2228fd(0x29c)+_0x2228fd(0x61d)](_0x838eb2,null,0x2);}else _0x1dae7e=JSON[_0x2228fd(0x29c)+_0x2228fd(0x61d)](_0x22a319[_0x2228fd(0x4f3)](',')[_0x2228fd(0x46b)](_0x11e5b6=>({'code':_0x11e5b6,'name':_0x11e5b6})),null,0x2);}catch(_0x5a2819){Logger[_0x2228fd(0xadf)](_0x2228fd(0xa94)+']\x20par'+_0x2228fd(0x458)+_0x2228fd(0x610)+'el',_0x22a319,_0x5a2819);}_0x4d0117=_0x2228fd(0x69d)+_0x2228fd(0x6ef)+'\x20<div'+_0x2228fd(0x9ba)+_0x2228fd(0x80d)+'rgin-'+_0x2228fd(0xb28)+_0x2228fd(0x9f4)+_0x2228fd(0x6ef)+_0x2228fd(0x6ef)+'\x20\x20<sp'+_0x2228fd(0x500)+_0x2228fd(0x404)+'color'+_0x2228fd(0x6bb)+_0x2228fd(0x552)+_0x2228fd(0xa96)+'size:'+_0x2228fd(0x8b3)+_0x2228fd(0x810)+_0x2228fd(0x493)+_0x2228fd(0x588)+_0x2228fd(0xa52)+_0x2228fd(0x414)+'\x20\x22'+_0x24cfdc+('\x22,\x20la'+_0x2228fd(0x8d4)+_0x2228fd(0x414)+'\x20\x22')+_0x63a25e+(_0x2228fd(0x634)+'span>'+'\x0a\x20\x20\x20\x20'+_0x2228fd(0x6ef)+'\x20\x20\x20<p'+_0x2228fd(0x69c)+_0x2228fd(0x404)+_0x2228fd(0xaf0)+_0x2228fd(0x2ed)+_0x2228fd(0x82c)+_0x2228fd(0xc42)+_0x2228fd(0x3eb)+_0x2228fd(0x41f)+_0x2228fd(0x9fd)+_0x2228fd(0xa0c)+_0x2228fd(0x768)+_0x2228fd(0x35d)+';\x20fon'+_0x2228fd(0x71e)+_0x2228fd(0x8bf)+_0x2228fd(0xbdb)+_0x2228fd(0x262)+_0x2228fd(0x1dc)+_0x2228fd(0xc0d)+_0x2228fd(0x831)+_0x2228fd(0x805)+_0x2228fd(0xa9f)+_0x2228fd(0x99c)+_0x2228fd(0x6d8)+'flow-'+_0x2228fd(0x756)+_0x2228fd(0x530)+_0x2228fd(0x364)+_0x2228fd(0x58e)+_0x2228fd(0x654)+_0x2228fd(0x58d)+'n-top'+_0x2228fd(0x277)+'\x22>')+_0x1dae7e+(_0x2228fd(0x1b2)+_0x2228fd(0xc6d)+_0x2228fd(0x6ef)+_0x2228fd(0x361)+_0x2228fd(0xaca));}}let _0x150094=_0xaabf70[_0x2228fd(0x2ca)+_0x2228fd(0x1c2)+_0x2228fd(0x7a8)]||_0xaabf70['heade'+'r'];['ten_v'+'t',_0x2228fd(0x597)+'h',_0x2228fd(0x597)+'ho'][_0x2228fd(0x332)+'Of'](_0xaabf70['name'])>=0x0&&(_0x150094=_0x150094+(_0x2228fd(0x8ff)+_0x2228fd(0x28b)+'tượng'+_0x2228fd(0x960)+_0x2228fd(0x83b)+_0x2228fd(0x885)+_0x2228fd(0x6c7)+_0x2228fd(0x623)+_0x2228fd(0x685)+_0x2228fd(0x6cc)+_0x2228fd(0x3ba)+_0x2228fd(0x547)+_0x2228fd(0x412)+'sử\x20dụ'+_0x2228fd(0xbab)+_0x2228fd(0xb89)+_0x2228fd(0x89d)+'y\x20để\x20'+'tạo'));let _0x378d00=_0x2228fd(0x69d)+_0x2228fd(0xbe4)+_0x2228fd(0x9ba)+_0x2228fd(0x684)+_0x2228fd(0x98a)+_0x2228fd(0x467)+_0x2228fd(0xbdd)+_0x2228fd(0x69d)+_0x2228fd(0x6ef)+_0x2228fd(0x3ef)+_0x2228fd(0xa8d)+_0x2228fd(0x200)+_0x2228fd(0x5f9)+_0x2228fd(0x2ac)+_0x2228fd(0x395)+_0x2228fd(0x860)+_0x2228fd(0x1d2)+_0x2228fd(0xa4e)+_0x2228fd(0x9e9)+_0x2228fd(0xc66)+_0x2228fd(0x889)+'top;\x20'+'paddi'+_0x2228fd(0xca3)+_0x2228fd(0x4ea)+_0xaabf70[_0x2228fd(0x384)]+('</td>'+_0x2228fd(0x69d)+_0x2228fd(0x6ef)+_0x2228fd(0x3ef)+_0x2228fd(0xa8d)+'=\x22ver'+'tical'+_0x2228fd(0xb8f)+'n:top'+_0x2228fd(0x481)+_0x2228fd(0x639)+_0x2228fd(0x6bd)+_0x2228fd(0x51a)+'de>')+(_0x196bba[_0x2228fd(0x9a6)+_0x2228fd(0xa7a)]||_0x196bba[_0x2228fd(0x212)])+(_0x2228fd(0x7c1)+_0x2228fd(0x577)+_0x2228fd(0x96d)+_0x2228fd(0x6ef)+_0x2228fd(0x1c8)+_0x2228fd(0xc22)+_0x2228fd(0x739)+_0x2228fd(0xbcc)+'lign:'+_0x2228fd(0x3e6)+'r;\x20ve'+_0x2228fd(0x792)+_0x2228fd(0x1d0)+_0x2228fd(0x603)+_0x2228fd(0x3b6)+_0x2228fd(0xa02)+':10px'+';\x22>')+(_0xaabf70['requi'+'red']==!![]||_0xaabf70[_0x2228fd(0xafa)+_0x2228fd(0x789)]==_0x2228fd(0x674)?_0x2228fd(0x26e)+_0x2228fd(0x411)+'color'+_0x2228fd(0x87b)+_0x2228fd(0x862)+_0x2228fd(0x30d):'No')+(_0x2228fd(0xb09)+_0x2228fd(0x69d)+'\x20\x20\x20\x20\x20'+'\x20<td\x20'+_0x2228fd(0xa8d)+_0x2228fd(0xc92)+'t-ali'+_0x2228fd(0xb3e)+_0x2228fd(0x557)+'\x20vert'+_0x2228fd(0x2a4)+_0x2228fd(0x656)+_0x2228fd(0x6db)+_0x2228fd(0xcae)+_0x2228fd(0x70b)+_0x2228fd(0x73f)+'>')+(_0xaabf70[_0x2228fd(0xb0e)]==_0x2228fd(0x2f4)+'g'?_0xaabf70['maxle'+'ngth']||0xfa0:'-')+(_0x2228fd(0xb09)+_0x2228fd(0x69d)+'\x20\x20\x20\x20\x20'+'\x20<td\x20'+_0x2228fd(0xa8d)+_0x2228fd(0xc48)+_0x2228fd(0x444)+_0x2228fd(0xb8f)+'n:top'+_0x2228fd(0x481)+_0x2228fd(0x639)+_0x2228fd(0x6bd)+_0x2228fd(0x694)+_0x2228fd(0x6ef)+_0x2228fd(0x6ef)+_0x2228fd(0x1e1)+_0x2228fd(0xa8d)+_0x2228fd(0x200)+_0x2228fd(0x5f9)+_0x2228fd(0x77c)+_0x2228fd(0xc4f))+_0x150094+(_0x2228fd(0xc1e)+_0x2228fd(0xc6d)+'\x20\x20\x20\x20\x20'+_0x2228fd(0xb39))+(_0xaabf70[_0x2228fd(0x748)+_0x2228fd(0x989)]?_0x2228fd(0x1e1)+_0x2228fd(0xa8d)+_0x2228fd(0x87c)+_0x2228fd(0x71e)+_0x2228fd(0x26d)+'em;co'+_0x2228fd(0x262)+_0x2228fd(0x71d)+_0x2228fd(0x54b)+_0x2228fd(0x240)+_0x2228fd(0x5e8)+_0x2228fd(0x546)+_0x2228fd(0x394)+_0x2228fd(0x34c)+'x\x27>*\x20'+_0xaabf70[_0x2228fd(0x748)+'text']+('</div'+'>'):'')+('\x0a\x20\x20\x20\x20'+_0x2228fd(0x6ef)+_0x2228fd(0x9fa))+_0x4d0117+(_0x2228fd(0x69d)+'\x20\x20\x20\x20\x20'+_0x2228fd(0xb1e)+'>\x0a\x20\x20\x20'+_0x2228fd(0x29b)+_0x2228fd(0xbff)),_0x230382=_0xaabf70['form']||'';if(_0x230382&&_0x230382!=='0')try{const _0x1d15ae={};_0x1d15ae[_0x2228fd(0x212)]=_0x230382;const _0x4f4104=await global[_0x2228fd(0x6d9)+_0x2228fd(0x7c8)](_0x2228fd(0xbe5)+_0x2228fd(0xa09))[_0x2228fd(0x396)+'ne'](_0x1d15ae)['lean']();if(_0x4f4104&&_0x4f4104[_0x2228fd(0x981)+'s']){const _0x15bd0f=await renderSchema(_0x4f4104[_0x2228fd(0x981)+'s'],_0xb1af74,_0x11b354,_0x4f6bd5+0x1,_0x4f4104);_0x378d00+=_0x2228fd(0x69d)+'\x20\x20\x20\x20\x20'+_0x2228fd(0x1c8)+'r>\x0a\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2228fd(0x6ef)+_0x2228fd(0x37a)+_0x2228fd(0x2b1)+_0x2228fd(0x523)+_0x2228fd(0x2a5)+_0x2228fd(0xa8d)+_0x2228fd(0x708)+'ding:'+'\x200\x200\x20'+_0x2228fd(0x30c)+_0x2228fd(0x3e9)+_0x2228fd(0x935)+_0x2228fd(0x4c1)+'p:non'+_0x2228fd(0x737)+_0x2228fd(0x98a)+_0x2228fd(0x467)+_0x2228fd(0x237)+'c;\x22>\x0a'+_0x2228fd(0x6ef)+_0x2228fd(0x6ef)+_0x2228fd(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2228fd(0x1e1)+_0x2228fd(0xa8d)+_0x2228fd(0x42b)+_0x2228fd(0x6c8)+_0x2228fd(0x450)+'px\x20so'+_0x2228fd(0x929)+'3498d'+_0x2228fd(0xb3f)+_0x2228fd(0xa02)+'-left'+_0x2228fd(0x79c)+_0x2228fd(0x6de)+'gin-t'+_0x2228fd(0x343)+'px\x22>\x0a'+_0x2228fd(0x6ef)+_0x2228fd(0x6ef)+_0x2228fd(0x6ef)+_0x2228fd(0x6ef)+_0x2228fd(0x37a)+'div\x20s'+_0x2228fd(0xb80)+_0x2228fd(0xa2d)+_0x2228fd(0x9ad)+_0x2228fd(0xa5e)+_0x2228fd(0x80b)+'font-'+_0x2228fd(0x81c)+_0x2228fd(0xb72)+_0x2228fd(0x868)+'lor:#'+'3498d'+'b\x22>↳\x20'+_0x2228fd(0x9e6)+'rúc\x20c'+_0x2228fd(0x864)+'ết\x20['+_0x230382+(_0x2228fd(0x551)+_0x2228fd(0xa49)+_0x2228fd(0x6ef)+_0x2228fd(0x6ef)+_0x2228fd(0x6ef)+_0x2228fd(0x6ef)+'\x20\x20\x20')+_0x15bd0f+(_0x2228fd(0x69d)+_0x2228fd(0x6ef)+_0x2228fd(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2228fd(0x5d8)+_0x2228fd(0x52e)+_0x2228fd(0x6ef)+_0x2228fd(0x6ef)+_0x2228fd(0x37a)+_0x2228fd(0x348)+_0x2228fd(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20</t'+'r>');}}catch(_0x52e6ee){console[_0x2228fd(0xadf)](_0x52e6ee);}return _0x378d00;}));return'\x0a\x20\x20\x20\x20'+'<div\x20'+_0x2f2bf1(0xa8d)+_0x2f2bf1(0x753)+'ition'+_0x2f2bf1(0x455)+_0x2f2bf1(0x4ba)+_0x2f2bf1(0x6de)+'gin-b'+_0x2f2bf1(0x82a)+_0x2f2bf1(0x319)+_0x2f2bf1(0xa85)+'\x20\x20\x20\x20\x20'+_0x2f2bf1(0x2f2)+_0x2f2bf1(0x731)+_0x2f2bf1(0x404)+_0x2f2bf1(0xab6)+_0x2f2bf1(0x215)+_0x2f2bf1(0x6a0)+_0x2f2bf1(0x3e7)+'fy-co'+'ntent'+_0x2f2bf1(0x360)+_0x2f2bf1(0x1d3)+_0x2f2bf1(0x6de)+_0x2f2bf1(0x61a)+'ottom'+_0x2f2bf1(0xc7f)+';\x22>\x0a\x20'+_0x2f2bf1(0x6ef)+_0x2f2bf1(0x6ef)+'\x20<but'+'ton\x20o'+_0x2f2bf1(0x4f9)+'k=\x22va'+_0x2f2bf1(0xafe)+_0x2f2bf1(0x954)+_0x2f2bf1(0x8ba)+_0x2f2bf1(0x5db)+_0x2f2bf1(0xaab)+_0x2f2bf1(0xbdc)+_0x1770c3+(_0x2f2bf1(0x1e6)+_0x2f2bf1(0x9a3)+'ct();'+_0x2f2bf1(0xca2)+'ment.'+'execC'+_0x2f2bf1(0x578)+_0x2f2bf1(0xab3)+'py\x27);'+_0x2f2bf1(0x883)+'b=thi'+_0x2f2bf1(0x427)+'r\x20o=b'+'.inne'+_0x2f2bf1(0xa45)+_0x2f2bf1(0x730)+_0x2f2bf1(0xb84)+_0x2f2bf1(0x320)+'✅\x20Đã\x20'+'Copy!'+_0x2f2bf1(0x95e)+_0x2f2bf1(0xa8d)+_0x2f2bf1(0x5d3)+_0x2f2bf1(0x794)+'d=\x27#2'+'7ae60'+'\x27;\x20se'+'tTime'+'out(f'+'uncti'+_0x2f2bf1(0xa91)+_0x2f2bf1(0x555)+'erHTM'+_0x2f2bf1(0x959)+_0x2f2bf1(0x2cd)+_0x2f2bf1(0x6cf)+_0x2f2bf1(0x98a)+'und=\x27'+'#7f8c'+'8d\x27;}'+_0x2f2bf1(0xa28)+');\x22\x20\x0a'+_0x2f2bf1(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2f2bf1(0x6ef)+_0x2f2bf1(0x6ef)+'style'+_0x2f2bf1(0x760)+'kgrou'+_0x2f2bf1(0x5e9)+_0x2f2bf1(0xa1d)+'d;\x20co'+_0x2f2bf1(0x9d1)+_0x2f2bf1(0x77d)+_0x2f2bf1(0x935)+'er:\x20n'+_0x2f2bf1(0x647)+_0x2f2bf1(0x3eb)+_0x2f2bf1(0xaa5)+'px\x2012'+'px;\x20b'+_0x2f2bf1(0x8b1)+_0x2f2bf1(0x71c)+_0x2f2bf1(0x4ad)+_0x2f2bf1(0x38e)+_0x2f2bf1(0xaea)+':\x20poi'+_0x2f2bf1(0x557)+_0x2f2bf1(0x534)+_0x2f2bf1(0xa81)+_0x2f2bf1(0x382)+_0x2f2bf1(0x921)+_0x2f2bf1(0x9d3)+_0x2f2bf1(0x556)+_0x2f2bf1(0xa16)+'\x20font'+'-weig'+'ht:\x20b'+_0x2f2bf1(0x395)+_0x2f2bf1(0x2cf)+_0x2f2bf1(0xa2f)+_0x2f2bf1(0xc64)+_0x2f2bf1(0xc57)+'x\x20rgb'+_0x2f2bf1(0x9c2)+_0x2f2bf1(0x3d6)+_0x2f2bf1(0x75c)+_0x2f2bf1(0x69d)+_0x2f2bf1(0x6ef)+_0x2f2bf1(0x6ef)+_0x2f2bf1(0x722)+_0x2f2bf1(0xbc7)+_0x2f2bf1(0xb9a)+_0x2f2bf1(0x772)+'\x0a\x20\x20\x20\x20'+_0x2f2bf1(0x6ef)+_0x2f2bf1(0x29b)+_0x2f2bf1(0x43a)+_0x2f2bf1(0x27e)+_0x2f2bf1(0x6ef)+_0x2f2bf1(0x5d8)+_0x2f2bf1(0x52e)+_0x2f2bf1(0x6ef)+_0x2f2bf1(0xad8)+_0x2f2bf1(0x6ef)+_0x2f2bf1(0x916)+'area\x20'+_0x2f2bf1(0x3e5))+_0x1770c3+(_0x2f2bf1(0x9dc)+_0x2f2bf1(0xc36)+_0x2f2bf1(0xa82)+'on:ab'+_0x2f2bf1(0x2e6)+'e;\x20le'+_0x2f2bf1(0x77a)+_0x2f2bf1(0x90f)+_0x2f2bf1(0x81d)+':0;\x22\x20'+_0x2f2bf1(0x7b9)+_0x2f2bf1(0x46f)+_0x2f2bf1(0xc20)+_0x2f2bf1(0x816))+_0xadecc4+('</tex'+'tarea'+_0x2f2bf1(0xc6d)+_0x2f2bf1(0x6ef)+_0x2f2bf1(0x69d)+_0x2f2bf1(0x37a)+_0x2f2bf1(0x915)+_0x2f2bf1(0x9ba)+_0x2f2bf1(0x33b)+_0x2f2bf1(0x479)+_0x2f2bf1(0x5b9)+'borde'+_0x2f2bf1(0x359)+_0x2f2bf1(0x4e6)+_0x2f2bf1(0xb50)+_0x2f2bf1(0x6e7)+'\x20font'+_0x2f2bf1(0xa81)+_0x2f2bf1(0x477)+_0x2f2bf1(0x202)+_0x2f2bf1(0x834)+_0x2f2bf1(0x355)+_0x2f2bf1(0x726)+_0x2f2bf1(0x8b1)+_0x2f2bf1(0xa9d)+_0x2f2bf1(0xabe)+'rcolo'+_0x2f2bf1(0x63a)+'dd\x22>\x0a'+_0x2f2bf1(0x6ef)+_0x2f2bf1(0x6ef)+'\x20\x20<tr'+_0x2f2bf1(0x9ba)+'e=\x22ba'+_0x2f2bf1(0x98a)+_0x2f2bf1(0x467)+'f2f2f'+'2;\x20te'+_0x2f2bf1(0x7c7)+_0x2f2bf1(0xb12)+_0x2f2bf1(0xb87)+_0x2f2bf1(0x69d)+_0x2f2bf1(0x6ef)+_0x2f2bf1(0x6ef)+_0x2f2bf1(0xa1e)+_0x2f2bf1(0x9ba)+'e=\x22pa'+_0x2f2bf1(0xa02)+':10px'+';\x20wid'+_0x2f2bf1(0x778)+_0x2f2bf1(0x3bb)+_0x2f2bf1(0x2bd)+_0x2f2bf1(0x846)+_0x2f2bf1(0x8d6)+'/th>\x0a'+'\x20\x20\x20\x20\x20'+_0x2f2bf1(0x6ef)+_0x2f2bf1(0x6ef)+_0x2f2bf1(0x1f3)+_0x2f2bf1(0xa8d)+'=\x22pad'+'ding:'+'10px;'+_0x2f2bf1(0x42e)+'h:100'+_0x2f2bf1(0xb0f)+_0x2f2bf1(0x2f3)+_0x2f2bf1(0x70f)+'\x20\x20\x20\x20\x20'+_0x2f2bf1(0x6ef)+'\x20\x20\x20\x20\x20'+'<th\x20s'+_0x2f2bf1(0xb80)+'\x22padd'+'ing:1'+_0x2f2bf1(0x654)+_0x2f2bf1(0x69f)+_0x2f2bf1(0xb5c)+_0x2f2bf1(0x825)+_0x2f2bf1(0x771)+_0x2f2bf1(0xb3e)+_0x2f2bf1(0x385)+_0x2f2bf1(0xc8a)+_0x2f2bf1(0x8d8)+_0x2f2bf1(0xc74)+_0x2f2bf1(0x6ef)+_0x2f2bf1(0x6ef)+_0x2f2bf1(0x6ef)+_0x2f2bf1(0x1f3)+_0x2f2bf1(0xa8d)+'=\x22pad'+_0x2f2bf1(0x639)+'10px;'+_0x2f2bf1(0x42e)+_0x2f2bf1(0x886)+_0x2f2bf1(0x4fe)+_0x2f2bf1(0x7c7)+'ign:c'+_0x2f2bf1(0x3de)+'\x22>Max'+_0x2f2bf1(0x4cf)+'\x0a\x20\x20\x20\x20'+_0x2f2bf1(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20<th'+'\x20styl'+'e=\x22pa'+_0x2f2bf1(0xa02)+_0x2f2bf1(0xc12)+'\x22>Mô\x20'+_0x2f2bf1(0x474)+_0x2f2bf1(0x9d2)+_0x2f2bf1(0x55d)+'</th>'+'\x0a\x20\x20\x20\x20'+_0x2f2bf1(0x6ef)+_0x2f2bf1(0x29b)+'tr>\x0a\x20'+_0x2f2bf1(0x6ef)+_0x2f2bf1(0x6ef)+'\x20')+_0x4bce5[_0x2f2bf1(0xb68)]('')+(_0x2f2bf1(0x69d)+_0x2f2bf1(0x37a)+_0x2f2bf1(0x71f)+'e>\x0a\x20\x20'+_0x2f2bf1(0x361)+_0x2f2bf1(0xaca));},apiDocs=async function(_0x10c960,_0x4ceb81){const _0x2a5000=_0x5d7201;let _0x5b933d=configs[_0x2a5000(0x9a0)+'rl']||configs[_0x2a5000(0xa32)+'n'];const _0x3e5d28={};_0x3e5d28[_0x2a5000(0x212)]=_0x10c960;const _0x4744e9={};_0x4744e9[_0x2a5000(0x298)+_0x2a5000(0x54d)]=_0x10c960;const _0x5c949c={};_0x5c949c[_0x2a5000(0xb34)]=[_0x3e5d28,_0x4744e9];let _0x594052=await global[_0x2a5000(0x6d9)+'del'](_0x2a5000(0xbe5)+'nfo')[_0x2a5000(0x396)+'ne'](_0x5c949c)[_0x2a5000(0x7b8)]();if(!_0x594052)return _0x2a5000(0xc11)+_0x2a5000(0x7ee)+_0x2a5000(0x1d7)+_0x2a5000(0x41b)+_0x2a5000(0x28f)+_0x2a5000(0xbc5);let _0x3ab312=_0x594052['api_c'+_0x2a5000(0x54d)]||_0x594052[_0x2a5000(0x212)],_0x3af715=global['contr'+'oller'+'s'][_0x3ab312[_0x2a5000(0x850)+_0x2a5000(0x432)+'e']()];if(!_0x3af715)return _0x2a5000(0x7b7)+'ontro'+_0x2a5000(0x1ff)+_0x2a5000(0x66d)+_0x2a5000(0x8bb)+'àng.';let _0xd21ce0=_0x3af715[_0x2a5000(0x88b)+_0x2a5000(0x7db)][_0x2a5000(0xa1b)+'ce'](':id_a'+'pp',_0x4ceb81||'{id_a'+_0x2a5000(0xc87));const _0x2b4fae=_0x5b933d+('/api-'+_0x2a5000(0xc72)+'auth');let _0x51495a=_0xd21ce0[_0x2a5000(0x332)+'Of']('id_ap'+'p')>=0x0?_0x2a5000(0x8be)+_0x2a5000(0xb80)+'\x22colo'+'r:#8e'+_0x2a5000(0x459)+'\x20marg'+_0x2a5000(0xa21)+_0x2a5000(0x1e5)+_0x2a5000(0x2b6)+_0x2a5000(0x2c9)+'pp:</'+_0x2a5000(0xb97)+_0x2a5000(0x40a)+_0x2a5000(0x480)+_0x2a5000(0x1cd)+_0x2a5000(0xa6e)+_0x2a5000(0xacc)+_0x2a5000(0xbab)+_0x2a5000(0x924)+_0x2a5000(0xbb0)+'m\x20tro'+_0x2a5000(0x457)+_0x2a5000(0x65d)+'i>':'';const _0x3d50ed=_0x3ab312[_0x2a5000(0x7f5)+'erCas'+'e']()===_0x2a5000(0x257),_0x31937a=_0x3d50ed?_0x2a5000(0x69d)+_0x2a5000(0xbed)+_0x2a5000(0x81a)+_0x2a5000(0x6f4)+_0x2a5000(0x4f8)+_0x2a5000(0x507)+_0x2a5000(0xa4f)+_0x2a5000(0x51c)+_0x2a5000(0x60b)+'g:13p'+_0x2a5000(0x6f0)+_0x2a5000(0x9fd)+_0x2a5000(0xa0c)+_0x2a5000(0xb29)+_0x2a5000(0x3f3)+_0x2a5000(0xa9f)+_0x2a5000(0x22b)+_0x2a5000(0xc04)+'order'+_0x2a5000(0x71c)+_0x2a5000(0x894)+_0x2a5000(0xc13)+_0x2a5000(0x9e3)+_0x2a5000(0x463)+_0x2a5000(0x596)+_0x2a5000(0x289)+_0x2a5000(0xaf8)+_0x2a5000(0x32c)+_0x2a5000(0x4ea)+_0x2a5000(0x69d)+_0x2a5000(0x37a)+_0x2a5000(0x1cb)+_0x2a5000(0xb82)+'le=\x22c'+'olor:'+_0x2a5000(0x3d9)+_0x2a5000(0xbef)+_0x2a5000(0x8af)+_0x2a5000(0x6a8)+_0x2a5000(0x620)+_0x2a5000(0x41a)+_0x2a5000(0xa3b)+_0x2a5000(0x5ed)+'ng><b'+'r/>\x0a\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x75b)+'g\x20<co'+_0x2a5000(0xa38)+'ntent'+_0x2a5000(0xbca)+_0x2a5000(0x6b7)+_0x2a5000(0x973)+_0x2a5000(0x5f3)+_0x2a5000(0x8d2)+_0x2a5000(0xa65)+_0x2a5000(0x9c4)+'à\x20gửi'+'\x20file'+_0x2a5000(0xab0)+_0x2a5000(0x5ae)+_0x2a5000(0x773)+_0x2a5000(0x6fc)+_0x2a5000(0xab8)+_0x2a5000(0x70c)+_0x2a5000(0x61c)+_0x2a5000(0x24b)+_0x2a5000(0x918)+_0x2a5000(0x806)+_0x2a5000(0x5f7)+_0x2a5000(0x92f)+_0x2a5000(0x6bf)+_0x2a5000(0xa03)+'\x20\x20\x20\x20\x20'+_0x2a5000(0xb3a)+_0x2a5000(0x574)+_0x2a5000(0xa92)+_0x2a5000(0xaf5)+_0x2a5000(0x3c4)+_0x2a5000(0x6e8)+_0x2a5000(0x23e)+'RL\x20đó'+'\x20để\x20đ'+'iền\x20v'+'ào\x20cá'+'c\x20fie'+_0x2a5000(0x853)+'le\x20ở\x20'+_0x2a5000(0x475)+_0x2a5000(0x92e)+'hiệp\x20'+'vụ\x20kh'+_0x2a5000(0x347)+_0x2a5000(0x6ef)+_0x2a5000(0xc1e)+'>':'',_0x5e9911=await getAgentApiDefinition(_0x10c960,_0x4ceb81),_0x5e4e6b=JSON[_0x2a5000(0x29c)+_0x2a5000(0x61d)](_0x5e9911,null,0x2)['repla'+'ce'](/</g,'\x5cu003'+'c')['repla'+'ce'](/>/g,_0x2a5000(0x8e2)+'e'),_0x3b21cd='agent'+_0x2a5000(0x8ec)+Math[_0x2a5000(0x7d1)+'m']()[_0x2a5000(0xb6d)+_0x2a5000(0x45e)](0x24)[_0x2a5000(0xb49)+'r'](0x2,0x9),_0x253200=_0x2a5000(0x69d)+_0x2a5000(0xbed)+_0x2a5000(0x81a)+'le=\x22b'+_0x2a5000(0x4f8)+_0x2a5000(0x507)+_0x2a5000(0x2dc)+'7ff;\x20'+_0x2a5000(0x3eb)+_0x2a5000(0xac2)+_0x2a5000(0x30e)+_0x2a5000(0x654)+_0x2a5000(0xabe)+'r-lef'+_0x2a5000(0xc29)+_0x2a5000(0x58b)+_0x2a5000(0x2c6)+_0x2a5000(0x230)+_0x2a5000(0x6c4)+'der-r'+_0x2a5000(0x539)+_0x2a5000(0xaa0)+_0x2a5000(0x6de)+'gin-b'+'ottom'+_0x2a5000(0x2ee)+_0x2a5000(0xb47)+_0x2a5000(0x260)+_0x2a5000(0x360)+_0x2a5000(0x8b6)+_0x2a5000(0x47a)+_0x2a5000(0x1ef)+_0x2a5000(0x8cc)+_0x2a5000(0x3fd)+'-betw'+'een;\x20'+'align'+_0x2a5000(0xb5f)+'s:\x20ce'+_0x2a5000(0x557)+'\x20box-'+'shado'+_0x2a5000(0x528)+_0x2a5000(0x3c1)+_0x2a5000(0x518)+_0x2a5000(0x285)+_0x2a5000(0x265)+'.1);\x22'+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+_0x2a5000(0xbed)+'v>\x0a\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x589)+_0x2a5000(0x623)+_0x2a5000(0xa8d)+_0x2a5000(0xc63)+_0x2a5000(0x8f1)+_0x2a5000(0x3b8)+_0x2a5000(0xb9e)+'nt-si'+'ze:\x201'+_0x2a5000(0x51e)+_0x2a5000(0xa0f)+'ấu\x20tr'+_0x2a5000(0xc69)+_0x2a5000(0x391)+_0x2a5000(0x537)+_0x2a5000(0x9ae)+_0x2a5000(0x334)+'</str'+_0x2a5000(0x9cb)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x37a)+_0x2a5000(0xb2d)+_0x2a5000(0xae4)+_0x2a5000(0xa44)+':\x205px'+_0x2a5000(0x5e7)+_0x2a5000(0xada)+_0x2a5000(0x9d1)+_0x2a5000(0x9c7)+_0x2a5000(0x534)+'-size'+_0x2a5000(0x87f)+_0x2a5000(0x645)+_0x2a5000(0x7a5)+_0x2a5000(0xc7a)+_0x2a5000(0x1b4)+_0x2a5000(0xc3b)+_0x2a5000(0x881)+_0x2a5000(0xb51)+_0x2a5000(0xc3c)+_0x2a5000(0x516)+_0x2a5000(0x5a2)+'o\x20pro'+_0x2a5000(0xb7c)+_0x2a5000(0x83e)+'t\x20cho'+_0x2a5000(0x6b9)+_0x2a5000(0x62a)+_0x2a5000(0x923)+_0x2a5000(0x2a8)+_0x2a5000(0x294)+_0x2a5000(0xc6a)+'p>\x0a\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x29b)+_0x2a5000(0xc0e)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x1e1)+_0x2a5000(0xa8d)+_0x2a5000(0x322)+'x-shr'+'ink:0'+_0x2a5000(0x6de)+_0x2a5000(0x818)+'eft:2'+'0px;\x22'+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20<tex'+_0x2a5000(0x24c)+_0x2a5000(0x267)+_0x3b21cd+(_0x2a5000(0x9dc)+'le=\x22p'+_0x2a5000(0xa82)+_0x2a5000(0x988)+_0x2a5000(0x2e6)+_0x2a5000(0xc16)+'ft:-9'+'999px'+_0x2a5000(0x81d)+':0;\x22\x20'+'aria-'+_0x2a5000(0x46f)+_0x2a5000(0xc20)+_0x2a5000(0x816))+_0x5e4e6b+(_0x2a5000(0x1f2)+_0x2a5000(0x24c)+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x899)+_0x2a5000(0x9b4)+_0x2a5000(0x4f9)+_0x2a5000(0xc2a)+_0x2a5000(0xafe)+_0x2a5000(0x954)+_0x2a5000(0x8ba)+_0x2a5000(0x5db)+_0x2a5000(0xaab)+'Id(\x27')+_0x3b21cd+('\x27);\x20t'+_0x2a5000(0x9a3)+_0x2a5000(0x91f)+'\x20docu'+_0x2a5000(0xbf5)+'execC'+'omman'+_0x2a5000(0xab3)+_0x2a5000(0x416)+'\x20var\x20'+_0x2a5000(0x833)+_0x2a5000(0x427)+_0x2a5000(0x971)+_0x2a5000(0x223)+_0x2a5000(0xa45)+_0x2a5000(0x730)+_0x2a5000(0xb84)+'TML=\x27'+_0x2a5000(0x9bb)+_0x2a5000(0x7a5)+_0x2a5000(0xa40)+_0x2a5000(0x95e)+'style'+_0x2a5000(0x5d3)+_0x2a5000(0x794)+'d=\x27#2'+'7ae60'+_0x2a5000(0xc5c)+'tTime'+'out(f'+_0x2a5000(0x226)+'on(){'+_0x2a5000(0x555)+_0x2a5000(0x48d)+_0x2a5000(0x959)+_0x2a5000(0x2cd)+_0x2a5000(0x6cf)+_0x2a5000(0x98a)+_0x2a5000(0xa61)+_0x2a5000(0x9e8)+_0x2a5000(0x341)+_0x2a5000(0xa28)+_0x2a5000(0x927)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0xbd6)+_0x2a5000(0x6f4)+_0x2a5000(0x4f8)+_0x2a5000(0x507)+_0x2a5000(0x666)+_0x2a5000(0x313)+_0x2a5000(0x860)+':\x20#ff'+_0x2a5000(0x892)+_0x2a5000(0x831)+'\x20none'+_0x2a5000(0x481)+_0x2a5000(0x639)+_0x2a5000(0xc83)+_0x2a5000(0x494)+'\x20bord'+'er-ra'+_0x2a5000(0x99a)+_0x2a5000(0x5da)+_0x2a5000(0x4ab)+_0x2a5000(0xa06)+_0x2a5000(0xb43)+_0x2a5000(0x5d5)+_0x2a5000(0xaf8)+_0x2a5000(0xbb4)+'3px;\x20'+'trans'+_0x2a5000(0x293)+':\x200.2'+_0x2a5000(0x990)+_0x2a5000(0x3d0)+_0x2a5000(0xbd0)+_0x2a5000(0x299)+';\x20box'+_0x2a5000(0x76e)+'ow:\x200'+_0x2a5000(0x399)+_0x2a5000(0x93b)+_0x2a5000(0x721)+',0,0,'+_0x2a5000(0xbeb)+_0x2a5000(0x575)+_0x2a5000(0x259)+_0x2a5000(0x4fb)+_0x2a5000(0x470)+';\x22>\x0a\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x722)+_0x2a5000(0x5c6)+_0x2a5000(0x4e9)+_0x2a5000(0xbe3)+_0x2a5000(0xa8e)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x29b)+_0x2a5000(0x43a)+'n>\x0a\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x29b)+_0x2a5000(0xc0e)+_0x2a5000(0x6ef)+_0x2a5000(0x5d8)+_0x2a5000(0x52e)+'\x20\x20'),_0x863603=_0x2a5000(0x69d)+_0x2a5000(0xbed)+'v\x20sty'+_0x2a5000(0x5fb)+_0x2a5000(0x524)+_0x2a5000(0xace)+_0x2a5000(0x66f)+_0x2a5000(0x953)+'eight'+_0x2a5000(0x9a9)+_0x2a5000(0x6de)+_0x2a5000(0x394)+_0x2a5000(0x343)+_0x2a5000(0x37e)+_0x2a5000(0xa44)+'-bott'+_0x2a5000(0x442)+'x;\x22>L'+'ỗi\x20tr'+_0x2a5000(0x509)+_0x2a5000(0xc1e)+'>\x0a\x20\x20\x20'+'\x20\x20\x20<u'+_0x2a5000(0x2f5)+_0x2a5000(0xae4)+_0x2a5000(0xa44)+_0x2a5000(0x6b2)+_0x2a5000(0x60b)+_0x2a5000(0x468)+'t:20p'+'x;\x22>\x0a'+_0x2a5000(0x6ef)+_0x2a5000(0x4fc)+_0x2a5000(0xba3)+_0x2a5000(0x888)+_0x2a5000(0x404)+_0x2a5000(0xaf0)+_0x2a5000(0x2ed)+_0x2a5000(0x572)+_0x2a5000(0x8d9)+_0x2a5000(0x860)+_0x2a5000(0x72c)+'92b;\x22'+_0x2a5000(0xcaa)+_0x2a5000(0xbdf)+_0x2a5000(0x812)+_0x2a5000(0x2e5)+_0x2a5000(0xabd)+'age:\x20'+'\x22mô\x20t'+'ả\x20lỗi'+_0x2a5000(0xc50)+_0x2a5000(0x309)+_0x2a5000(0x2ad)+_0x2a5000(0xc8b)+_0x2a5000(0x1db)+'\x22\x20}</'+_0x2a5000(0x918)+_0x2a5000(0xbe2)+_0x2a5000(0x69d)+_0x2a5000(0x61e)+'l>';let _0x4db6db=_0x2a5000(0x69d)+'\x20\x20<h3'+_0x2a5000(0x78b)+_0x2a5000(0x934)+_0x2a5000(0x7ad)+_0x2a5000(0xb54)+_0x2a5000(0x365)+_0x2a5000(0x70e)+_0x2a5000(0xc6d)+_0x2a5000(0x1c8)+'able\x20'+_0x2a5000(0xa8d)+'=\x22wid'+_0x2a5000(0xaaf)+_0x2a5000(0xc31)+_0x2a5000(0x8b1)+_0x2a5000(0x517)+_0x2a5000(0xaee)+_0x2a5000(0xb79)+_0x2a5000(0x6ea)+_0x2a5000(0x58d)+'n-bot'+_0x2a5000(0xb25)+'0px\x22\x20'+_0x2a5000(0xabe)+'r=\x221\x22'+'\x20bord'+_0x2a5000(0xbbf)+_0x2a5000(0x1be)+_0x2a5000(0x5aa)+_0x2a5000(0x69d)+_0x2a5000(0x37a)+_0x2a5000(0x35a)+_0x2a5000(0x404)+_0x2a5000(0xaf0)+_0x2a5000(0x2ed)+_0x2a5000(0xae9)+_0x2a5000(0x694)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x734)+_0x2a5000(0xb80)+_0x2a5000(0xbd8)+'ing:1'+_0x2a5000(0x654)+'width'+':180p'+_0x2a5000(0x346)+_0x2a5000(0xbf8)+'ăng</'+'th>\x0a\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20<th\x20'+_0x2a5000(0xa8d)+_0x2a5000(0x708)+_0x2a5000(0x639)+_0x2a5000(0x6bd)+_0x2a5000(0x42e)+_0x2a5000(0x1eb)+'x;\x22>M'+_0x2a5000(0xaf1)+_0x2a5000(0x4cf)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x1c8)+_0x2a5000(0xb7e)+_0x2a5000(0xc36)+_0x2a5000(0x60b)+_0x2a5000(0xade)+'x\x22>Ch'+_0x2a5000(0x89f)+_0x2a5000(0xa7e)+_0x2a5000(0x278)+_0x2a5000(0xc8e)+_0x2a5000(0x947)+'ders,'+_0x2a5000(0x609)+_0x2a5000(0x6aa)+_0x2a5000(0x4bf)+_0x2a5000(0xc74)+_0x2a5000(0x6ef)+_0x2a5000(0x29b)+_0x2a5000(0x37c)+_0x2a5000(0x6ef)+_0x2a5000(0x1c8)+'r\x20sty'+'le=\x22b'+_0x2a5000(0x4f8)+_0x2a5000(0x507)+_0x2a5000(0x2dc)+'7ff;\x22'+'>\x0a\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20<'+_0x2a5000(0x2d4)+_0x2a5000(0x404)+'paddi'+'ng:10'+'px;\x20f'+_0x2a5000(0x953)+'eight'+_0x2a5000(0x9a9)+';\x20col'+_0x2a5000(0x764)+_0x2a5000(0x230)+_0x2a5000(0x27b)+_0x2a5000(0x6f8)+_0x2a5000(0x225)+_0x2a5000(0x688)+_0x2a5000(0x328)+_0x2a5000(0x4b8)+'h)</t'+_0x2a5000(0x96d)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x375)+_0x2a5000(0xb80)+_0x2a5000(0xbd8)+_0x2a5000(0x70b)+_0x2a5000(0x654)+_0x2a5000(0xc1c)+_0x2a5000(0x656)+_0x2a5000(0x8a5)+_0x2a5000(0x428)+_0x2a5000(0xaeb)+'T</b>'+_0x2a5000(0xb09)+'\x0a\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x1c8)+_0x2a5000(0xc22)+_0x2a5000(0xc36)+'addin'+_0x2a5000(0xade)+_0x2a5000(0x841)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x79a)+_0x2a5000(0x9ba)+_0x2a5000(0x655)+_0x2a5000(0xaf8)+_0x2a5000(0x852)+_0x2a5000(0x582)+_0x2a5000(0x4f8)+_0x2a5000(0x507)+_0x2a5000(0xb4c)+'fa;\x20c'+'olor:'+_0x2a5000(0x2bc)+_0x2a5000(0xcae)+_0x2a5000(0x59a)+_0x2a5000(0x281)+_0x2a5000(0x9e2)+_0x5b933d+(_0x2a5000(0xacd)+_0x2a5000(0x270)+'h')+_0xd21ce0+(_0x2a5000(0x7c1)+'e>\x0a\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x37a)+_0x2a5000(0x553)+_0x2a5000(0xb80)+'\x22marg'+_0x2a5000(0xa21)+_0x2a5000(0x6c2)+_0x2a5000(0x289)+_0x2a5000(0xaf8)+_0x2a5000(0x32c)+_0x2a5000(0x4ea)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x970)+'style'+_0x2a5000(0x708)+_0x2a5000(0x2fa)+'left:'+'20px;'+_0x2a5000(0x87e)+'in:0\x20'+_0x2a5000(0xa89)+'x\x200;\x22'+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20')+_0x51495a+(_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20</ul'+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0xbed)+_0x2a5000(0x81a)+_0x2a5000(0x5fb)+'olor:'+'#d354'+_0x2a5000(0xbfb)+_0x2a5000(0x953)+_0x2a5000(0x7bf)+':bold'+_0x2a5000(0x6de)+_0x2a5000(0x61a)+_0x2a5000(0x82a)+_0x2a5000(0x2bb)+'\x22>Hea'+_0x2a5000(0xc7c)+_0x2a5000(0xb8c)+_0x2a5000(0x4d3)+_0x2a5000(0x52e)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20<u'+'l\x20sty'+_0x2a5000(0xae4)+_0x2a5000(0xa44)+_0x2a5000(0x23c)+_0x2a5000(0x7a0)+_0x2a5000(0x7f3)+_0x2a5000(0xa02)+'-left'+_0x2a5000(0xc8c)+_0x2a5000(0x202)+'kgrou'+_0x2a5000(0x355)+_0x2a5000(0xb6b)+_0x2a5000(0x481)+'ding:'+'5px\x202'+'0px;\x20'+_0x2a5000(0xabe)+_0x2a5000(0xc19)+_0x2a5000(0x4de)+_0x2a5000(0x4ea)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0xb36)+_0x2a5000(0x8df)+'tinfo'+_0x2a5000(0xb99)+_0x2a5000(0xb31)+_0x2a5000(0x23a)+'e>')+_0x594052[_0x2a5000(0x212)]+(_0x2a5000(0x7c1)+_0x2a5000(0x2e1)+_0x2a5000(0x60a)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x29b)+_0x2a5000(0x55a)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x37a)+_0x2a5000(0x553)+_0x2a5000(0xb80)+_0x2a5000(0x88d)+_0x2a5000(0x7bb)+_0x2a5000(0x612)+_0x2a5000(0x534)+_0x2a5000(0x5f0)+_0x2a5000(0x854)+_0x2a5000(0x826)+_0x2a5000(0xa44)+_0x2a5000(0x997)+_0x2a5000(0x442)+_0x2a5000(0x80e)+_0x2a5000(0xc2c)+'JSON)'+_0x2a5000(0x4d3)+_0x2a5000(0x52e)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20<u'+_0x2a5000(0x2f5)+'le=\x22m'+_0x2a5000(0xa44)+_0x2a5000(0x6b2)+_0x2a5000(0x60b)+_0x2a5000(0x468)+_0x2a5000(0x204)+'x;\x22>\x0a'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x679)+'><b>p'+'age:<'+_0x2a5000(0xc88)+_0x2a5000(0x918)+_0x2a5000(0x7f7)+_0x2a5000(0x977)+'de>.\x20'+_0x2a5000(0x91b)+_0x2a5000(0x692)+'truy\x20'+_0x2a5000(0x2aa)+_0x2a5000(0x882)+'định\x20'+_0x2a5000(0x35e)+_0x2a5000(0xbee)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x38c)+_0x2a5000(0x6d5)+_0x2a5000(0xa15)+'/b>\x20<'+_0x2a5000(0x918)+'Numbe'+_0x2a5000(0x977)+'de>.\x20'+_0x2a5000(0x763)+'ng\x20tr'+_0x2a5000(0x800)+_0x2a5000(0x9da)+_0x2a5000(0x942)+_0x2a5000(0xaad)+_0x2a5000(0x316)+_0x2a5000(0x2f0)+_0x2a5000(0x60a)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0xb36)+_0x2a5000(0x7b0)+_0x2a5000(0x797)+_0x2a5000(0xc88)+_0x2a5000(0x918)+_0x2a5000(0x2f4)+_0x2a5000(0x34a)+'de>.\x20'+_0x2a5000(0x914)+_0x2a5000(0x3ff)+'\x20cần\x20'+'lấy,\x20'+_0x2a5000(0x2a8)+_0x2a5000(0x2a0)+_0x2a5000(0x99f)+_0x2a5000(0x2d5)+_0x2a5000(0x9bd)+'ịnh\x20l'+_0x2a5000(0xab7)+_0x2a5000(0x2a7)+'.</li'+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x37a)+'li><b'+_0x2a5000(0xa50)+_0x2a5000(0x8b5)+'>\x20<co'+_0x2a5000(0x536)+_0x2a5000(0x4b6)+_0x2a5000(0xc97)+_0x2a5000(0x7a9)+_0x2a5000(0xa3e)+_0x2a5000(0x65c)+_0x2a5000(0x37d)+_0x2a5000(0xc59)+_0x2a5000(0xb1d)+_0x2a5000(0x478)+_0x2a5000(0xc43)+'ổng\x20s'+_0x2a5000(0xadc)+_0x2a5000(0x5d6)+_0x2a5000(0xb8e)+_0x2a5000(0x99b)+_0x2a5000(0xca1)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20<li'+'\x20styl'+_0x2a5000(0x684)+_0x2a5000(0x98a)+_0x2a5000(0x8a6)+'#e8f4'+_0x2a5000(0xb58)+_0x2a5000(0x60b)+_0x2a5000(0xbc6)+_0x2a5000(0x9fd)+_0x2a5000(0xa0c)+_0x2a5000(0x768)+_0x2a5000(0xb30)+_0x2a5000(0xc13)+'rgin:'+_0x2a5000(0x2b9)+_0x2a5000(0x210)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x37a)+_0x2a5000(0x3e2)+_0x2a5000(0x29a)+_0x2a5000(0x22e)+_0x2a5000(0x649)+_0x2a5000(0x95d)+_0x2a5000(0x321)+_0x2a5000(0x7c1)+_0x2a5000(0x819)+_0x2a5000(0xc68)+_0x2a5000(0x646)+_0x2a5000(0x6cb)+'/code'+_0x2a5000(0x521)+_0x2a5000(0x491)+'de>0<'+'/code'+_0x2a5000(0x57f)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0xc33)+_0x2a5000(0x88e)+_0x2a5000(0x599)+_0x2a5000(0x918)+_0x2a5000(0x498)+_0x2a5000(0x982)+'API\x20s'+_0x2a5000(0x478)+'\x20về\x20d'+_0x2a5000(0xac1)+'u\x20dạn'+_0x2a5000(0xa72)+'ect\x20c'+_0x2a5000(0x1c6)+_0x2a5000(0x758)+_0x2a5000(0xbea)+_0x2a5000(0xabc)+_0x2a5000(0x723)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+(_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x37a)+_0x2a5000(0xa03)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x37a)+'code\x20'+_0x2a5000(0xa8d)+'=\x22dis'+_0x2a5000(0x24e)+_0x2a5000(0xc7d)+_0x2a5000(0x3cb)+_0x2a5000(0x838)+_0x2a5000(0xa44)+_0x2a5000(0xa99)+_0x2a5000(0x55b)+'backg'+_0x2a5000(0x2ed)+_0x2a5000(0x4c0)+';\x22>{\x20'+_0x2a5000(0x7df)+_0x2a5000(0xbf0)+_0x2a5000(0x3b3)+_0x2a5000(0xc54)+_0x2a5000(0x4e2)+_0x2a5000(0x6c6)+_0x2a5000(0x4e1)+_0x2a5000(0x29a)+_0x2a5000(0xab9)+_0x2a5000(0x48c)+_0x2a5000(0xa0b)+_0x2a5000(0xa53)+_0x2a5000(0x2e3)+_0x2a5000(0xa58)+_0x2a5000(0x761)+'\x20}\x20}<'+_0x2a5000(0xc97)+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20<'+'/li>\x0a'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x679)+_0x2a5000(0x633)+_0x2a5000(0xb31)+_0x2a5000(0x23a)+_0x2a5000(0xbd4)+_0x2a5000(0x4a6)+_0x2a5000(0x90e)+'Điều\x20'+_0x2a5000(0x1c1)+'lọc\x20('+_0x2a5000(0xbf6)+'DB\x20Qu'+_0x2a5000(0x8a4)+_0x2a5000(0xb37)+_0x2a5000(0xc79)+_0x2a5000(0x933)+'trúc\x20'+'tại\x20b'+_0x2a5000(0x950)+_0x2a5000(0xb9a)+_0x2a5000(0x93f)+_0x2a5000(0xc6d)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x61e)+_0x2a5000(0xa54)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20<d'+_0x2a5000(0x731)+_0x2a5000(0x404)+_0x2a5000(0x860)+_0x2a5000(0x4e4)+_0x2a5000(0x504)+_0x2a5000(0xa96)+_0x2a5000(0x81c)+_0x2a5000(0xb72)+'d;\x20ma'+_0x2a5000(0x9e3)+_0x2a5000(0x716)+'0px;\x20'+_0x2a5000(0x58d)+_0x2a5000(0xbf3)+_0x2a5000(0xb25)+'px;\x22>'+_0x2a5000(0x8db)+'uả\x20tr'+_0x2a5000(0x509)+_0x2a5000(0xc1e)+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x85f)+_0x2a5000(0x9ba)+_0x2a5000(0x80d)+'rgin:'+_0x2a5000(0x7f3)+_0x2a5000(0xa02)+_0x2a5000(0x20c)+_0x2a5000(0xc8c)+';\x22>\x0a\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x38c)+_0x2a5000(0xc11)+'\x20có\x20<'+_0x2a5000(0x918)+'pagin'+'ation'+_0x2a5000(0x7c1)+_0x2a5000(0x69e)+_0x2a5000(0x918)+_0x2a5000(0x5d2)+_0x2a5000(0x7c1)+'e>\x20—\x20'+_0x2a5000(0x685)+_0x2a5000(0x228)+_0x2a5000(0x250)+_0x2a5000(0x63f)+_0x2a5000(0x653)+'ng\x20hi'+'ện\x20tạ'+_0x2a5000(0xae5)+_0x2a5000(0x60a)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x58a)+_0x2a5000(0xa74)+_0x2a5000(0x7fb)+_0x2a5000(0x60d)+_0x2a5000(0x6c9)+_0x2a5000(0x7c1)+_0x2a5000(0x69e)+_0x2a5000(0x918)+'Objec'+_0x2a5000(0x97a)+_0x2a5000(0x82b)+_0x2a5000(0x23a)+_0x2a5000(0x32b)+_0x2a5000(0x6f4)+_0x2a5000(0x4f8)+'ound:'+_0x2a5000(0x23f)+_0x2a5000(0xae3)+_0x2a5000(0x538)+_0x2a5000(0x303)+_0x2a5000(0x5c2)+_0x2a5000(0x93e)+_0x2a5000(0xba9)+':\x20{\x20p'+'age,\x20'+_0x2a5000(0xc5b)+_0x2a5000(0xba4)+_0x2a5000(0xbb5)+_0x2a5000(0xbce)+_0x2a5000(0x350)+_0x2a5000(0x5b8)+_0x2a5000(0x918)+_0x2a5000(0xbe2)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x640)+'>\x0a\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20'))+_0x863603+('\x0a\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x361)+'iv>\x0a\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0xb1e)+'>\x0a\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x5b1)+_0x2a5000(0x94d)+_0x2a5000(0x6ef)+_0x2a5000(0x21f)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0xa2b)+'\x20styl'+_0x2a5000(0x7e9)+_0x2a5000(0xa02)+_0x2a5000(0xc12)+_0x2a5000(0xb17)+_0x2a5000(0x5f9)+_0x2a5000(0x2ac)+_0x2a5000(0xa75)+'Lấy\x20c'+_0x2a5000(0x864)+'ết\x2001'+_0x2a5000(0x3d4)+_0x2a5000(0x291)+'r/>(G'+_0x2a5000(0xa55)+_0x2a5000(0xa7c)+'/td>\x0a'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0xa2b)+_0x2a5000(0x9ba)+_0x2a5000(0x7e9)+_0x2a5000(0xa02)+_0x2a5000(0xc12)+_0x2a5000(0x825)+_0x2a5000(0x771)+'gn:ce'+'nter\x22'+'><b>G'+'ET</b'+_0x2a5000(0x220)+_0x2a5000(0xc6d)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20<'+'td\x20st'+_0x2a5000(0x404)+'paddi'+_0x2a5000(0xca3)+_0x2a5000(0x9f4)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20<cod'+_0x2a5000(0x32b)+'le=\x22f'+_0x2a5000(0x54b)+_0x2a5000(0xa4a)+'4px;\x20'+_0x2a5000(0xaf0)+_0x2a5000(0x2ed)+_0x2a5000(0x4ac)+'0fa;\x20'+_0x2a5000(0x860)+_0x2a5000(0x3e4)+_0x2a5000(0x481)+_0x2a5000(0x639)+_0x2a5000(0xa25)+'px;\x22>')+_0x5b933d+_0x2a5000(0x9fc)+_0xd21ce0+(_0x2a5000(0x8c9)+_0x2a5000(0x7c1)+'e>\x0a\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x37a)+_0x2a5000(0x553)+_0x2a5000(0xb80)+_0x2a5000(0xa2d)+_0x2a5000(0xa21)+_0x2a5000(0x6c2)+_0x2a5000(0x289)+_0x2a5000(0xaf8)+_0x2a5000(0x32c)+_0x2a5000(0x4ea)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x970)+'style'+'=\x22mar'+_0x2a5000(0xc89)+'\x200\x2010'+_0x2a5000(0x5ac)+_0x2a5000(0xcae)+_0x2a5000(0x7e5)+_0x2a5000(0x87d)+_0x2a5000(0x73f)+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20')+_0x51495a+(_0x2a5000(0x69d)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0xb36)+_0x2a5000(0x419)+_0x2a5000(0xb31)+_0x2a5000(0x6ba)+_0x2a5000(0x27f)+'n\x20ghi'+_0x2a5000(0x692)+_0x2a5000(0x858)+'ữ\x20liệ'+'u\x20(nằ'+_0x2a5000(0x5b3)+_0x2a5000(0x457)+'L)</l'+_0x2a5000(0x60a)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x29b)+_0x2a5000(0x55a)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20<'+'div\x20s'+_0x2a5000(0xb80)+_0x2a5000(0x88d)+_0x2a5000(0x99e)+'a085;'+'\x20font'+_0x2a5000(0x5f0)+'ht:bo'+_0x2a5000(0x826)+_0x2a5000(0xa44)+_0x2a5000(0x997)+'om:3p'+_0x2a5000(0xac6)+_0x2a5000(0x51d)+_0x2a5000(0x999)+_0x2a5000(0xc90)+_0x2a5000(0x824)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x970)+'style'+'=\x22mar'+_0x2a5000(0xc89)+_0x2a5000(0x481)+_0x2a5000(0x2fa)+_0x2a5000(0xb29)+_0x2a5000(0x2f6)+_0x2a5000(0x694)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20<li'+_0x2a5000(0x405)+_0x2a5000(0x878)+_0x2a5000(0x297)+_0x2a5000(0x918)+_0x2a5000(0x73a)+'n\x20ghi'+_0x2a5000(0x7ee)+_0x2a5000(0x2be)+'\x20theo'+_0x2a5000(0x933)+_0x2a5000(0xc4c)+'Schem'+_0x2a5000(0x8fa)+_0x2a5000(0x85a)+_0x2a5000(0x93f)+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x61e)+_0x2a5000(0xa54)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x9fa))+_0x863603+(_0x2a5000(0x69d)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20</d'+_0x2a5000(0xa49)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0xb1e)+_0x2a5000(0xc6d)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x5b1)+_0x2a5000(0x94d)+_0x2a5000(0x6ef))+(!_0x594052[_0x2a5000(0x906)+'dd']?'\x0a\x20\x20\x20\x20'+_0x2a5000(0x37a)+_0x2a5000(0x49d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x3ef)+_0x2a5000(0xa8d)+_0x2a5000(0x708)+_0x2a5000(0x639)+_0x2a5000(0x6bd)+_0x2a5000(0x534)+_0x2a5000(0x5f0)+_0x2a5000(0x854)+_0x2a5000(0x56d)+_0x2a5000(0xc35)+_0x2a5000(0x984)+'/>(Cr'+_0x2a5000(0x554)+_0x2a5000(0xb09)+'\x0a\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20<t'+'d\x20sty'+_0x2a5000(0xc36)+_0x2a5000(0x60b)+_0x2a5000(0xade)+_0x2a5000(0x4fe)+'xt-al'+_0x2a5000(0x43e)+_0x2a5000(0x3de)+'\x22><b>'+_0x2a5000(0x275)+_0x2a5000(0xa71)+_0x2a5000(0x632)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x3ef)+'style'+_0x2a5000(0x708)+_0x2a5000(0x639)+_0x2a5000(0x570)+'>\x0a\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x3a1)+_0x2a5000(0xb65)+_0x2a5000(0xb80)+_0x2a5000(0x21b)+'-size'+_0x2a5000(0x8f2)+_0x2a5000(0x202)+_0x2a5000(0x834)+_0x2a5000(0x45a)+_0x2a5000(0x246)+_0x2a5000(0x3fc)+_0x2a5000(0x9ca)+'00;\x20p'+_0x2a5000(0x60b)+_0x2a5000(0xaa4)+_0x2a5000(0x376)+'\x22>'+_0x5b933d+_0x2a5000(0x9fc)+_0xd21ce0+(_0x2a5000(0x7c1)+_0x2a5000(0x5fc)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x37a)+_0x2a5000(0x553)+_0x2a5000(0xb80)+'\x22marg'+'in-to'+_0x2a5000(0x6c2)+_0x2a5000(0x289)+_0x2a5000(0xaf8)+_0x2a5000(0x32c)+_0x2a5000(0x4ea)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x970)+_0x2a5000(0xa8d)+_0x2a5000(0x437)+_0x2a5000(0xc89)+_0x2a5000(0xa34)+'px\x200;'+_0x2a5000(0xcae)+_0x2a5000(0x7e5)+_0x2a5000(0x87d)+_0x2a5000(0x73f)+'>')+_0x51495a+(_0x2a5000(0x8a8)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x767)+_0x2a5000(0x9ba)+'e=\x22co'+_0x2a5000(0x262)+_0x2a5000(0x27c)+_0x2a5000(0x3df)+_0x2a5000(0x3d0)+_0x2a5000(0xbd0)+'bold;'+_0x2a5000(0x87e)+_0x2a5000(0x9ad)+'ttom:'+_0x2a5000(0xc9c)+_0x2a5000(0x8e4)+'ers\x20r'+_0x2a5000(0x6d2)+_0x2a5000(0xc1e)+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x85f)+_0x2a5000(0x9ba)+_0x2a5000(0x80d)+_0x2a5000(0x896)+_0x2a5000(0x44d)+'0px\x200'+';\x20pad'+_0x2a5000(0x2fa)+_0x2a5000(0xb29)+_0x2a5000(0x2f6)+_0x2a5000(0x1bf)+_0x2a5000(0x794)+_0x2a5000(0x979)+_0x2a5000(0x31e)+'\x20padd'+_0x2a5000(0x44f)+_0x2a5000(0xb69)+_0x2a5000(0x582)+'order'+_0x2a5000(0x71c)+'us:4p'+_0x2a5000(0xa85)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x37a)+_0x2a5000(0x49e)+_0x2a5000(0x446)+_0x2a5000(0x84f)+'code:'+_0x2a5000(0x22f)+_0x2a5000(0x79a)+'>')+_0x594052[_0x2a5000(0x212)]+('</cod'+_0x2a5000(0x2e1)+_0x2a5000(0x60a)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20')+(_0x3d50ed?_0x2a5000(0xb36)+_0x2a5000(0xc27)+_0x2a5000(0x2c3)+_0x2a5000(0x6ad)+_0x2a5000(0x22f)+_0x2a5000(0x79a)+'>mult'+'ipart'+_0x2a5000(0xc25)+_0x2a5000(0x2df)+'</cod'+'e>\x20<s'+_0x2a5000(0x569)+_0x2a5000(0xb80)+'\x22colo'+_0x2a5000(0xa97)+_0x2a5000(0xc0c)+_0x2a5000(0x534)+_0x2a5000(0x5f0)+_0x2a5000(0x854)+_0x2a5000(0xa9c)+_0x2a5000(0x4da)+_0x2a5000(0xa86)+_0x2a5000(0xa64)+'ng\x20dù'+'ng\x20ap'+_0x2a5000(0x52f)+_0x2a5000(0x3ca)+_0x2a5000(0x69a)+_0x2a5000(0x2ce)+_0x2a5000(0xb77)+'i>':'')+(_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x640)+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20')+(_0x3d50ed?_0x2a5000(0x69d)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x767)+_0x2a5000(0x9ba)+_0x2a5000(0x4a9)+_0x2a5000(0x262)+_0x2a5000(0x1dc)+'0;\x20fo'+'nt-we'+'ight:'+_0x2a5000(0x55f)+_0x2a5000(0x87e)+_0x2a5000(0x9ad)+_0x2a5000(0xa5e)+_0x2a5000(0xc9c)+_0x2a5000(0x349)+_0x2a5000(0x496)+_0x2a5000(0x973)+'t/for'+_0x2a5000(0x8d2)+_0x2a5000(0x8cd)+_0x2a5000(0xc0e)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x2ec)+_0x2a5000(0xb80)+_0x2a5000(0xa2d)+'in:0;'+_0x2a5000(0xcae)+'ing-l'+_0x2a5000(0x87d)+_0x2a5000(0x73f)+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x377)+_0x2a5000(0xa8d)+'=\x22bac'+_0x2a5000(0x834)+_0x2a5000(0x355)+_0x2a5000(0x64d)+_0x2a5000(0x481)+_0x2a5000(0x639)+'6px\x208'+_0x2a5000(0x582)+_0x2a5000(0x8b1)+_0x2a5000(0x71c)+'us:3p'+_0x2a5000(0x9fd)+_0x2a5000(0xa0c)+_0x2a5000(0xb29)+_0x2a5000(0x545)+'olid\x20'+_0x2a5000(0x22b)+'12;\x22>'+'\x0a\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20<'+_0x2a5000(0xc3d)+_0x2a5000(0xb5b)+_0x2a5000(0x835)+_0x2a5000(0x339)+_0x2a5000(0xac9)+_0x2a5000(0x372)+'inary'+_0x2a5000(0x5ad)+_0x2a5000(0x81e)+_0x2a5000(0x8fe)+_0x2a5000(0x95c)+_0x2a5000(0xb2f)+_0x2a5000(0xa35)+_0x2a5000(0xab8)+_0x2a5000(0x70c)+_0x2a5000(0x61c)+_0x2a5000(0x24b)+_0x2a5000(0x918)+_0x2a5000(0x806)+'le</b'+_0x2a5000(0x92f)+_0x2a5000(0x6bf)+'br/>\x0a'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20<s'+'pan\x20s'+_0x2a5000(0xb80)+_0x2a5000(0x88d)+_0x2a5000(0x755)+_0x2a5000(0x6ae)+'\x20font'+_0x2a5000(0xa81)+_0x2a5000(0x585)+_0x2a5000(0xabf)+_0x2a5000(0x9b6)+_0x2a5000(0x205)+'URL\x20c'+_0x2a5000(0xa8f)+_0x2a5000(0x1e0)+_0x2a5000(0xa93)+_0x2a5000(0x6d0)+_0x2a5000(0x567)+_0x2a5000(0x53d)+_0x2a5000(0x9cd)+_0x2a5000(0x295)+_0x2a5000(0x7d2)+_0x2a5000(0x93d)+'\x20điền'+_0x2a5000(0x73d)+_0x2a5000(0x981)+_0x2a5000(0xb83)+'\x20ở\x20cá'+_0x2a5000(0x681)+_0x2a5000(0x7f6)+'.</sp'+_0x2a5000(0x3f9)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+'\x20\x20\x20</'+_0x2a5000(0xbee)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x37a)+'/ul>\x0a'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x1e1)+_0x2a5000(0xa8d)+_0x2a5000(0xc63)+_0x2a5000(0x822)+_0x2a5000(0x522)+_0x2a5000(0xb17)+_0x2a5000(0x5f9)+'ght:b'+_0x2a5000(0x395)+_0x2a5000(0x58d)+_0x2a5000(0x754)+_0x2a5000(0xc12)+_0x2a5000(0x6de)+'gin-b'+'ottom'+':3px;'+_0x2a5000(0x880)+_0x2a5000(0x5d6)+_0x2a5000(0x308)+'ề:</d'+_0x2a5000(0xa49)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x37a)+_0x2a5000(0xb1f)+_0x2a5000(0x404)+_0x2a5000(0x58d)+'n:0;\x20'+_0x2a5000(0x3eb)+'ng-le'+'ft:20'+_0x2a5000(0x4ea)+'\x0a\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0xb36)+_0x2a5000(0x918)+_0x2a5000(0x21d)+'t</co'+_0x2a5000(0x82b)+'\x20<cod'+_0x2a5000(0x32b)+_0x2a5000(0x6f4)+_0x2a5000(0x4f8)+'ound:'+_0x2a5000(0x23f)+_0x2a5000(0xae3)+_0x2a5000(0x72d)+_0x2a5000(0xaf6)+_0x2a5000(0xacf)+_0x2a5000(0xb96)+_0x2a5000(0x1e0)+_0x2a5000(0xa93)+'\x20uplo'+'ad\x22\x20}'+(_0x2a5000(0x7c1)+'e></l'+_0x2a5000(0x60a)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x29b)+_0x2a5000(0x55a)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0xb39))+_0x863603:_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x767)+_0x2a5000(0x9ba)+_0x2a5000(0x4a9)+_0x2a5000(0x262)+_0x2a5000(0x1dc)+'0;\x20fo'+_0x2a5000(0x3d0)+'ight:'+_0x2a5000(0x55f)+_0x2a5000(0x87e)+_0x2a5000(0x9ad)+_0x2a5000(0xa5e)+'3px;\x22'+_0x2a5000(0x349)+_0x2a5000(0x33e)+_0x2a5000(0x788)+_0x2a5000(0xc0e)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x2ec)+_0x2a5000(0xb80)+'\x22marg'+_0x2a5000(0x641)+'0\x2010p'+_0x2a5000(0xa3f)+_0x2a5000(0x3eb)+_0x2a5000(0xa33)+'ft:20'+_0x2a5000(0x4ea)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+'<li>M'+_0x2a5000(0x263)+_0x2a5000(0xb4e)+'chứa\x20'+'dữ\x20li'+_0x2a5000(0x78d)+'a\x20bản'+'\x20ghi\x20'+_0x2a5000(0x857)+'Tham\x20'+'khảo\x20'+_0x2a5000(0x913)+_0x2a5000(0xbe9)+'ại\x20bả'+_0x2a5000(0x4c8)+_0x2a5000(0xaff)+'</li>'+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x640)+'>\x0a\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0xbed)+_0x2a5000(0x81a)+_0x2a5000(0x5fb)+_0x2a5000(0x524)+_0x2a5000(0x390)+_0x2a5000(0x961)+_0x2a5000(0x953)+_0x2a5000(0x7bf)+':bold'+';\x20mar'+_0x2a5000(0x61a)+'ottom'+':3px;'+_0x2a5000(0x880)+_0x2a5000(0x5d6)+_0x2a5000(0x308)+_0x2a5000(0x1f4)+'iv>\x0a\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x37a)+_0x2a5000(0xb1f)+'yle=\x22'+_0x2a5000(0x58d)+_0x2a5000(0x36d)+_0x2a5000(0x3eb)+'ng-le'+'ft:20'+_0x2a5000(0x4ea)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0xb36)+'code>'+_0x2a5000(0x21d)+_0x2a5000(0x97a)+'de>\x20—'+_0x2a5000(0x3d4)+_0x2a5000(0x9c9)+_0x2a5000(0x380)+_0x2a5000(0x6b3)+_0x2a5000(0x2b7)+_0x2a5000(0x9af)+'các\x20f'+_0x2a5000(0xb2a)+_0x2a5000(0x1bd)+_0x2a5000(0x6fa)+_0x2a5000(0x266)+'o\x20gồm'+_0x2a5000(0x23a)+_0x2a5000(0x94c)+_0x2a5000(0x7c1)+_0x2a5000(0x849)+_0x2a5000(0x245)+_0x2a5000(0xc26)+_0x2a5000(0x388)+'ra).<'+'/li>\x0a'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x8a8)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20'+_0x863603)+('\x0a\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x361)+_0x2a5000(0xa49)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0xb1e)+'>\x0a\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x5b1)+_0x2a5000(0x94d)+_0x2a5000(0x6ef))+(!_0x3d50ed?_0x2a5000(0x69d)+'\x20\x20\x20\x20<'+_0x2a5000(0x49d)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x3ef)+_0x2a5000(0xa8d)+_0x2a5000(0x708)+_0x2a5000(0x639)+_0x2a5000(0x6bd)+_0x2a5000(0x534)+_0x2a5000(0x5f0)+_0x2a5000(0x854)+'ld\x22>I'+'mport'+_0x2a5000(0x23d)+'iệu<b'+_0x2a5000(0x4aa)+_0x2a5000(0x839)+_0x2a5000(0x87a)+'</td>'+_0x2a5000(0x69d)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x1c8)+_0x2a5000(0xc22)+_0x2a5000(0xc36)+_0x2a5000(0x60b)+_0x2a5000(0xade)+_0x2a5000(0x4fe)+'xt-al'+'ign:c'+_0x2a5000(0x3de)+_0x2a5000(0x563)+_0x2a5000(0x275)+_0x2a5000(0xa71)+_0x2a5000(0x632)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x3ef)+'style'+_0x2a5000(0x708)+_0x2a5000(0x639)+_0x2a5000(0x570)+'>\x0a\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x3a1)+_0x2a5000(0xb65)+_0x2a5000(0xb80)+_0x2a5000(0x21b)+_0x2a5000(0xa81)+_0x2a5000(0x8f2)+';\x20bac'+'kgrou'+'nd:#e'+'1f0fa'+_0x2a5000(0x3fc)+'or:#0'+_0x2a5000(0x508)+_0x2a5000(0x60b)+_0x2a5000(0xaa4)+'\x208px;'+'\x22>'+_0x5b933d+_0x2a5000(0x9fc)+_0xd21ce0+('/impo'+'rt/js'+_0x2a5000(0xa08)+'ode>\x0a'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x767)+_0x2a5000(0x9ba)+_0x2a5000(0x80d)+'rgin-'+'top:1'+_0x2a5000(0x654)+_0x2a5000(0xa96)+_0x2a5000(0x8b4)+'13px;'+_0x2a5000(0x694)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x658)+_0x2a5000(0x2f5)+'le=\x22m'+_0x2a5000(0xa44)+_0x2a5000(0x23c)+_0x2a5000(0x7a0)+_0x2a5000(0x7f3)+_0x2a5000(0xa02)+_0x2a5000(0x20c)+_0x2a5000(0xc8c)+_0x2a5000(0xabb))+_0x51495a+(_0x2a5000(0x8a8)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x767)+_0x2a5000(0x9ba)+_0x2a5000(0x4a9)+_0x2a5000(0x262)+_0x2a5000(0x27c)+'0;\x20fo'+_0x2a5000(0x3d0)+_0x2a5000(0xbd0)+'bold;'+_0x2a5000(0x87e)+_0x2a5000(0x9ad)+_0x2a5000(0xa5e)+_0x2a5000(0xc9c)+_0x2a5000(0x8e4)+_0x2a5000(0xb92)+_0x2a5000(0x6d2)+_0x2a5000(0xc1e)+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x85f)+_0x2a5000(0x9ba)+_0x2a5000(0x80d)+_0x2a5000(0x896)+_0x2a5000(0x44d)+'0px\x200'+_0x2a5000(0x481)+'ding-'+_0x2a5000(0xb29)+_0x2a5000(0x2f6)+_0x2a5000(0x1bf)+_0x2a5000(0x794)+'d:#ff'+'f3e0;'+_0x2a5000(0xcae)+_0x2a5000(0x44f)+_0x2a5000(0xb69)+_0x2a5000(0x582)+'order'+_0x2a5000(0x71c)+_0x2a5000(0x894)+_0x2a5000(0xa85)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x37a)+_0x2a5000(0x49e)+'>list'+_0x2a5000(0x84f)+_0x2a5000(0x91a)+_0x2a5000(0x22f)+'<code'+'>')+_0x594052[_0x2a5000(0x212)]+('</cod'+_0x2a5000(0x2e1)+_0x2a5000(0x60a)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x29b)+_0x2a5000(0x55a)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20<'+_0x2a5000(0x553)+_0x2a5000(0xb80)+_0x2a5000(0x88d)+_0x2a5000(0x99e)+_0x2a5000(0xc45)+'\x20font'+'-weig'+_0x2a5000(0x854)+'ld;\x20m'+'argin'+_0x2a5000(0x997)+_0x2a5000(0x442)+_0x2a5000(0x6e1)+_0x2a5000(0x798)+_0x2a5000(0x1e4)+_0x2a5000(0x565)+_0x2a5000(0x4d3)+_0x2a5000(0x52e)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x658)+_0x2a5000(0x2f5)+_0x2a5000(0xae4)+_0x2a5000(0xa44)+_0x2a5000(0x23c)+_0x2a5000(0x7a0)+_0x2a5000(0x7f3)+_0x2a5000(0xa02)+_0x2a5000(0x20c)+':20px'+_0x2a5000(0x202)+_0x2a5000(0x834)+'nd:#e'+'8f8f5'+_0x2a5000(0x481)+_0x2a5000(0x639)+_0x2a5000(0x30e)+_0x2a5000(0x654)+'borde'+_0x2a5000(0xc19)+_0x2a5000(0x4de)+_0x2a5000(0x4ea)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'<li><'+_0x2a5000(0x5b4)+'ate:<'+'/b>\x20<'+_0x2a5000(0x918)+'true<'+_0x2a5000(0xc97)+'>\x20hoặ'+_0x2a5000(0x491)+_0x2a5000(0x6a5)+_0x2a5000(0xc00)+'code>'+_0x2a5000(0xa66)+'cập\x20n'+'hật\x20g'+_0x2a5000(0xc68)+_0x2a5000(0x9c1)+'\x20nếu\x20'+_0x2a5000(0x431)+'ượng\x20'+_0x2a5000(0x673)+_0x2a5000(0x254)+_0x2a5000(0x2da)+_0x2a5000(0x83b)+'?</li'+'>\x0a\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x61e)+'l>\x0a\x20\x20'+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x2f2)+_0x2a5000(0x731)+'yle=\x22'+_0x2a5000(0x860)+_0x2a5000(0xc1a)+_0x2a5000(0x65a)+'font-'+_0x2a5000(0x81c)+_0x2a5000(0xb72)+_0x2a5000(0x9e1)+_0x2a5000(0x9e3)+'botto'+_0x2a5000(0x9c5)+_0x2a5000(0x4e8)+_0x2a5000(0xab4)+'SON):'+_0x2a5000(0xc1e)+_0x2a5000(0xc6d)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x85f)+_0x2a5000(0x9ba)+_0x2a5000(0x80d)+_0x2a5000(0x896)+_0x2a5000(0x44d)+_0x2a5000(0xc9d)+';\x20pad'+_0x2a5000(0x2fa)+_0x2a5000(0xb29)+_0x2a5000(0x2f6)+'\x22>\x0a\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x679)+'>Là\x20m'+_0x2a5000(0xaae)+'>mảng'+_0x2a5000(0xc32)+_0x2a5000(0x602)+_0x2a5000(0x418)+'ứa\x20da'+'nh\x20sá'+_0x2a5000(0x451)+_0x2a5000(0x980)+_0x2a5000(0x485)+'cần\x20i'+'mport'+'.</li'+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x61e)+_0x2a5000(0xa54)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x9fa))+_0x863603+(_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x361)+_0x2a5000(0xa49)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0xb1e)+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+'</tr>'):''):'')+(_0x2a5000(0x94d)+_0x2a5000(0x6ef))+(!_0x594052[_0x2a5000(0xbfe)+'pdate']?_0x2a5000(0x69d)+'\x20\x20\x20\x20<'+_0x2a5000(0x49d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x3ef)+_0x2a5000(0xa8d)+_0x2a5000(0x708)+_0x2a5000(0x639)+_0x2a5000(0x6bd)+_0x2a5000(0x534)+_0x2a5000(0x5f0)+'ht:bo'+'ld\x22>C'+_0x2a5000(0x711)+_0x2a5000(0xb56)+'\x20liệu'+_0x2a5000(0x56c)+'(Upda'+_0x2a5000(0x402)+_0x2a5000(0x632)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x3ef)+_0x2a5000(0xa8d)+'=\x22pad'+_0x2a5000(0x639)+'10px;'+_0x2a5000(0xc44)+'-alig'+_0x2a5000(0x5a3)+_0x2a5000(0xbe7)+_0x2a5000(0x9d7)+_0x2a5000(0x1cf)+_0x2a5000(0xb09)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x1c8)+_0x2a5000(0xc22)+'le=\x22p'+_0x2a5000(0x60b)+_0x2a5000(0xade)+'x\x22>\x0a\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x79a)+'\x20styl'+_0x2a5000(0x655)+_0x2a5000(0xaf8)+_0x2a5000(0x852)+_0x2a5000(0x582)+_0x2a5000(0x4f8)+_0x2a5000(0x507)+_0x2a5000(0xb4c)+_0x2a5000(0x2c4)+_0x2a5000(0x524)+_0x2a5000(0x2bc)+_0x2a5000(0xcae)+'ing:4'+'px\x208p'+_0x2a5000(0x9e2)+_0x5b933d+'/api'+_0xd21ce0+('/:_id'+_0x2a5000(0x7c1)+'e>\x0a\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x37a)+'div\x20s'+_0x2a5000(0xb80)+_0x2a5000(0xa2d)+_0x2a5000(0xa21)+'p:10p'+_0x2a5000(0x289)+_0x2a5000(0xaf8)+_0x2a5000(0x32c)+_0x2a5000(0x4ea)+_0x2a5000(0x69d)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x970)+_0x2a5000(0xa8d)+_0x2a5000(0x437)+_0x2a5000(0xc89)+_0x2a5000(0xa34)+_0x2a5000(0x5ac)+'\x20padd'+'ing-l'+'eft:2'+_0x2a5000(0x73f)+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20')+_0x51495a+(_0x2a5000(0x69d)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0xb36)+'b>_id'+':</b>'+_0x2a5000(0x6ba)+_0x2a5000(0x27f)+_0x2a5000(0x424)+_0x2a5000(0x692)+'cập\x20n'+'hật\x20('+_0x2a5000(0x44a)+_0x2a5000(0x623)+_0x2a5000(0x397)+_0x2a5000(0xca1)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x8a8)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x767)+_0x2a5000(0x9ba)+_0x2a5000(0x4a9)+_0x2a5000(0x262)+_0x2a5000(0x27c)+_0x2a5000(0x3df)+_0x2a5000(0x3d0)+'ight:'+_0x2a5000(0x55f)+'\x20marg'+_0x2a5000(0x9ad)+_0x2a5000(0xa5e)+'3px;\x22'+'>Head'+'ers\x20r'+_0x2a5000(0x6d2)+_0x2a5000(0xc1e)+_0x2a5000(0xc6d)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x85f)+_0x2a5000(0x9ba)+'e=\x22ma'+_0x2a5000(0x896)+'0\x200\x201'+_0x2a5000(0xc9d)+_0x2a5000(0x481)+_0x2a5000(0x2fa)+'left:'+_0x2a5000(0x2f6)+_0x2a5000(0x1bf)+_0x2a5000(0x794)+_0x2a5000(0x979)+'f3e0;'+'\x20padd'+_0x2a5000(0x44f)+_0x2a5000(0xb69)+_0x2a5000(0x582)+'order'+'-radi'+'us:4p'+_0x2a5000(0xa85)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x37a)+_0x2a5000(0x49e)+'>list'+'info-'+_0x2a5000(0x91a)+_0x2a5000(0x22f)+'<code'+'>')+_0x594052[_0x2a5000(0x212)]+(_0x2a5000(0x7c1)+'e></l'+_0x2a5000(0x60a)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20')+(_0x3d50ed?_0x2a5000(0xb36)+_0x2a5000(0xc27)+'tent-'+_0x2a5000(0x6ad)+_0x2a5000(0x22f)+_0x2a5000(0x79a)+'>mult'+_0x2a5000(0xaf2)+_0x2a5000(0xc25)+'-data'+'</cod'+_0x2a5000(0xc61)+_0x2a5000(0x569)+'tyle='+_0x2a5000(0x88d)+'r:#c0'+'392b;'+'\x20font'+_0x2a5000(0x5f0)+_0x2a5000(0x854)+_0x2a5000(0xa9c)+'(bắt\x20'+_0x2a5000(0xa86)+_0x2a5000(0xa64)+'ng\x20dù'+_0x2a5000(0xa29)+'plica'+_0x2a5000(0x3ca)+_0x2a5000(0x69a)+_0x2a5000(0x2ce)+_0x2a5000(0xb77)+'i>':'')+(_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x640)+_0x2a5000(0xc6d)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20')+(_0x3d50ed?_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x767)+_0x2a5000(0x9ba)+_0x2a5000(0x4a9)+_0x2a5000(0x262)+_0x2a5000(0x1dc)+_0x2a5000(0x3df)+_0x2a5000(0x3d0)+_0x2a5000(0xbd0)+_0x2a5000(0x55f)+_0x2a5000(0x87e)+'in-bo'+_0x2a5000(0xa5e)+'3px;\x22'+'>Body'+_0x2a5000(0x496)+_0x2a5000(0x973)+'t/for'+_0x2a5000(0x8d2)+_0x2a5000(0x8cd)+_0x2a5000(0xc0e)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x2ec)+_0x2a5000(0xb80)+'\x22marg'+_0x2a5000(0x5c3)+_0x2a5000(0xcae)+'ing-l'+_0x2a5000(0x87d)+'0px;\x22'+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x377)+_0x2a5000(0xa8d)+'=\x22bac'+'kgrou'+'nd:#f'+_0x2a5000(0x64d)+';\x20pad'+_0x2a5000(0x639)+_0x2a5000(0x2e9)+'px;\x20b'+_0x2a5000(0x8b1)+_0x2a5000(0x71c)+_0x2a5000(0x940)+_0x2a5000(0x9fd)+'rder-'+_0x2a5000(0xb29)+_0x2a5000(0x545)+_0x2a5000(0xa9f)+'#f39c'+_0x2a5000(0x879)+'\x0a\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x37a)+_0x2a5000(0xc3d)+_0x2a5000(0xb5b)+_0x2a5000(0x835)+_0x2a5000(0x339)+'ile\x20('+'raw\x20b'+_0x2a5000(0xb81)+')</co'+_0x2a5000(0x81e)+'Gửi\x20f'+_0x2a5000(0x340)+_0x2a5000(0x8da)+'\x20thay'+_0x2a5000(0x7fd)+'file\x20'+_0x2a5000(0x8fb)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20</'+'li>\x0a\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x37a)+_0x2a5000(0x986)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x1e1)+_0x2a5000(0xa8d)+_0x2a5000(0xc63)+_0x2a5000(0x822)+'6a085'+_0x2a5000(0xb17)+_0x2a5000(0x5f9)+_0x2a5000(0x2ac)+'old;\x20'+'margi'+_0x2a5000(0x754)+_0x2a5000(0xc12)+_0x2a5000(0x6de)+_0x2a5000(0x61a)+_0x2a5000(0x82a)+':3px;'+_0x2a5000(0x880)+'\x20quả\x20'+'trả\x20v'+_0x2a5000(0x1f4)+_0x2a5000(0xa49)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x37a)+_0x2a5000(0xb1f)+_0x2a5000(0x404)+_0x2a5000(0x58d)+'n:0;\x20'+_0x2a5000(0x3eb)+_0x2a5000(0xa33)+_0x2a5000(0x662)+'px;\x22>'+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0xb36)+_0x2a5000(0x918)+_0x2a5000(0x21d)+_0x2a5000(0x97a)+_0x2a5000(0x82b)+_0x2a5000(0x23a)+_0x2a5000(0x32b)+_0x2a5000(0x6f4)+_0x2a5000(0x4f8)+_0x2a5000(0x507)+_0x2a5000(0x23f)+_0x2a5000(0xae3)+_0x2a5000(0x72d)+':\x20\x22đư'+'ờng\x20d'+'ẫn\x20fi'+'le\x20mớ'+_0x2a5000(0x3dd)+_0x2a5000(0xc06)+_0x2a5000(0xb21)+'d\x22\x20}<'+_0x2a5000(0xc97)+_0x2a5000(0xca7)+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20</u'+_0x2a5000(0xa54)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x9fa)+_0x863603:'\x0a\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20<div'+_0x2a5000(0x9ba)+_0x2a5000(0x4a9)+'lor:#'+_0x2a5000(0x1dc)+'0;\x20fo'+_0x2a5000(0x3d0)+'ight:'+'bold;'+'\x20marg'+_0x2a5000(0x9ad)+'ttom:'+_0x2a5000(0xc9c)+'>Body'+_0x2a5000(0x33e)+_0x2a5000(0x788)+_0x2a5000(0xc0e)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'<ul\x20s'+'tyle='+_0x2a5000(0xa2d)+_0x2a5000(0x641)+'0\x2010p'+_0x2a5000(0xa3f)+'paddi'+_0x2a5000(0xa33)+_0x2a5000(0x662)+_0x2a5000(0x4ea)+_0x2a5000(0x69d)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x58a)+_0x2a5000(0x24f)+_0x2a5000(0xba2)+_0x2a5000(0x861)+_0x2a5000(0x697)+_0x2a5000(0x2f9)+_0x2a5000(0x9ee)+_0x2a5000(0xa66)+_0x2a5000(0xa57)+_0x2a5000(0x711)+_0x2a5000(0xc09)+'hoặc\x20'+_0x2a5000(0xb8d)+_0x2a5000(0x747)+_0x2a5000(0xa13)+_0x2a5000(0x7c3)+_0x2a5000(0x5ef)+'i>\x0a\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x29b)+_0x2a5000(0x55a)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20<'+_0x2a5000(0x553)+'tyle='+_0x2a5000(0x88d)+_0x2a5000(0x99e)+_0x2a5000(0xc45)+_0x2a5000(0x534)+_0x2a5000(0x5f0)+_0x2a5000(0x854)+_0x2a5000(0x826)+_0x2a5000(0xa44)+_0x2a5000(0x997)+'om:3p'+_0x2a5000(0xac6)+_0x2a5000(0x51d)+_0x2a5000(0x999)+_0x2a5000(0xc90)+_0x2a5000(0x824)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x970)+_0x2a5000(0xa8d)+_0x2a5000(0x437)+_0x2a5000(0xc89)+_0x2a5000(0x481)+'ding-'+_0x2a5000(0xb29)+_0x2a5000(0x2f6)+_0x2a5000(0x694)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x679)+_0x2a5000(0x405)+_0x2a5000(0x878)+_0x2a5000(0x297)+_0x2a5000(0x918)+_0x2a5000(0x73a)+_0x2a5000(0x424)+'\x20sau\x20'+_0x2a5000(0x4a2)+_0x2a5000(0x711)+_0x2a5000(0x1da)+'ầy\x20đủ'+_0x2a5000(0x901)+'field'+_0x2a5000(0xa36)+_0x2a5000(0x30b)+'ma.</'+_0x2a5000(0xbee)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x37a)+_0x2a5000(0x986)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x863603)+(_0x2a5000(0x69d)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x361)+_0x2a5000(0xa49)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0xb1e)+_0x2a5000(0xc6d)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x5b1)):'')+(_0x2a5000(0x94d)+_0x2a5000(0x6ef))+(!_0x594052[_0x2a5000(0x4c3)+'elete']?'\x0a\x20\x20\x20\x20'+_0x2a5000(0x37a)+_0x2a5000(0x49d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20<td\x20'+_0x2a5000(0xa8d)+_0x2a5000(0x708)+'ding:'+_0x2a5000(0x6bd)+_0x2a5000(0x534)+_0x2a5000(0x5f0)+_0x2a5000(0x854)+_0x2a5000(0xc67)+_0x2a5000(0x524)+_0x2a5000(0xace)+_0x2a5000(0x548)+_0x2a5000(0x5df)+_0x2a5000(0x8ad)+_0x2a5000(0x56c)+_0x2a5000(0x937)+_0x2a5000(0x725)+'\x20ID)<'+_0x2a5000(0x348)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0xa2b)+_0x2a5000(0x9ba)+_0x2a5000(0x7e9)+'dding'+_0x2a5000(0xc12)+';\x20tex'+_0x2a5000(0x771)+_0x2a5000(0xb3e)+_0x2a5000(0x385)+'><b>D'+_0x2a5000(0x21c)+_0x2a5000(0x6c5)+'/td>\x0a'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20<td'+_0x2a5000(0x9ba)+_0x2a5000(0x7e9)+_0x2a5000(0xa02)+_0x2a5000(0xc12)+_0x2a5000(0x694)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20<'+_0x2a5000(0x1d9)+_0x2a5000(0xa8d)+_0x2a5000(0x200)+_0x2a5000(0x71e)+'e:14p'+_0x2a5000(0x8e3)+'ckgro'+_0x2a5000(0x467)+_0x2a5000(0x9b2)+'a;\x20co'+_0x2a5000(0x262)+_0x2a5000(0x280)+_0x2a5000(0x3eb)+'ng:4p'+_0x2a5000(0x310)+_0x2a5000(0xabb)+_0x5b933d+_0x2a5000(0x9fc)+_0xd21ce0+(_0x2a5000(0x8c9)+'</cod'+_0x2a5000(0x5fc)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x37a)+_0x2a5000(0x553)+_0x2a5000(0xb80)+_0x2a5000(0xa2d)+_0x2a5000(0xa21)+_0x2a5000(0x6c2)+'x;\x20fo'+'nt-si'+_0x2a5000(0x32c)+_0x2a5000(0x4ea)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x970)+_0x2a5000(0xa8d)+'=\x22mar'+_0x2a5000(0xc89)+_0x2a5000(0xa34)+_0x2a5000(0x5ac)+_0x2a5000(0xcae)+_0x2a5000(0x7e5)+'eft:2'+'0px;\x22'+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20')+_0x51495a+(_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'<li><'+_0x2a5000(0x419)+_0x2a5000(0xb31)+_0x2a5000(0x6ba)+'ủa\x20bả'+'n\x20ghi'+_0x2a5000(0x692)+'xoá\x20('+_0x2a5000(0x44a)+_0x2a5000(0x623)+_0x2a5000(0x397)+_0x2a5000(0xca1)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x8a8)+_0x2a5000(0x69d)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x767)+_0x2a5000(0x9ba)+_0x2a5000(0x4a9)+_0x2a5000(0x262)+_0x2a5000(0x27c)+_0x2a5000(0x3df)+_0x2a5000(0x3d0)+_0x2a5000(0xbd0)+_0x2a5000(0x55f)+_0x2a5000(0x87e)+_0x2a5000(0x9ad)+_0x2a5000(0xa5e)+_0x2a5000(0xc9c)+_0x2a5000(0x8e4)+'ers\x20r'+'iêng:'+_0x2a5000(0xc1e)+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20<ul'+_0x2a5000(0x9ba)+_0x2a5000(0x80d)+'rgin:'+'0\x200\x201'+'0px\x200'+_0x2a5000(0x481)+_0x2a5000(0x2fa)+_0x2a5000(0xb29)+'20px;'+_0x2a5000(0x1bf)+_0x2a5000(0x794)+_0x2a5000(0x979)+_0x2a5000(0x31e)+_0x2a5000(0xcae)+_0x2a5000(0x44f)+'px\x2020'+_0x2a5000(0x582)+_0x2a5000(0x8b1)+'-radi'+_0x2a5000(0x894)+_0x2a5000(0xa85)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20<'+_0x2a5000(0x49e)+'>list'+'info-'+_0x2a5000(0x91a)+_0x2a5000(0x22f)+'<code'+'>')+_0x594052[_0x2a5000(0x212)]+(_0x2a5000(0x7c1)+_0x2a5000(0x2e1)+'i>\x0a\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x29b)+'ul>\x0a\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x37a)+_0x2a5000(0x553)+'tyle='+_0x2a5000(0x88d)+'r:#16'+_0x2a5000(0xc45)+_0x2a5000(0x534)+'-weig'+'ht:bo'+'ld;\x20m'+_0x2a5000(0xa44)+_0x2a5000(0x997)+'om:3p'+_0x2a5000(0xac6)+_0x2a5000(0x51d)+'ả\x20trả'+_0x2a5000(0xc90)+_0x2a5000(0x824)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20<ul\x20'+_0x2a5000(0xa8d)+_0x2a5000(0x437)+_0x2a5000(0xc89)+_0x2a5000(0x481)+'ding-'+'left:'+'20px;'+_0x2a5000(0x694)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20<li'+_0x2a5000(0x405)+_0x2a5000(0x878)+_0x2a5000(0x297)+_0x2a5000(0x918)+_0x2a5000(0x835)+'ode\x20s'+_0x2a5000(0xb80)+_0x2a5000(0x85c)+'groun'+_0x2a5000(0x499)+_0x2a5000(0x3c8)+'\x22>{\x20s'+_0x2a5000(0xb2e)+_0x2a5000(0x244)+_0x2a5000(0x3a4)+_0x2a5000(0xc97)+_0x2a5000(0x521)+_0x2a5000(0x491)+_0x2a5000(0x888)+_0x2a5000(0x404)+_0x2a5000(0xaf0)+'round'+_0x2a5000(0xa39)+_0x2a5000(0x872)+_0x2a5000(0x9a7)+_0x2a5000(0x7e1)+_0x2a5000(0x92c)+_0x2a5000(0x7c1)+_0x2a5000(0x2e1)+_0x2a5000(0x60a)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20</'+_0x2a5000(0x55a)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20')+_0x863603+(_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x361)+_0x2a5000(0xa49)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0xb1e)+'>\x0a\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x5b1)+'\x0a\x0a\x20\x20\x20'+'\x20\x20\x20\x20\x20'+'<tr\x20s'+_0x2a5000(0xb80)+_0x2a5000(0x85c)+_0x2a5000(0x794)+_0x2a5000(0x5ff)+_0x2a5000(0x8f1)+_0x2a5000(0x211)+_0x2a5000(0xa62)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0xa2b)+'\x20styl'+'e=\x22pa'+_0x2a5000(0xa02)+_0x2a5000(0xc12)+_0x2a5000(0xb17)+_0x2a5000(0x5f9)+_0x2a5000(0x2ac)+_0x2a5000(0x395)+_0x2a5000(0x860)+_0x2a5000(0x72c)+'92b\x22>'+_0x2a5000(0x86c)+'àng\x20l'+'oạt<b'+_0x2a5000(0x4a0)+'elete'+'\x20Many'+_0x2a5000(0x4e3)+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20<'+'td\x20st'+'yle=\x22'+_0x2a5000(0x3eb)+_0x2a5000(0xca3)+_0x2a5000(0xa31)+'ext-a'+_0x2a5000(0x889)+'cente'+_0x2a5000(0x9d6)+_0x2a5000(0x992)+_0x2a5000(0x6c5)+'/td>\x0a'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0xa2b)+_0x2a5000(0x9ba)+_0x2a5000(0x7e9)+_0x2a5000(0xa02)+':10px'+_0x2a5000(0x694)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x37a)+'code\x20'+_0x2a5000(0xa8d)+'=\x22fon'+_0x2a5000(0x71e)+_0x2a5000(0xc3a)+_0x2a5000(0x8e3)+_0x2a5000(0x98a)+_0x2a5000(0x467)+_0x2a5000(0xcad)+_0x2a5000(0x868)+_0x2a5000(0x262)+_0x2a5000(0x280)+_0x2a5000(0x3eb)+_0x2a5000(0x1c9)+_0x2a5000(0x310)+_0x2a5000(0xabb))+_0x5b933d+_0x2a5000(0x9fc)+_0xd21ce0+(_0x2a5000(0x34f)+_0x2a5000(0xc93)+'lete<'+'/code'+'>\x0a\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20<d'+_0x2a5000(0x731)+_0x2a5000(0x404)+_0x2a5000(0x58d)+'n-top'+':10px'+';\x20fon'+_0x2a5000(0x71e)+'e:13p'+_0x2a5000(0xa85)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'<ul\x20s'+'tyle='+'\x22marg'+_0x2a5000(0x641)+_0x2a5000(0xa89)+_0x2a5000(0xa3f)+_0x2a5000(0x3eb)+_0x2a5000(0xa33)+_0x2a5000(0x662)+_0x2a5000(0x4ea))+_0x51495a+(_0x2a5000(0x8a8)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x767)+_0x2a5000(0x9ba)+_0x2a5000(0x4a9)+_0x2a5000(0x262)+_0x2a5000(0x292)+_0x2a5000(0x78e)+_0x2a5000(0x3d0)+_0x2a5000(0xbd0)+_0x2a5000(0x55f)+_0x2a5000(0x87e)+'in-bo'+'ttom:'+_0x2a5000(0xc9c)+'>Body'+_0x2a5000(0x33e)+_0x2a5000(0x788)+_0x2a5000(0xc0e)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x2ec)+_0x2a5000(0xb80)+'\x22marg'+_0x2a5000(0x641)+_0x2a5000(0xa89)+'x\x200;\x20'+_0x2a5000(0x3eb)+'ng-le'+'ft:20'+_0x2a5000(0x4ea)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0xb36)+_0x2a5000(0x229)+_0x2a5000(0x2a1)+'n:</b'+'>\x20<co'+_0x2a5000(0x836)+_0x2a5000(0xa08)+_0x2a5000(0x317)+_0x2a5000(0xc8d)+_0x2a5000(0x9b5)+'\x20xoá\x20'+_0x2a5000(0x861)+_0x2a5000(0x3f5)+_0x2a5000(0xb2b)+_0x2a5000(0xb7a)+_0x2a5000(0x562)+'/li>\x0a'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x8a8)+_0x2a5000(0x69d)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x767)+_0x2a5000(0x9ba)+'e=\x22co'+_0x2a5000(0x262)+_0x2a5000(0x3ed)+'5;\x20fo'+_0x2a5000(0x3d0)+_0x2a5000(0xbd0)+'bold;'+_0x2a5000(0x87e)+'in-bo'+'ttom:'+_0x2a5000(0xc9c)+_0x2a5000(0x3a6)+_0x2a5000(0xca9)+_0x2a5000(0x3f2)+_0x2a5000(0x4d3)+'v>\x0a\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x658)+_0x2a5000(0x2f5)+_0x2a5000(0xae4)+_0x2a5000(0xa44)+_0x2a5000(0x6b2)+_0x2a5000(0x60b)+'g-lef'+_0x2a5000(0x204)+_0x2a5000(0xa85)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x37a)+_0x2a5000(0x510)+_0x2a5000(0x4e0)+_0x2a5000(0xc56)+_0x2a5000(0x7c1)+_0x2a5000(0x353)+_0x2a5000(0x79a)+_0x2a5000(0x9ba)+_0x2a5000(0x684)+_0x2a5000(0x98a)+_0x2a5000(0x467)+_0x2a5000(0xa17)+_0x2a5000(0x3da)+'\x20dele'+_0x2a5000(0x45b)+_0x2a5000(0x72f)+'ố\x20bản'+'\x20ghi\x20'+_0x2a5000(0xbf1)+_0x2a5000(0xca5)+'\x20}</c'+_0x2a5000(0x33d)+'/li>\x0a'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x8a8)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20')+_0x863603+('\x0a\x20\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20</d'+'iv>\x0a\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0xb1e)+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+'</tr>'):'')+(_0x2a5000(0x69d)+_0x2a5000(0x344)+_0x2a5000(0x3f8)+_0x2a5000(0x69d));const _0x346154=await renderSchema(_0x594052[_0x2a5000(0x981)+'s'],_0x4ceb81,undefined,undefined,_0x594052);return'\x0a\x20\x20\x20\x20'+_0x2a5000(0x9f7)+_0x2a5000(0x619)+'E\x20htm'+_0x2a5000(0xa54)+_0x2a5000(0x37a)+'html\x20'+_0x2a5000(0x96f)+_0x2a5000(0x1fd)+'\x0a\x20\x20\x20\x20'+_0x2a5000(0x37a)+'head>'+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x3e3)+_0x2a5000(0x93c)+_0x2a5000(0x7b3)+_0x2a5000(0x338)+_0x2a5000(0x80a)+_0x2a5000(0x6ef)+_0x2a5000(0x37a)+_0x2a5000(0xc9b)+_0x2a5000(0x65f)+_0x2a5000(0x3b3)+_0x2a5000(0x7a6)+'\x20'+_0x594052['title']+(_0x2a5000(0x60f)+_0x2a5000(0x20f)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x37a)+_0x2a5000(0xa8d)+_0x2a5000(0xc6d)+_0x2a5000(0x6ef)+_0x2a5000(0x9a4)+_0x2a5000(0x3ee)+_0x2a5000(0x534)+_0x2a5000(0xaa8)+_0x2a5000(0x3ab)+_0x2a5000(0x4f0)+_0x2a5000(0x5d0)+_0x2a5000(0xa11)+_0x2a5000(0x46a)+'ans-s'+_0x2a5000(0x4b9)+_0x2a5000(0xa8a)+_0x2a5000(0x389)+_0x2a5000(0x469)+_0x2a5000(0xc4e)+'olor:'+_0x2a5000(0x465)+_0x2a5000(0x481)+_0x2a5000(0x639)+_0x2a5000(0x693)+_0x2a5000(0x58f)+_0x2a5000(0xb41)+_0x2a5000(0xb13)+_0x2a5000(0x5bb)+_0x2a5000(0x87e)+_0x2a5000(0xb14)+_0x2a5000(0x8c0)+';\x20bac'+_0x2a5000(0x834)+_0x2a5000(0x5e9)+_0x2a5000(0x67d)+_0x2a5000(0x440)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x3fa)+'{\x20col'+_0x2a5000(0x8f1)+_0x2a5000(0x1dc)+'0;\x20bo'+'rder-'+_0x2a5000(0x463)+_0x2a5000(0x513)+_0x2a5000(0x58b)+'id\x20#3'+_0x2a5000(0x1b5)+';\x20pad'+_0x2a5000(0x2fa)+'botto'+_0x2a5000(0xbcb)+_0x2a5000(0x37e)+'argin'+'-top:'+'0;\x20}\x0a'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20h3\x20'+_0x2a5000(0x96c)+_0x2a5000(0x8f1)+'2980b'+_0x2a5000(0x744)+_0x2a5000(0x9e3)+_0x2a5000(0x7f4)+_0x2a5000(0x3e9)+_0x2a5000(0x534)+_0x2a5000(0xa81)+_0x2a5000(0x4c2)+_0x2a5000(0xa3a)+'ext-t'+_0x2a5000(0x35b)+_0x2a5000(0x781)+_0x2a5000(0x8fd)+_0x2a5000(0x314)+_0x2a5000(0x243)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x1d9)+_0x2a5000(0x996)+_0x2a5000(0x77f)+_0x2a5000(0xae2)+'\x27Cons'+_0x2a5000(0xb5e)+_0x2a5000(0x471)+_0x2a5000(0xa4d)+_0x2a5000(0x7fa)+'lor:\x20'+_0x2a5000(0x68d)+_0x2a5000(0x519)+'\x0a\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0xaf3)+_0x2a5000(0x5a0)+_0x2a5000(0x7a7)+_0x2a5000(0xaf0)+_0x2a5000(0x2ed)+_0x2a5000(0x4c0)+_0x2a5000(0x481)+'ding:'+_0x2a5000(0x30c)+_0x2a5000(0x2f6)+_0x2a5000(0x935)+_0x2a5000(0x264)+_0x2a5000(0xc02)+'px\x20so'+_0x2a5000(0x929)+_0x2a5000(0xb32)+_0x2a5000(0x7ac)+'rder-'+'radiu'+_0x2a5000(0x35d)+';\x20box'+_0x2a5000(0x76e)+_0x2a5000(0x9ea)+'\x201px\x20'+'3px\x20r'+_0x2a5000(0x721)+_0x2a5000(0xba0)+_0x2a5000(0xbd5)+_0x2a5000(0x87e)+_0x2a5000(0x9ad)+'ttom:'+_0x2a5000(0x693)+_0x2a5000(0x3a9)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x94a)+_0x2a5000(0xad0)+_0x2a5000(0xa0d)+_0x2a5000(0x3c3)+'ackgr'+_0x2a5000(0x507)+_0x2a5000(0x77d)+'\x20padd'+_0x2a5000(0x70b)+'5px;\x20'+_0x2a5000(0xabe)+_0x2a5000(0x6f2)+_0x2a5000(0x983)+_0x2a5000(0x5a8)+_0x2a5000(0x7ca)+_0x2a5000(0xa0c)+_0x2a5000(0x768)+_0x2a5000(0xa76)+_0x2a5000(0x75d)+_0x2a5000(0x76e)+_0x2a5000(0x9ea)+_0x2a5000(0x399)+_0x2a5000(0xbd3)+_0x2a5000(0x721)+_0x2a5000(0xba0)+_0x2a5000(0x8e6)+_0x2a5000(0x7d4)+_0x2a5000(0xa95)+'-x:\x20a'+_0x2a5000(0x676)+'\x0a\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x255)+_0x2a5000(0x643)+_0x2a5000(0x6ef)+'\x20\x20\x20</'+'head>'+_0x2a5000(0x69d)+_0x2a5000(0x37a)+_0x2a5000(0xb4d)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0xc52)+_0x2a5000(0x855)+_0x2a5000(0x82d)+_0x2a5000(0x490))+_0x594052['title']+(_0x2a5000(0x3fe)+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0xad8)+_0x2a5000(0x6ef)+_0x2a5000(0xbed)+_0x2a5000(0x48b)+_0x2a5000(0x813)+_0x2a5000(0x5a0)+_0x2a5000(0xc5f)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x589)+_0x2a5000(0x623)+_0x2a5000(0xa8d)+_0x2a5000(0x200)+'t-siz'+_0x2a5000(0x20d)+_0x2a5000(0x645)+_0x2a5000(0x686)+'\x20tin\x20'+_0x2a5000(0x799)+'rs\x20dù'+_0x2a5000(0x208)+'ung\x20c'+_0x2a5000(0x31a)+_0x2a5000(0x368)+'reque'+_0x2a5000(0x331)+_0x2a5000(0x1cb)+_0x2a5000(0x962)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x2ec)+_0x2a5000(0xb80)+'\x22marg'+_0x2a5000(0xa21)+'p:10p'+_0x2a5000(0x95b)+_0x2a5000(0x268)+_0x2a5000(0x2d9)+_0x2a5000(0xc41)+_0x2a5000(0xcae)+'ing-l'+_0x2a5000(0x249)+_0x2a5000(0x210)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20<'+_0x2a5000(0x85d)+_0x2a5000(0x404)+_0x2a5000(0x58d)+_0x2a5000(0xbf3)+_0x2a5000(0x39c)+_0x2a5000(0x4ea)+_0x2a5000(0xc95)+_0x2a5000(0x670)+'s-tok'+'en:</'+_0x2a5000(0x70a)+_0x2a5000(0x76a)+_0x2a5000(0x45d)+_0x2a5000(0xcac)+_0x2a5000(0xc34)+_0x2a5000(0x7b6))+_0x2b4fae+(_0x2a5000(0xc9e)+_0x2a5000(0x769)+_0x2a5000(0x821)+_0x2a5000(0x1f6)+_0x2a5000(0x404)+_0x2a5000(0x860)+_0x2a5000(0x282)+_0x2a5000(0x21e)+_0x2a5000(0xc1c)+_0x2a5000(0xc78)+_0x2a5000(0xba9)+_0x2a5000(0x541)+_0x2a5000(0xb17)+_0x2a5000(0x5f9)+'ght:b'+_0x2a5000(0xbde)+'>Xem\x20'+'hướng'+_0x2a5000(0x1b9)+_0x2a5000(0xbd1)+_0x2a5000(0x59c)+'&rarr'+_0x2a5000(0x501)+_0x2a5000(0xbe2)+_0x2a5000(0x69d)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x53c)+_0x2a5000(0x6be)+_0x2a5000(0x621)+_0x2a5000(0x97f)+_0x2a5000(0x50e)+'>\x20')+(_0x3d50ed?_0x2a5000(0x79a)+'>mult'+_0x2a5000(0xaf2)+_0x2a5000(0xc25)+_0x2a5000(0x2df)+'</cod'+_0x2a5000(0xc61)+_0x2a5000(0x569)+_0x2a5000(0xb80)+_0x2a5000(0x88d)+_0x2a5000(0x26f)+_0x2a5000(0x5ca)+_0x2a5000(0x683)+_0x2a5000(0x600)+_0x2a5000(0x402)+'span>'+_0x2a5000(0x92b)+_0x2a5000(0x445)+_0x2a5000(0xaa6)+_0x2a5000(0x79a)+_0x2a5000(0x36c)+_0x2a5000(0x64c)+_0x2a5000(0x944)+'on</c'+_0x2a5000(0x939)+_0x2a5000(0xbe1)+'\x20styl'+_0x2a5000(0x4a9)+_0x2a5000(0x262)+'888\x22>'+'(Sear'+_0x2a5000(0x407)+'lete)'+_0x2a5000(0x2ce)+'n>':'<code'+_0x2a5000(0x36c)+'icati'+_0x2a5000(0x944)+_0x2a5000(0xa08)+_0x2a5000(0x443))+(_0x2a5000(0x69d)+_0x2a5000(0x6ef)+'\x20\x20\x20\x20\x20'+'</li>'+_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x29b)+'ul>\x0a\x20'+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20<'+_0x2a5000(0x824)+'\x0a\x0a\x20\x20\x20'+_0x2a5000(0x6ef)+'\x20\x20')+_0x31937a+(_0x2a5000(0x94d)+'\x20\x20\x20\x20\x20'+'\x20\x20')+_0x253200+(_0x2a5000(0x94d)+_0x2a5000(0x6ef)+'\x20\x20')+_0x4db6db+(_0x2a5000(0x94d)+_0x2a5000(0x6ef)+_0x2a5000(0x49a)+_0x2a5000(0xb46)+_0x2a5000(0x8ac)+_0x2a5000(0x6da)+_0x2a5000(0x7b4)+_0x2a5000(0x6fa)+_0x2a5000(0xa20)+'3>\x0a\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x454)+'\x20styl'+_0x2a5000(0x4a9)+_0x2a5000(0x262)+_0x2a5000(0x4b7)+_0x2a5000(0xa96)+_0x2a5000(0x8b4)+_0x2a5000(0x795)+'m;\x22>\x0a'+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+_0x2a5000(0x274)+_0x2a5000(0x6a6)+_0x2a5000(0x85a)+'\x20đây\x20'+_0x2a5000(0xa70)+_0x2a5000(0x22c)+_0x2a5000(0x672)+_0x2a5000(0x901)+'trườn'+'g\x20(fi'+'elds)'+_0x2a5000(0x40a)+_0x2a5000(0x431)+_0x2a5000(0x6b4)+_0x2a5000(0x77e)+_0x2a5000(0xc4b)+'ng\x20cá'+_0x2a5000(0x20a)+'ờng\x20n'+_0x2a5000(0x93d)+'\x20gửi\x20'+'trong'+_0x2a5000(0x9c6)+_0x2a5000(0x56a)+'b>\x20kh'+_0x2a5000(0x3c7)+_0x2a5000(0x241)+_0x2a5000(0x5ee)+_0x2a5000(0x62c)+_0x2a5000(0x652)+_0x2a5000(0xc6c)+_0x2a5000(0x224)+_0x2a5000(0x877)+'ọc\x20tr'+_0x2a5000(0x38a)+_0x2a5000(0x3ff)+_0x2a5000(0x23a)+'e>q</'+_0x2a5000(0x918)+_0x2a5000(0xc46)+_0x2a5000(0xc53)+_0x2a5000(0xc0f)+_0x2a5000(0xa1f)+_0x2a5000(0x495)+_0x2a5000(0xc55)+_0x2a5000(0xa08)+'ode>\x20'+'(khi\x20'+'Xoá\x20h'+_0x2a5000(0x40b)+_0x2a5000(0x909)+_0x2a5000(0x69d)+'\x20\x20\x20\x20\x20'+_0x2a5000(0xcb1)+_0x2a5000(0x69d)+'\x20\x20\x20\x20\x20'+_0x2a5000(0x767)+_0x2a5000(0xb53)+_0x2a5000(0x2fc)+'hema-'+_0x2a5000(0x48a)+_0x2a5000(0x6a1)+_0x2a5000(0x6ef)+_0x2a5000(0x6ef)+'\x20\x20')+_0x346154+(_0x2a5000(0x69d)+_0x2a5000(0x6ef)+_0x2a5000(0x5d8)+'v>\x0a\x20\x20'+'\x20\x20\x20\x20\x20'+_0x2a5000(0x629)+'dy>\x0a\x20'+_0x2a5000(0x6ef)+_0x2a5000(0x336)+_0x2a5000(0xa54)+'\x20\x20');},renderReportColumns=function(_0x26ac0e){const _0xdd433f=_0x5d7201;if(!_0x26ac0e||_0x26ac0e[_0xdd433f(0xc4a)+'h']===0x0)return'';let _0x156fc6=[..._0x26ac0e]['sort']((_0x49f511,_0x508101)=>(_0x49f511[_0xdd433f(0x90b)]||0x0)-(_0x508101[_0xdd433f(0x90b)]||0x0)),_0x3453b6=_0x156fc6[_0xdd433f(0x46b)](_0x5c4707=>{const _0x2d55f9=_0xdd433f;let _0x367fa6='#c725'+'4e';if(_0x5c4707[_0x2d55f9(0x930)+'ype']===_0x2d55f9(0x7f7)+'r')_0x367fa6=_0x2d55f9(0x9e8)+'b9';if(_0x5c4707[_0x2d55f9(0x930)+'ype']===_0x2d55f9(0x700)||_0x5c4707['datat'+_0x2d55f9(0xbda)]===_0x2d55f9(0x22d)+_0x2d55f9(0x689))_0x367fa6=_0x2d55f9(0xac4)+'60';return'\x0a\x20\x20\x20\x20'+_0x2d55f9(0x37a)+_0x2d55f9(0x35a)+_0x2d55f9(0x404)+_0x2d55f9(0xaf0)+_0x2d55f9(0x2ed)+_0x2d55f9(0x4c0)+_0x2d55f9(0x694)+_0x2d55f9(0x6ef)+'\x20\x20\x20\x20\x20'+_0x2d55f9(0x375)+'tyle='+'\x22font'+_0x2d55f9(0x5f0)+_0x2d55f9(0x854)+'ld;\x20c'+'olor:'+_0x2d55f9(0x3d9)+_0x2d55f9(0x74b)+_0x2d55f9(0x60b)+_0x2d55f9(0xade)+_0x2d55f9(0x9e2)+(_0x5c4707['field']||'')+(_0x2d55f9(0xb09)+_0x2d55f9(0x69d)+_0x2d55f9(0x6ef)+'\x20\x20\x20<t'+_0x2d55f9(0xc22)+_0x2d55f9(0xc36)+_0x2d55f9(0x60b)+'g:10p'+'x;\x22><'+_0x2d55f9(0x1d9)+'style'+_0x2d55f9(0xc63)+_0x2d55f9(0x32a))+_0x367fa6+(_0x2d55f9(0x202)+_0x2d55f9(0x834)+_0x2d55f9(0x355)+_0x2d55f9(0x571)+_0x2d55f9(0x481)+'ding:'+_0x2d55f9(0xb5a)+'px;\x20b'+_0x2d55f9(0x8b1)+'-radi'+'us:3p'+'x;\x22>')+(_0x5c4707[_0x2d55f9(0x930)+_0x2d55f9(0xbda)]||_0x2d55f9(0x2f4)+'g')+(_0x2d55f9(0x7c1)+_0x2d55f9(0x577)+_0x2d55f9(0x96d)+_0x2d55f9(0x6ef)+_0x2d55f9(0x6ef)+_0x2d55f9(0x375)+'tyle='+'\x22padd'+_0x2d55f9(0x70b)+_0x2d55f9(0x654)+'font-'+_0x2d55f9(0x81c)+_0x2d55f9(0x42c)+_0x2d55f9(0xabb))+(_0x5c4707[_0x2d55f9(0x564)+'r']||'')+(_0x2d55f9(0xb09)+_0x2d55f9(0x69d)+_0x2d55f9(0x37a)+'/tr>');});return _0xdd433f(0x69d)+_0xdd433f(0x49f)+_0xdd433f(0x32b)+_0xdd433f(0x71a)+_0xdd433f(0x234)+_0xdd433f(0x774)+_0xdd433f(0x935)+_0xdd433f(0x9a2)+_0xdd433f(0xbbb)+'e:col'+_0xdd433f(0x4e6)+_0xdd433f(0xb17)+'t-siz'+'e:13p'+_0xdd433f(0x8e3)+_0xdd433f(0x98a)+_0xdd433f(0x467)+_0xdd433f(0xa10)+_0xdd433f(0xabe)+_0xdd433f(0x786)+'\x20bord'+_0xdd433f(0xbbf)+_0xdd433f(0x1be)+_0xdd433f(0x5aa)+_0xdd433f(0x69d)+_0xdd433f(0x37a)+_0xdd433f(0x35a)+_0xdd433f(0x404)+_0xdd433f(0xaf0)+_0xdd433f(0x2ed)+_0xdd433f(0x607)+'2f2;\x20'+_0xdd433f(0xc1c)+_0xdd433f(0x656)+_0xdd433f(0x3ea)+_0xdd433f(0x694)+_0xdd433f(0x6ef)+_0xdd433f(0x6ef)+_0xdd433f(0x734)+_0xdd433f(0xb80)+_0xdd433f(0xbd8)+'ing:1'+'0px;\x20'+_0xdd433f(0x69f)+':250p'+_0xdd433f(0xa6f)+'n\x20trư'+_0xdd433f(0xb1b)+_0xdd433f(0x3f2)+_0xdd433f(0x579)+_0xdd433f(0x482)+'th>\x0a\x20'+_0xdd433f(0x6ef)+_0xdd433f(0x6ef)+_0xdd433f(0x1f3)+_0xdd433f(0xa8d)+_0xdd433f(0x708)+_0xdd433f(0x639)+_0xdd433f(0x6bd)+'\x20widt'+_0xdd433f(0x64a)+'px\x22>K'+'iểu\x20d'+_0xdd433f(0xac1)+_0xdd433f(0x67e)+_0xdd433f(0x5be)+_0xdd433f(0x59f)+_0xdd433f(0x715)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+'<th\x20s'+'tyle='+'\x22padd'+_0xdd433f(0x70b)+_0xdd433f(0x3bb)+_0xdd433f(0x4ef)+_0xdd433f(0x453)+_0xdd433f(0xc23)+_0xdd433f(0x790)+_0xdd433f(0x4cf)+_0xdd433f(0x69d)+_0xdd433f(0x37a)+_0xdd433f(0x5f1)+_0xdd433f(0x6ef)+_0xdd433f(0x9fa)+_0x3453b6['join']('')+(_0xdd433f(0x69d)+_0xdd433f(0xa5d)+_0xdd433f(0x724));},apiReport=async function(_0x3ab206,_0x3fb776){const _0x3c6f27=_0x5d7201;let _0x5e9b23=configs[_0x3c6f27(0x9a0)+'rl']||configs[_0x3c6f27(0xa32)+'n'];const _0x59af49={};_0x59af49[_0x3c6f27(0x212)]=_0x3ab206;let _0x2f9cb7=await global['getMo'+'del'](_0x3c6f27(0x720)+_0x3c6f27(0x59d))[_0x3c6f27(0x396)+'ne'](_0x59af49)[_0x3c6f27(0x7b8)]();if(!_0x2f9cb7)return _0x3c6f27(0xc11)+_0x3c6f27(0x7ee)+_0x3c6f27(0x1d7)+_0x3c6f27(0x41b)+_0x3c6f27(0xb5d)+_0x3c6f27(0x4bd)+'o\x20cáo'+_0x3c6f27(0x8c5);let _0x770578;if(_0x2f9cb7[_0x3c6f27(0x749)+_0x3c6f27(0x67b)+_0x3c6f27(0xb59)+'info']){const _0x1f7fab={};_0x1f7fab['code']=_0x2f9cb7['form_'+_0x3c6f27(0x67b)+_0x3c6f27(0xb59)+_0x3c6f27(0x6a3)],_0x770578=await global[_0x3c6f27(0x6d9)+'del'](_0x3c6f27(0xbe5)+'nfo')[_0x3c6f27(0x396)+'ne'](_0x1f7fab)[_0x3c6f27(0x7b8)]();}const _0x17621b={};_0x17621b[_0x3c6f27(0x981)+'s']=[],_0x770578=_0x770578||_0x17621b;let _0x15ce0a=_0x2f9cb7[_0x3c6f27(0x298)+_0x3c6f27(0x54d)]||_0x2f9cb7[_0x3c6f27(0x212)],_0xf7a0be=global[_0x3c6f27(0x720)+_0x3c6f27(0x80c)+_0x3c6f27(0x1e7)+_0x3c6f27(0x78f)][_0x15ce0a[_0x3c6f27(0x850)+_0x3c6f27(0x432)+'e']()];if(!_0xf7a0be)return _0x3c6f27(0xb7f)+'t\x20Con'+'troll'+_0x3c6f27(0x6a7)+_0x3c6f27(0x8bc)+'n\x20sàn'+'g.';let _0x1da9b0=(''+_0xf7a0be['base_'+_0x3c6f27(0xae0)]+_0xf7a0be[_0x3c6f27(0x5f8)+'e'])[_0x3c6f27(0xa1b)+'ce'](':id_a'+'pp',_0x3fb776||_0x3c6f27(0x91e)+_0x3c6f27(0xc87));const _0x422b8b=_0x5e9b23+('/api-'+'docs-'+_0x3c6f27(0xbd2));let _0x42f604=_0x1da9b0[_0x3c6f27(0x332)+'Of'](_0x3c6f27(0x62b)+'p')>=0x0?_0x3c6f27(0x8be)+_0x3c6f27(0xb80)+'\x22colo'+_0x3c6f27(0xc86)+_0x3c6f27(0x459)+_0x3c6f27(0x87e)+_0x3c6f27(0xa21)+_0x3c6f27(0x1e5)+_0x3c6f27(0x2b6)+_0x3c6f27(0x2c9)+_0x3c6f27(0x71b)+'b>\x20ID'+_0x3c6f27(0x40a)+_0x3c6f27(0x480)+_0x3c6f27(0x1cd)+'i\x20nhá'+'nh\x20đa'+_0x3c6f27(0xbab)+_0x3c6f27(0x924)+'c\x20(nằ'+_0x3c6f27(0x5b3)+_0x3c6f27(0x457)+_0x3c6f27(0x65d)+'i>':'';const _0xec42c=await getAgentReportDefinition(_0x3ab206,_0x3fb776),_0x99a0d5=JSON['strin'+_0x3c6f27(0x61d)](_0xec42c,null,0x2)[_0x3c6f27(0xa1b)+'ce'](/</g,_0x3c6f27(0x8e2)+'c')[_0x3c6f27(0xa1b)+'ce'](/>/g,_0x3c6f27(0x8e2)+'e'),_0x1f7c99=_0x3c6f27(0x61f)+'_sche'+_0x3c6f27(0xa48)+Math[_0x3c6f27(0x7d1)+'m']()['toStr'+_0x3c6f27(0x45e)](0x24)[_0x3c6f27(0xb49)+'r'](0x2,0x9),_0x3207f9=_0x3c6f27(0x69d)+'\x20\x20<di'+_0x3c6f27(0x81a)+'le=\x22b'+_0x3c6f27(0x4f8)+_0x3c6f27(0x507)+_0x3c6f27(0x2dc)+_0x3c6f27(0x221)+'paddi'+_0x3c6f27(0xac2)+'5px\x202'+_0x3c6f27(0x654)+_0x3c6f27(0xabe)+'r-lef'+_0x3c6f27(0xc29)+'x\x20sol'+_0x3c6f27(0x2c6)+_0x3c6f27(0x230)+_0x3c6f27(0x6c4)+_0x3c6f27(0x7cb)+_0x3c6f27(0x539)+_0x3c6f27(0xaa0)+';\x20mar'+_0x3c6f27(0x61a)+_0x3c6f27(0x82a)+':\x2030p'+_0x3c6f27(0xb47)+_0x3c6f27(0x260)+_0x3c6f27(0x360)+_0x3c6f27(0x8b6)+_0x3c6f27(0x47a)+_0x3c6f27(0x1ef)+_0x3c6f27(0x8cc)+_0x3c6f27(0x3fd)+_0x3c6f27(0x717)+_0x3c6f27(0x931)+'align'+_0x3c6f27(0xb5f)+'s:\x20ce'+_0x3c6f27(0x557)+_0x3c6f27(0xb9b)+_0x3c6f27(0x85b)+_0x3c6f27(0x528)+'1px\x203'+_0x3c6f27(0x518)+'ba(0,'+_0x3c6f27(0x265)+_0x3c6f27(0x814)+_0x3c6f27(0xc6d)+_0x3c6f27(0x6ef)+_0x3c6f27(0xbed)+_0x3c6f27(0x52e)+'\x20\x20\x20\x20\x20'+_0x3c6f27(0x6ef)+'\x20\x20<st'+_0x3c6f27(0x623)+_0x3c6f27(0xa8d)+_0x3c6f27(0xc63)+_0x3c6f27(0x8f1)+'2980b'+_0x3c6f27(0xb9e)+_0x3c6f27(0xaf8)+_0x3c6f27(0xbb4)+_0x3c6f27(0x51e)+_0x3c6f27(0xa0f)+_0x3c6f27(0x8d1)+_0x3c6f27(0xc69)+_0x3c6f27(0x391)+'nh\x20ch'+_0x3c6f27(0x9ae)+_0x3c6f27(0x334)+_0x3c6f27(0x8d5)+'ong>\x0a'+'\x20\x20\x20\x20\x20'+_0x3c6f27(0x6ef)+_0x3c6f27(0x37a)+_0x3c6f27(0xb2d)+_0x3c6f27(0xae4)+_0x3c6f27(0xa44)+_0x3c6f27(0xa6a)+_0x3c6f27(0x5e7)+'0;\x20co'+_0x3c6f27(0x9d1)+_0x3c6f27(0x9c7)+'\x20font'+_0x3c6f27(0xa81)+_0x3c6f27(0x87f)+_0x3c6f27(0x645)+_0x3c6f27(0x7a5)+'file\x20'+_0x3c6f27(0x1b4)+_0x3c6f27(0xc3b)+_0x3c6f27(0x881)+_0x3c6f27(0xb51)+'n\x20này'+_0x3c6f27(0x516)+_0x3c6f27(0x5a2)+_0x3c6f27(0x3c6)+_0x3c6f27(0xb7c)+_0x3c6f27(0x83e)+_0x3c6f27(0x218)+_0x3c6f27(0x6b9)+_0x3c6f27(0x62a)+'hiểu\x20'+_0x3c6f27(0x2a8)+_0x3c6f27(0x37f)+_0x3c6f27(0x7e2)+_0x3c6f27(0xa19)+_0x3c6f27(0xc6d)+_0x3c6f27(0x6ef)+_0x3c6f27(0x361)+_0x3c6f27(0xa49)+_0x3c6f27(0x6ef)+_0x3c6f27(0x37a)+_0x3c6f27(0x553)+_0x3c6f27(0xb80)+_0x3c6f27(0x4dc)+_0x3c6f27(0xa37)+_0x3c6f27(0xb0a)+_0x3c6f27(0x87e)+_0x3c6f27(0x82e)+'ft:20'+_0x3c6f27(0x4ea)+_0x3c6f27(0x69d)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x3c6f27(0x916)+'area\x20'+_0x3c6f27(0x3e5)+_0x1f7c99+(_0x3c6f27(0x9dc)+_0x3c6f27(0xc36)+_0x3c6f27(0xa82)+_0x3c6f27(0x988)+_0x3c6f27(0x2e6)+'e;\x20le'+_0x3c6f27(0x77a)+_0x3c6f27(0x90f)+';\x20top'+_0x3c6f27(0x7ed)+_0x3c6f27(0x7b9)+_0x3c6f27(0x46f)+'n=\x22tr'+'ue\x22>')+_0x99a0d5+(_0x3c6f27(0x1f2)+_0x3c6f27(0x24c)+_0x3c6f27(0xc6d)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x899)+_0x3c6f27(0x9b4)+_0x3c6f27(0x4f9)+'k=\x22va'+_0x3c6f27(0xafe)+_0x3c6f27(0x954)+_0x3c6f27(0x8ba)+_0x3c6f27(0x5db)+_0x3c6f27(0xaab)+'Id(\x27')+_0x1f7c99+(_0x3c6f27(0x1e6)+_0x3c6f27(0x9a3)+_0x3c6f27(0x91f)+_0x3c6f27(0xca2)+'ment.'+_0x3c6f27(0xbf4)+_0x3c6f27(0x578)+_0x3c6f27(0xab3)+_0x3c6f27(0x416)+_0x3c6f27(0x883)+_0x3c6f27(0x833)+_0x3c6f27(0x427)+_0x3c6f27(0x971)+_0x3c6f27(0x223)+_0x3c6f27(0xa45)+_0x3c6f27(0x730)+_0x3c6f27(0xb84)+_0x3c6f27(0x320)+'✅\x20Đã\x20'+_0x3c6f27(0x7a5)+_0x3c6f27(0xa40)+_0x3c6f27(0x95e)+_0x3c6f27(0xa8d)+_0x3c6f27(0x5d3)+_0x3c6f27(0x794)+_0x3c6f27(0x1ed)+_0x3c6f27(0xc47)+'\x27;\x20se'+_0x3c6f27(0xb6c)+'out(f'+_0x3c6f27(0x226)+_0x3c6f27(0xa91)+_0x3c6f27(0x555)+'erHTM'+_0x3c6f27(0x959)+_0x3c6f27(0x2cd)+_0x3c6f27(0x6cf)+_0x3c6f27(0x98a)+'und=\x27'+_0x3c6f27(0x9e8)+_0x3c6f27(0x341)+_0x3c6f27(0xa28)+_0x3c6f27(0x927)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0xbd6)+_0x3c6f27(0x6f4)+_0x3c6f27(0x4f8)+_0x3c6f27(0x507)+_0x3c6f27(0x666)+_0x3c6f27(0x313)+'color'+_0x3c6f27(0x7e4)+_0x3c6f27(0x892)+_0x3c6f27(0x831)+'\x20none'+_0x3c6f27(0x481)+'ding:'+_0x3c6f27(0xc83)+_0x3c6f27(0x494)+_0x3c6f27(0x935)+_0x3c6f27(0x4fa)+'dius:'+_0x3c6f27(0x5da)+_0x3c6f27(0x4ab)+'or:\x20p'+_0x3c6f27(0xb43)+'r;\x20fo'+'nt-si'+'ze:\x201'+_0x3c6f27(0x3b0)+'trans'+_0x3c6f27(0x293)+_0x3c6f27(0x25f)+_0x3c6f27(0x990)+'nt-we'+'ight:'+_0x3c6f27(0x299)+_0x3c6f27(0x75d)+_0x3c6f27(0x76e)+_0x3c6f27(0x9ea)+_0x3c6f27(0x399)+_0x3c6f27(0x93b)+_0x3c6f27(0x721)+_0x3c6f27(0xba0)+_0x3c6f27(0xbeb)+_0x3c6f27(0x575)+_0x3c6f27(0x259)+_0x3c6f27(0x4fb)+_0x3c6f27(0x470)+_0x3c6f27(0xb64)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x722)+'opy\x20J'+_0x3c6f27(0x4e9)+_0x3c6f27(0xbe3)+_0x3c6f27(0xa8e)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x29b)+_0x3c6f27(0x43a)+_0x3c6f27(0x27e)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20</'+_0x3c6f27(0xc0e)+_0x3c6f27(0x6ef)+_0x3c6f27(0x5d8)+'v>\x0a\x20\x20'+'\x20\x20');let _0xba9aa1='\x0a\x20\x20\x20\x20'+_0x3c6f27(0x49a)+'>1.\x20T'+'hông\x20'+'tin\x20E'+_0x3c6f27(0x6a9)+_0x3c6f27(0x75e)+'o\x20cáo'+_0x3c6f27(0xb20)+_0x3c6f27(0x69d)+_0x3c6f27(0x73b)+_0x3c6f27(0x2e0)+'tyle='+_0x3c6f27(0x7cd)+_0x3c6f27(0x256)+_0x3c6f27(0x759)+_0x3c6f27(0xa0c)+_0x3c6f27(0xb79)+_0x3c6f27(0x712)+'ollap'+_0x3c6f27(0x7c9)+_0x3c6f27(0xa44)+_0x3c6f27(0x997)+_0x3c6f27(0x2a9)+_0x3c6f27(0x6d1)+_0x3c6f27(0x8b1)+_0x3c6f27(0xa9d)+'borde'+_0x3c6f27(0x252)+_0x3c6f27(0x63a)+_0x3c6f27(0xb86)+_0x3c6f27(0x6ef)+_0x3c6f27(0x1c8)+'r\x20sty'+'le=\x22b'+'ackgr'+_0x3c6f27(0x507)+_0x3c6f27(0x869)+_0x3c6f27(0xc6d)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20<'+_0x3c6f27(0x51b)+_0x3c6f27(0x404)+'paddi'+_0x3c6f27(0xca3)+_0x3c6f27(0x729)+_0x3c6f27(0x234)+_0x3c6f27(0x5ce)+_0x3c6f27(0x9d4)+_0x3c6f27(0x978)+_0x3c6f27(0xbc2)+_0x3c6f27(0x715)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x734)+_0x3c6f27(0xb80)+_0x3c6f27(0xbd8)+'ing:1'+_0x3c6f27(0x654)+_0x3c6f27(0x69f)+_0x3c6f27(0x2c0)+';\x22>Me'+_0x3c6f27(0x423)+_0x3c6f27(0xc74)+_0x3c6f27(0x6ef)+'\x20\x20\x20\x20\x20'+_0x3c6f27(0xa1e)+_0x3c6f27(0x9ba)+_0x3c6f27(0x7e9)+_0x3c6f27(0xa02)+_0x3c6f27(0xc12)+'\x22>Chi'+_0x3c6f27(0x4ee)+_0x3c6f27(0x4e7)+_0x3c6f27(0x506)+_0x3c6f27(0x7a1)+'\x20Head'+_0x3c6f27(0x3f6)+'Body)'+_0x3c6f27(0x4cf)+_0x3c6f27(0x69d)+'\x20\x20\x20\x20<'+'/tr>\x0a'+_0x3c6f27(0x6ef)+_0x3c6f27(0x1c8)+'r\x20sty'+_0x3c6f27(0x6f4)+_0x3c6f27(0x4f8)+_0x3c6f27(0x507)+_0x3c6f27(0x92d)+_0x3c6f27(0x2d0)+_0x3c6f27(0xc6d)+_0x3c6f27(0x6ef)+'\x20\x20\x20\x20<'+_0x3c6f27(0x2d4)+'yle=\x22'+'paddi'+_0x3c6f27(0xca3)+_0x3c6f27(0x54c)+_0x3c6f27(0x953)+_0x3c6f27(0x7bf)+_0x3c6f27(0x9a9)+_0x3c6f27(0x3fc)+_0x3c6f27(0xbf2)+_0x3c6f27(0x239)+'\x22>Xuấ'+_0x3c6f27(0x8f7)+_0x3c6f27(0xaf9)+'br/>('+_0x3c6f27(0x5d1)+_0x3c6f27(0x6b1)+_0x3c6f27(0x7ce)+_0x3c6f27(0x4e3)+'>\x0a\x20\x20\x20'+_0x3c6f27(0x6ef)+_0x3c6f27(0x37a)+_0x3c6f27(0x2d4)+'yle=\x22'+'paddi'+'ng:10'+_0x3c6f27(0xa31)+'ext-a'+'lign:'+'cente'+_0x3c6f27(0x9d6)+_0x3c6f27(0x992)+'</b><'+_0x3c6f27(0x348)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+'\x20\x20<td'+'\x20styl'+_0x3c6f27(0x7e9)+_0x3c6f27(0xa02)+_0x3c6f27(0xc12)+_0x3c6f27(0x694)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+'\x20\x20\x20\x20<'+_0x3c6f27(0x1d9)+_0x3c6f27(0xa8d)+_0x3c6f27(0x200)+_0x3c6f27(0x71e)+'e:14p'+'x;\x20ba'+'ckgro'+'und:#'+_0x3c6f27(0x33f)+'6;\x20co'+'lor:#'+_0x3c6f27(0x280)+_0x3c6f27(0x3eb)+'ng:4p'+'x\x208px'+_0x3c6f27(0xabb)+_0x5e9b23+_0x3c6f27(0x9fc)+_0x1da9b0+(_0x3c6f27(0x7c1)+_0x3c6f27(0x5fc)+'\x20\x20\x20\x20\x20'+_0x3c6f27(0x6ef)+_0x3c6f27(0x37a)+_0x3c6f27(0x553)+'tyle='+'\x22marg'+_0x3c6f27(0xa21)+_0x3c6f27(0x6c2)+'x;\x20fo'+_0x3c6f27(0xaf8)+_0x3c6f27(0x32c)+_0x3c6f27(0x4ea)+_0x3c6f27(0x69d)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+'\x20<ul\x20'+'style'+_0x3c6f27(0x708)+_0x3c6f27(0x2fa)+'left:'+_0x3c6f27(0x2f6)+_0x3c6f27(0x87e)+_0x3c6f27(0x641)+'0\x2010p'+'x\x200;\x22'+_0x3c6f27(0xc6d)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+'\x20')+_0x42f604+(_0x3c6f27(0x69d)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+'\x20\x20\x20\x20\x20'+_0x3c6f27(0x640)+'>\x0a\x20\x20\x20'+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x3c6f27(0xbed)+'v\x20sty'+'le=\x22c'+_0x3c6f27(0x524)+'#2c3e'+_0x3c6f27(0xb38)+_0x3c6f27(0x953)+'eight'+_0x3c6f27(0x9a9)+';\x20mar'+'gin-b'+_0x3c6f27(0x82a)+_0x3c6f27(0x2bb)+'\x22>Bod'+_0x3c6f27(0x9d8)+_0x3c6f27(0x94f)+'\x20Điều'+'\x20kiện'+'\x20lọc:'+_0x3c6f27(0xc1e)+_0x3c6f27(0xc6d)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+'\x20\x20<ul'+_0x3c6f27(0x9ba)+_0x3c6f27(0x80d)+_0x3c6f27(0x896)+_0x3c6f27(0x7f3)+_0x3c6f27(0xa02)+_0x3c6f27(0x20c)+_0x3c6f27(0xc8c)+_0x3c6f27(0xb64)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x3c6f27(0x6ef)+_0x3c6f27(0x4fc)+_0x3c6f27(0x7d3)+_0x3c6f27(0x1d1)+'Objec'+'t\x20chứ'+'a\x20các'+_0x3c6f27(0x261)+'\x20số\x20l'+_0x3c6f27(0x28c)+_0x3c6f27(0xc01)+'u\x20trú'+_0x3c6f27(0x969)+_0x3c6f27(0x64f)+'ục\x202<'+_0x3c6f27(0xa1c)+_0x3c6f27(0xca1)+_0x3c6f27(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+'</ul>'+'\x0a\x20\x20\x20\x20'+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x767)+_0x3c6f27(0x9ba)+_0x3c6f27(0x4a9)+_0x3c6f27(0x262)+_0x3c6f27(0x3ed)+_0x3c6f27(0x714)+_0x3c6f27(0x3d0)+'ight:'+_0x3c6f27(0x55f)+_0x3c6f27(0x87e)+_0x3c6f27(0xa21)+'p:8px'+_0x3c6f27(0x6de)+'gin-b'+_0x3c6f27(0x82a)+_0x3c6f27(0x2bb)+_0x3c6f27(0x650)+_0x3c6f27(0x3b3)+'trả\x20v'+'ề\x20(Re'+_0x3c6f27(0x69b)+_0x3c6f27(0xc24)+'div>\x0a'+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x2ec)+_0x3c6f27(0xb80)+_0x3c6f27(0xa2d)+_0x3c6f27(0x5c3)+_0x3c6f27(0xcae)+'ing-l'+_0x3c6f27(0x87d)+'0px;\x22'+_0x3c6f27(0xc6d)+_0x3c6f27(0x6ef)+'\x20\x20\x20\x20\x20'+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x38c)+'Một\x20m'+_0x3c6f27(0x5dc)+_0x3c6f27(0x436)+'Array'+_0x3c6f27(0x311)+_0x3c6f27(0x88f)+_0x3c6f27(0xb6a)+_0x3c6f27(0x23d)+_0x3c6f27(0x952)+'Xem\x20c'+'ấu\x20tr'+'úc\x20cá'+_0x3c6f27(0x6ab)+_0x3c6f27(0x5de)+_0x3c6f27(0x430)+_0x3c6f27(0x2d1)+_0x3c6f27(0x659)+_0x3c6f27(0xbee)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x37a)+_0x3c6f27(0x986)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+'\x20</di'+_0x3c6f27(0x52e)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0xb09)+_0x3c6f27(0x69d)+_0x3c6f27(0x37a)+'/tr>\x0a'+_0x3c6f27(0x6ef)+_0x3c6f27(0xbe6)+_0x3c6f27(0x7f8)+_0x3c6f27(0xb39));const _0xff05cd=_0x770578[_0x3c6f27(0x981)+'s']&&_0x770578[_0x3c6f27(0x981)+'s'][_0x3c6f27(0xc4a)+'h']>0x0?await renderSchema(_0x770578[_0x3c6f27(0x981)+'s'],_0x3fb776,undefined,undefined,_0x770578):_0x3c6f27(0x1e1)+_0x3c6f27(0xa8d)+_0x3c6f27(0x708)+'ding:'+_0x3c6f27(0x3bc)+_0x3c6f27(0x202)+_0x3c6f27(0x834)+_0x3c6f27(0x5e9)+_0x3c6f27(0x5a1)+_0x3c6f27(0x543)+'lor:\x20'+_0x3c6f27(0x94b)+_0x3c6f27(0x534)+_0x3c6f27(0x337)+'e:\x20it'+_0x3c6f27(0xaa1)+'\x20bord'+_0x3c6f27(0x264)+_0x3c6f27(0xaed)+_0x3c6f27(0x5e4)+_0x3c6f27(0x929)+'ccc;\x22'+_0x3c6f27(0x4d4)+_0x3c6f27(0xb45)+_0x3c6f27(0x75a)+_0x3c6f27(0x287)+'êu\x20cầ'+_0x3c6f27(0x5f4)+_0x3c6f27(0x580)+'lọc\x20('+_0x3c6f27(0x895)+'ody\x20l'+_0x3c6f27(0x25a)+_0x3c6f27(0x7f9)+_0x3c6f27(0xa69)+_0x3c6f27(0xa5a)+_0x3c6f27(0x4b5)+'}</co'+_0x3c6f27(0x733)+_0x3c6f27(0xc1e)+'>',_0x603ced=_0x2f9cb7[_0x3c6f27(0x4df)+'ns']&&_0x2f9cb7[_0x3c6f27(0x4df)+'ns'][_0x3c6f27(0xc4a)+'h']>0x0?renderReportColumns(_0x2f9cb7[_0x3c6f27(0x4df)+'ns']):_0x3c6f27(0x1e1)+_0x3c6f27(0xa8d)+'=\x22pad'+_0x3c6f27(0x639)+_0x3c6f27(0x3bc)+_0x3c6f27(0x202)+_0x3c6f27(0x834)+_0x3c6f27(0x5e9)+_0x3c6f27(0xcb3)+_0x3c6f27(0xada)+_0x3c6f27(0x9d1)+_0x3c6f27(0x964)+_0x3c6f27(0xbfb)+_0x3c6f27(0x54b)+_0x3c6f27(0x240)+_0x3c6f27(0x488)+_0x3c6f27(0x614)+_0x3c6f27(0x8b1)+_0x3c6f27(0x20c)+_0x3c6f27(0x25e)+_0x3c6f27(0x983)+_0x3c6f27(0x90a)+_0x3c6f27(0x945)+_0x3c6f27(0x9d0)+_0x3c6f27(0x531)+_0x3c6f27(0xa27)+_0x3c6f27(0x668)+_0x3c6f27(0x864)+'ết\x20cá'+'c\x20cột'+_0x3c6f27(0xaa7)+_0x3c6f27(0x52d)+_0x3c6f27(0x8bd)+_0x3c6f27(0xa88)+_0x3c6f27(0x8ab)+_0x3c6f27(0x824);return _0x3c6f27(0x69d)+_0x3c6f27(0x9f7)+_0x3c6f27(0x619)+_0x3c6f27(0x1fe)+'l>\x0a\x20\x20'+_0x3c6f27(0x37a)+_0x3c6f27(0xaf7)+_0x3c6f27(0x96f)+_0x3c6f27(0x1fd)+_0x3c6f27(0x69d)+_0x3c6f27(0x37a)+_0x3c6f27(0xb3b)+_0x3c6f27(0x69d)+'\x20\x20\x20\x20\x20'+'\x20<met'+'a\x20cha'+_0x3c6f27(0x7b3)+_0x3c6f27(0x338)+_0x3c6f27(0x80a)+'\x20\x20\x20\x20\x20'+_0x3c6f27(0x37a)+_0x3c6f27(0xc9b)+_0x3c6f27(0x65f)+_0x3c6f27(0x3b3)+_0x3c6f27(0xc15)+_0x3c6f27(0x7ce)+_0x3c6f27(0x6eb)+_0x2f9cb7['title']+('</tit'+_0x3c6f27(0x20f)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20<'+_0x3c6f27(0xa8d)+'>\x0a\x20\x20\x20'+_0x3c6f27(0x6ef)+_0x3c6f27(0x9a4)+_0x3c6f27(0x3ee)+_0x3c6f27(0x534)+_0x3c6f27(0xaa8)+_0x3c6f27(0x3ab)+_0x3c6f27(0x4f0)+_0x3c6f27(0x5d0)+_0x3c6f27(0xa11)+'ma,\x20s'+_0x3c6f27(0x84e)+_0x3c6f27(0x4b9)+_0x3c6f27(0xa8a)+_0x3c6f27(0x389)+_0x3c6f27(0x469)+_0x3c6f27(0xc4e)+'olor:'+_0x3c6f27(0x465)+_0x3c6f27(0x481)+_0x3c6f27(0x639)+_0x3c6f27(0x693)+_0x3c6f27(0x58f)+_0x3c6f27(0xb41)+'h:\x2012'+'00px;'+_0x3c6f27(0x87e)+_0x3c6f27(0xb14)+_0x3c6f27(0x8c0)+';\x20bac'+_0x3c6f27(0x834)+_0x3c6f27(0x5e9)+_0x3c6f27(0x67d)+_0x3c6f27(0x440)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x3fa)+_0x3c6f27(0x96c)+_0x3c6f27(0x8f1)+'2c3e5'+_0x3c6f27(0xc0d)+_0x3c6f27(0xa0c)+'botto'+_0x3c6f27(0x513)+_0x3c6f27(0x58b)+_0x3c6f27(0xbae)+_0x3c6f27(0x9e7)+_0x3c6f27(0x481)+'ding-'+_0x3c6f27(0x463)+_0x3c6f27(0xbcb)+_0x3c6f27(0x37e)+_0x3c6f27(0xa44)+_0x3c6f27(0xa99)+'0;\x20}\x0a'+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0xbcf)+_0x3c6f27(0x96c)+_0x3c6f27(0x8f1)+'d3540'+_0x3c6f27(0x2b5)+_0x3c6f27(0x9e3)+'top:\x20'+_0x3c6f27(0x3e9)+_0x3c6f27(0x534)+_0x3c6f27(0xa81)+':\x201.2'+_0x3c6f27(0xa3a)+'ext-t'+_0x3c6f27(0x35b)+'orm:\x20'+'upper'+_0x3c6f27(0x314)+'\x20}\x0a\x20\x20'+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x1d9)+_0x3c6f27(0x996)+'t-fam'+_0x3c6f27(0xae2)+_0x3c6f27(0x2a3)+'olas\x27'+',\x20mon'+_0x3c6f27(0xa4d)+_0x3c6f27(0x7d6)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+'\x20\x20.au'+'th-bo'+_0x3c6f27(0xbfd)+_0x3c6f27(0x4f8)+_0x3c6f27(0x507)+_0x3c6f27(0x77d)+'\x20padd'+_0x3c6f27(0x70b)+_0x3c6f27(0x30e)+_0x3c6f27(0x654)+_0x3c6f27(0xabe)+_0x3c6f27(0xb07)+_0x3c6f27(0xc29)+_0x3c6f27(0x58b)+'id\x20#e'+'67e22'+_0x3c6f27(0x6c4)+_0x3c6f27(0x7cb)+_0x3c6f27(0x539)+_0x3c6f27(0x277)+_0x3c6f27(0xb9b)+_0x3c6f27(0x85b)+_0x3c6f27(0x528)+_0x3c6f27(0x3c1)+'px\x20rg'+_0x3c6f27(0x285)+_0x3c6f27(0x265)+'.1);\x20'+_0x3c6f27(0x58d)+'n-bot'+_0x3c6f27(0x533)+'30px;'+_0x3c6f27(0x243)+_0x3c6f27(0x6ef)+'\x20\x20\x20\x20\x20'+_0x3c6f27(0x3d7)+_0x3c6f27(0x448)+_0x3c6f27(0x88a)+_0x3c6f27(0x4c9)+_0x3c6f27(0x98a)+_0x3c6f27(0x467)+'fff;\x20'+_0x3c6f27(0x3eb)+_0x3c6f27(0x497)+_0x3c6f27(0x582)+'order'+':1px\x20'+_0x3c6f27(0x209)+'\x20#ddd'+_0x3c6f27(0x6c4)+_0x3c6f27(0x7cb)+_0x3c6f27(0x539)+_0x3c6f27(0x447)+'\x20box-'+'shado'+_0x3c6f27(0x528)+_0x3c6f27(0x3c1)+_0x3c6f27(0x518)+_0x3c6f27(0x285)+_0x3c6f27(0x265)+'.05);'+_0x3c6f27(0x6d8)+_0x3c6f27(0x1f8)+_0x3c6f27(0xa80)+_0x3c6f27(0x9eb)+_0x3c6f27(0xa44)+'-bott'+_0x3c6f27(0x36e)+_0x3c6f27(0x52a)+_0x3c6f27(0x69d)+_0x3c6f27(0x6ef)+'\x20</st'+_0x3c6f27(0x643)+_0x3c6f27(0x6ef)+_0x3c6f27(0x29b)+_0x3c6f27(0xb3b)+_0x3c6f27(0x69d)+_0x3c6f27(0x37a)+_0x3c6f27(0xb4d)+_0x3c6f27(0x69d)+'\x20\x20\x20\x20\x20'+_0x3c6f27(0xc52)+_0x3c6f27(0xc15)+'EPORT'+':\x20')+_0x2f9cb7['title']+(_0x3c6f27(0x3fe)+'\x0a\x20\x20\x20\x20'+_0x3c6f27(0x6ef)+_0x3c6f27(0xad8)+_0x3c6f27(0x6ef)+_0x3c6f27(0xbed)+_0x3c6f27(0x48b)+'ss=\x22a'+'uth-b'+_0x3c6f27(0xc5f)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x589)+_0x3c6f27(0x623)+_0x3c6f27(0xa8d)+'=\x22fon'+'t-siz'+_0x3c6f27(0x20d)+_0x3c6f27(0x645)+_0x3c6f27(0x686)+_0x3c6f27(0x461)+_0x3c6f27(0x799)+_0x3c6f27(0x89b)+'t\x20buộ'+_0x3c6f27(0x727)+_0x3c6f27(0xcb0)+_0x3c6f27(0x433)+_0x3c6f27(0x5ed)+_0x3c6f27(0xc7b)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x970)+_0x3c6f27(0xa8d)+_0x3c6f27(0x437)+'gin-t'+_0x3c6f27(0x343)+_0x3c6f27(0xa87)+_0x3c6f27(0x7e3)+'tyle:'+_0x3c6f27(0xc0b)+_0x3c6f27(0x481)+_0x3c6f27(0x2fa)+_0x3c6f27(0xb29)+_0x3c6f27(0x47e)+_0x3c6f27(0x69d)+_0x3c6f27(0x6ef)+'\x20\x20\x20\x20\x20'+_0x3c6f27(0x8be)+_0x3c6f27(0xb80)+_0x3c6f27(0xa2d)+'in-bo'+'ttom:'+_0x3c6f27(0xb05)+'>🔑\x20<b'+_0x3c6f27(0xc3e)+_0x3c6f27(0x6f1)+_0x3c6f27(0x1ce)+_0x3c6f27(0x83c)+'oken\x20'+_0x3c6f27(0xb71)+_0x3c6f27(0x1ca)+'<a\x20hr'+_0x3c6f27(0x2a2))+_0x422b8b+(_0x3c6f27(0xc9e)+_0x3c6f27(0x769)+_0x3c6f27(0x821)+_0x3c6f27(0x1f6)+_0x3c6f27(0x404)+_0x3c6f27(0x860)+':#d35'+_0x3c6f27(0x598)+'text-'+'decor'+_0x3c6f27(0xba9)+_0x3c6f27(0x541)+_0x3c6f27(0xb17)+_0x3c6f27(0x5f9)+'ght:b'+'old;\x22'+_0x3c6f27(0x5d7)+_0x3c6f27(0xb10)+_0x3c6f27(0x1b9)+_0x3c6f27(0xbd1)+_0x3c6f27(0x59c)+_0x3c6f27(0x5b2)+_0x3c6f27(0x501)+_0x3c6f27(0xbe2)+_0x3c6f27(0x69d)+_0x3c6f27(0x6ef)+_0x3c6f27(0x6ef)+_0x3c6f27(0x53c)+_0x3c6f27(0x6be)+_0x3c6f27(0x621)+_0x3c6f27(0x97f)+_0x3c6f27(0x50e)+_0x3c6f27(0x258)+'de>ap'+_0x3c6f27(0x52f)+_0x3c6f27(0x3ca)+_0x3c6f27(0x4a3)+_0x3c6f27(0xc97)+_0x3c6f27(0xca7)+'>\x0a\x20\x20\x20'+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20<'+_0x3c6f27(0x986)+_0x3c6f27(0x6ef)+'\x20\x20\x20\x20\x20'+_0x3c6f27(0xc1e)+_0x3c6f27(0x207)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20')+_0x3207f9+'\x20'+_0xba9aa1+(_0x3c6f27(0x94d)+_0x3c6f27(0x6ef)+_0x3c6f27(0x49a)+'>2.\x20B'+'ản\x20đồ'+_0x3c6f27(0x29f)+_0x3c6f27(0x5a5)+_0x3c6f27(0x925)+_0x3c6f27(0x525)+_0x3c6f27(0x44b)+_0x3c6f27(0x611)+_0x3c6f27(0x323)+_0x3c6f27(0x6ef)+_0x3c6f27(0x454)+_0x3c6f27(0x9ba)+_0x3c6f27(0x4a9)+_0x3c6f27(0x262)+_0x3c6f27(0x4b7)+_0x3c6f27(0xa96)+'size:'+'0.95e'+_0x3c6f27(0xb6e)+_0x3c6f27(0x6ef)+'\x20\x20\x20\x20\x20'+_0x3c6f27(0xaba)+_0x3c6f27(0x7f9)+'ct\x20JS'+'ON\x20ch'+'ứa\x20cá'+_0x3c6f27(0x20a)+_0x3c6f27(0x7b5)+_0x3c6f27(0x6fb)+_0x3c6f27(0x4a4)+_0x3c6f27(0x86d)+_0x3c6f27(0x2e8)+_0x3c6f27(0x82f)+'\x20kiện'+_0x3c6f27(0xc70)+'/b>\x20c'+_0x3c6f27(0x4bd)+_0x3c6f27(0x870)+'.\x0a\x20\x20\x20'+'\x20\x20\x20\x20\x20'+'\x20\x20</p'+_0x3c6f27(0xc6d)+_0x3c6f27(0x6ef)+_0x3c6f27(0xbed)+_0x3c6f27(0x48b)+_0x3c6f27(0x732)+_0x3c6f27(0xb9a)+_0x3c6f27(0x7de)+_0x3c6f27(0x912)+_0x3c6f27(0x69d)+'\x20\x20\x20\x20\x20'+_0x3c6f27(0x9fa))+_0xff05cd+(_0x3c6f27(0x69d)+_0x3c6f27(0x6ef)+_0x3c6f27(0x5d8)+'v>\x0a\x20\x20'+_0x3c6f27(0x6ef)+'\x20\x20\x20\x0a\x20'+'\x20\x20\x20\x20\x20'+_0x3c6f27(0x37a)+_0x3c6f27(0xca6)+_0x3c6f27(0x4e7)+'trúc\x20'+_0x3c6f27(0x8b7)+_0x3c6f27(0x74f)+_0x3c6f27(0x205)+_0x3c6f27(0x3a2)+_0x3c6f27(0x5bf)+_0x3c6f27(0xa0e)+_0x3c6f27(0x20e)+_0x3c6f27(0x8a3)+_0x3c6f27(0x6ef)+_0x3c6f27(0x37a)+_0x3c6f27(0xb2d)+_0x3c6f27(0x5fb)+_0x3c6f27(0x524)+_0x3c6f27(0x9c7)+_0x3c6f27(0x534)+_0x3c6f27(0xa81)+_0x3c6f27(0xad4)+_0x3c6f27(0x645)+'\x0a\x20\x20\x20\x20'+_0x3c6f27(0x6ef)+_0x3c6f27(0x326)+_0x3c6f27(0x8ad)+_0x3c6f27(0xaa7)+'về\x20(R'+_0x3c6f27(0xa42)+_0x3c6f27(0x203)+_0x3c6f27(0x25a)+'\x20danh'+'\x20sách'+_0x3c6f27(0xc32)+_0x3c6f27(0xba1)+_0x3c6f27(0x5cb)+_0x3c6f27(0x424)+'.\x20Mỗi'+_0x3c6f27(0x3d4)+_0x3c6f27(0x7a3)+_0x3c6f27(0x21d)+'t)\x20sẽ'+'\x20bao\x20'+_0x3c6f27(0x941)+'ác\x20ke'+_0x3c6f27(0x520)+_0x3c6f27(0x83d)+'h\x20ngh'+'ĩa\x20dư'+'ới\x20đâ'+_0x3c6f27(0x743)+_0x3c6f27(0x6ef)+'\x20\x20\x20</'+_0x3c6f27(0x581)+_0x3c6f27(0x6ef)+_0x3c6f27(0x2f2)+_0x3c6f27(0x98e)+_0x3c6f27(0x669)+_0x3c6f27(0x1fb)+_0x3c6f27(0x4b1)+_0x3c6f27(0x49c)+_0x3c6f27(0x9ba)+'e=\x22bo'+'rder-'+_0x3c6f27(0x7f4)+'3px\x20s'+'olid\x20'+_0x3c6f27(0x390)+_0x3c6f27(0x2c7)+'addin'+_0x3c6f27(0x253)+_0x3c6f27(0x935)+_0x3c6f27(0x4fa)+'dius:'+_0x3c6f27(0x5da)+_0x3c6f27(0x6d8)+_0x3c6f27(0xa22)+_0x3c6f27(0x687)+_0x3c6f27(0x26c)+_0x3c6f27(0x69d)+_0x3c6f27(0x6ef)+'\x20\x20\x20')+_0x603ced+(_0x3c6f27(0x69d)+_0x3c6f27(0x6ef)+_0x3c6f27(0x5d8)+'v>\x0a\x20\x20'+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x0a\x20'+_0x3c6f27(0x6ef)+'\x20\x20\x20\x20<'+_0x3c6f27(0x553)+_0x3c6f27(0xb80)+_0x3c6f27(0xa2d)+'in-to'+_0x3c6f27(0x94e)+_0x3c6f27(0x9fd)+'rder-'+_0x3c6f27(0x716)+_0x3c6f27(0x5e4)+_0x3c6f27(0x929)+_0x3c6f27(0x6ed)+'paddi'+_0x3c6f27(0x51f)+'p:20p'+_0x3c6f27(0x4fe)+_0x3c6f27(0x7c7)+_0x3c6f27(0x43e)+_0x3c6f27(0x3de)+_0x3c6f27(0x3fc)+_0x3c6f27(0xc62)+'99;\x20f'+_0x3c6f27(0x54b)+'ize:1'+_0x3c6f27(0x766)+'\x0a\x20\x20\x20\x20'+_0x3c6f27(0x6ef)+_0x3c6f27(0x2b0)+'i\x20liệ'+'u\x20API'+'\x20Repo'+_0x3c6f27(0x3a8)+'\x20động'+_0x3c6f27(0x993)+_0x3c6f27(0x89c)+'bởi\x20h'+'ệ\x20thố'+_0x3c6f27(0x68e)+_0x3c6f27(0xab2)+_0x3c6f27(0x2f8)+'\x20\x20\x20\x20\x20'+_0x3c6f27(0x6ef)+_0x3c6f27(0xc1e)+_0x3c6f27(0xc6d)+_0x3c6f27(0x6ef)+_0x3c6f27(0xc6e)+_0x3c6f27(0x65e)+_0x3c6f27(0x37a)+_0x3c6f27(0x8c6)+'>\x0a\x20\x20\x20'+'\x20');},apiAuth=function(){const _0x53bf99=_0x5d7201;let _0x3255b7=configs[_0x53bf99(0x9a0)+'rl']||configs[_0x53bf99(0xa32)+'n'],_0x20cd62='\x0a\x20\x20\x20\x20'+_0x53bf99(0x49a)+_0x53bf99(0x3f7)+'ác\x20th'+_0x53bf99(0xab5)+'Quản\x20'+_0x53bf99(0x661)+'i\x20kho'+'ản\x20(A'+'uth)<'+'/h3>\x0a'+'\x20\x20\x20\x20\x20'+_0x53bf99(0x9f9)+_0x53bf99(0x373)+_0x53bf99(0x404)+_0x53bf99(0x69f)+':100%'+_0x53bf99(0x6c4)+'der-c'+_0x53bf99(0x7ef)+_0x53bf99(0xa26)+_0x53bf99(0xbbb)+_0x53bf99(0x37b)+'rgin-'+'botto'+'m:30p'+'x\x22\x20bo'+_0x53bf99(0xaa2)+_0x53bf99(0xa1a)+'order'+_0x53bf99(0x860)+'=\x22#dd'+_0x53bf99(0x52c)+_0x53bf99(0x6ef)+_0x53bf99(0xbe4)+_0x53bf99(0x9ba)+_0x53bf99(0x684)+_0x53bf99(0x98a)+'und:#'+'eee\x22>'+_0x53bf99(0x69d)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x1c8)+_0x53bf99(0xb7e)+'le=\x22p'+_0x53bf99(0x60b)+_0x53bf99(0xade)+'x;\x20wi'+_0x53bf99(0x479)+_0x53bf99(0x8dd)+_0x53bf99(0xbfa)+_0x53bf99(0x4dd)+'g</th'+_0x53bf99(0xc6d)+_0x53bf99(0x6ef)+_0x53bf99(0x37a)+'th\x20st'+_0x53bf99(0x404)+_0x53bf99(0x3eb)+_0x53bf99(0xca3)+'px;\x20w'+'idth:'+_0x53bf99(0x8dd)+_0x53bf99(0x911)+_0x53bf99(0x957)+'th>\x0a\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'\x20<th\x20'+'style'+'=\x22pad'+_0x53bf99(0x639)+_0x53bf99(0x570)+_0x53bf99(0x642)+_0x53bf99(0x828)+_0x53bf99(0x972)+_0x53bf99(0x300)+_0x53bf99(0xb61)+_0x53bf99(0x799)+_0x53bf99(0x3d8)+_0x53bf99(0x4bf)+_0x53bf99(0xc74)+_0x53bf99(0x6ef)+'\x20\x20\x20</'+_0x53bf99(0x49d)+_0x53bf99(0x6ef)+_0x53bf99(0x35c)+_0x53bf99(0x6ef)+_0x53bf99(0x605)+_0x53bf99(0xa8d)+_0x53bf99(0x760)+'kgrou'+_0x53bf99(0x5e9)+_0x53bf99(0x4bb)+_0x53bf99(0x7cc)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0xa2b)+'\x20styl'+'e=\x22pa'+_0x53bf99(0xa02)+_0x53bf99(0xc12)+_0x53bf99(0xb17)+_0x53bf99(0x5f9)+_0x53bf99(0x2ac)+_0x53bf99(0x395)+_0x53bf99(0x860)+_0x53bf99(0x357)+_0x53bf99(0x60c)+_0x53bf99(0x32d)+_0x53bf99(0x3c0)+_0x53bf99(0x328)+_0x53bf99(0x23b)+_0x53bf99(0x4e3)+_0x53bf99(0xc6d)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x37a)+_0x53bf99(0x2d4)+_0x53bf99(0x404)+'paddi'+'ng:10'+_0x53bf99(0xa31)+_0x53bf99(0xbcc)+'lign:'+'cente'+'r\x22><b'+_0x53bf99(0x932)+_0x53bf99(0xa71)+_0x53bf99(0x632)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'\x20<td\x20'+_0x53bf99(0xa8d)+_0x53bf99(0x708)+_0x53bf99(0x639)+_0x53bf99(0x570)+_0x53bf99(0xc6d)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'\x20\x20\x20<c'+_0x53bf99(0xb65)+_0x53bf99(0xb80)+_0x53bf99(0x21b)+'-size'+':14px'+_0x53bf99(0x202)+_0x53bf99(0x834)+_0x53bf99(0x45a)+_0x53bf99(0x246)+_0x53bf99(0x3fc)+'or:#0'+'00;\x20p'+'addin'+_0x53bf99(0xaa4)+_0x53bf99(0x376)+'\x22>'+_0x3255b7+(_0x53bf99(0x3d1)+_0x53bf99(0x4f2)+'l</co'+'de>\x0a\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x1e1)+_0x53bf99(0xa8d)+_0x53bf99(0x437)+'gin-t'+'op:10'+_0x53bf99(0x54c)+'ont-s'+_0x53bf99(0xa4a)+_0x53bf99(0xc9c)+_0x53bf99(0xc6d)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0xbed)+'v\x20sty'+'le=\x22c'+_0x53bf99(0x524)+_0x53bf99(0x964)+_0x53bf99(0xbfb)+_0x53bf99(0x953)+_0x53bf99(0x7bf)+':bold'+_0x53bf99(0x6de)+_0x53bf99(0x61a)+_0x53bf99(0x82a)+':3px;'+_0x53bf99(0x9e0)+_0x53bf99(0xc7c)+_0x53bf99(0x966)+_0x53bf99(0x780)+'/div>'+_0x53bf99(0x69d)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x970)+_0x53bf99(0xa8d)+_0x53bf99(0x437)+'gin:0'+_0x53bf99(0xa34)+_0x53bf99(0x5ac)+'\x20padd'+'ing-l'+_0x53bf99(0x87d)+_0x53bf99(0x654)+_0x53bf99(0xaf0)+'round'+':#fff'+_0x53bf99(0x728)+_0x53bf99(0x3eb)+_0x53bf99(0xbc9)+'x\x2020p'+_0x53bf99(0x9fd)+_0x53bf99(0xa0c)+_0x53bf99(0x768)+'s:4px'+';\x22>\x0a\x20'+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x4fc)+_0x53bf99(0x7c6)+_0x53bf99(0xc5d)+_0x53bf99(0x50c)+_0x53bf99(0x4c7)+_0x53bf99(0xc88)+_0x53bf99(0x33a)+_0x53bf99(0xa8d)+'=\x22col'+_0x53bf99(0x4af)+_0x53bf99(0x9e7)+_0x53bf99(0xb17)+'t-wei'+_0x53bf99(0x2ac)+_0x53bf99(0xbde)+_0x53bf99(0xb2c)+'c\x20Aut'+'h</sp'+_0x53bf99(0xb03)+_0x53bf99(0x33a)+'style'+_0x53bf99(0xc63)+_0x53bf99(0x4a7)+_0x53bf99(0x36a)+_0x53bf99(0x4d1)+_0x53bf99(0x26b)+_0x53bf99(0x6c3)+_0x53bf99(0x59e)+'code>'+_0x53bf99(0xc8f)+_0x53bf99(0x4d5)+_0x53bf99(0xc58)+'/code'+'>)</s'+_0x53bf99(0x40e)+'/li>\x0a'+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x8a8)+_0x53bf99(0x69d)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x767)+_0x53bf99(0x9ba)+_0x53bf99(0x4a9)+_0x53bf99(0x262)+_0x53bf99(0x3ed)+'5;\x20fo'+_0x53bf99(0x3d0)+_0x53bf99(0xbd0)+_0x53bf99(0x55f)+_0x53bf99(0x87e)+_0x53bf99(0x9ad)+'ttom:'+_0x53bf99(0xc9c)+'>Kết\x20'+'quả\x20t'+'rả\x20về'+_0x53bf99(0x4d3)+_0x53bf99(0x52e)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x658)+_0x53bf99(0x2f5)+_0x53bf99(0xae4)+'argin'+_0x53bf99(0x6b2)+_0x53bf99(0x60b)+'g-lef'+_0x53bf99(0x204)+'x;\x22>\x0a'+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x37a)+_0x53bf99(0xc14)+_0x53bf99(0x205)+_0x53bf99(0x79a)+_0x53bf99(0xc3e)+_0x53bf99(0x6f1)+_0x53bf99(0x312)+_0x53bf99(0x918)+_0x53bf99(0x7d0)+_0x53bf99(0x559)+_0x53bf99(0x25b)+_0x53bf99(0xbc3)+_0x53bf99(0x295)+_0x53bf99(0x4a8)+'\x20này\x20'+_0x53bf99(0x8d7)+_0x53bf99(0x891)+_0x53bf99(0x9dd)+_0x53bf99(0xb1a)+_0x53bf99(0x903)+'c\x20API'+_0x53bf99(0x7f6)+'.</li'+_0x53bf99(0xc6d)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x61e)+_0x53bf99(0xa54)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20<'+_0x53bf99(0x824)+'\x0a\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x29b)+'td>\x0a\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x344)+_0x53bf99(0x2ff)+_0x53bf99(0x6ef)+_0x53bf99(0xbe4)+'>\x0a\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x37a)+_0x53bf99(0x2d4)+'yle=\x22'+_0x53bf99(0x3eb)+'ng:10'+_0x53bf99(0x54c)+_0x53bf99(0x953)+_0x53bf99(0x7bf)+_0x53bf99(0x9a9)+(_0x53bf99(0x7e8)+'ng\x20xu'+'ất<br'+_0x53bf99(0x39a)+_0x53bf99(0x3aa)+_0x53bf99(0xb09)+_0x53bf99(0x69d)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x1c8)+'d\x20sty'+_0x53bf99(0xc36)+'addin'+'g:10p'+_0x53bf99(0x4fe)+_0x53bf99(0x7c7)+_0x53bf99(0x43e)+_0x53bf99(0x3de)+_0x53bf99(0x563)+_0x53bf99(0x97b)+_0x53bf99(0xc75)+'d>\x0a\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'<td\x20s'+_0x53bf99(0xb80)+'\x22padd'+_0x53bf99(0x70b)+_0x53bf99(0x3bb)+_0x53bf99(0x69d)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x4d9)+_0x53bf99(0x888)+_0x53bf99(0x404)+_0x53bf99(0xa96)+_0x53bf99(0x8b4)+_0x53bf99(0x251)+_0x53bf99(0x1bf)+_0x53bf99(0x794)+_0x53bf99(0x2fb)+_0x53bf99(0xc7e)+_0x53bf99(0x41c)+_0x53bf99(0xc84)+_0x53bf99(0x7f3)+_0x53bf99(0xa02)+_0x53bf99(0x66a)+_0x53bf99(0xb05)+'>'))+_0x3255b7+(_0x53bf99(0xacd)+_0x53bf99(0x84c)+_0x53bf99(0x401)+'t</co'+_0x53bf99(0x62e)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x1e1)+_0x53bf99(0xa8d)+'=\x22mar'+_0x53bf99(0x394)+'op:10'+'px;\x20f'+'ont-s'+'ize:1'+_0x53bf99(0xc9c)+_0x53bf99(0xc6d)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0xbed)+_0x53bf99(0x81a)+_0x53bf99(0x5fb)+_0x53bf99(0x524)+'#2c3e'+_0x53bf99(0xb38)+_0x53bf99(0x953)+_0x53bf99(0x7bf)+_0x53bf99(0x9a9)+_0x53bf99(0x6de)+_0x53bf99(0x61a)+_0x53bf99(0x82a)+_0x53bf99(0x2bb)+_0x53bf99(0x9e0)+_0x53bf99(0xc7c)+_0x53bf99(0x966)+_0x53bf99(0x780)+_0x53bf99(0x824)+_0x53bf99(0x69d)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x970)+'style'+_0x53bf99(0x437)+'gin:0'+_0x53bf99(0x481)+_0x53bf99(0x2fa)+_0x53bf99(0xb29)+_0x53bf99(0x2f6)+_0x53bf99(0x694)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x679)+_0x53bf99(0x214)+_0x53bf99(0x45f)+'-toke'+'n:</b'+_0x53bf99(0x84b)+_0x53bf99(0x269)+_0x53bf99(0x40d)+_0x53bf99(0x8ae)+'g\x20sử\x20'+_0x53bf99(0x648)+'của\x20p'+_0x53bf99(0x6fe)+_0x53bf99(0xb26)+_0x53bf99(0x8c1)+_0x53bf99(0xca1)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x8a8)+'\x0a\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x53bf99(0x361)+_0x53bf99(0xa49)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'\x20</td'+_0x53bf99(0xc6d)+_0x53bf99(0x6ef)+_0x53bf99(0x5b1)+_0x53bf99(0x94d)+_0x53bf99(0x6ef)+_0x53bf99(0x21f)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+_0x53bf99(0xa2b)+'\x20styl'+_0x53bf99(0x7e9)+_0x53bf99(0xa02)+_0x53bf99(0xc12)+_0x53bf99(0xb17)+'t-wei'+'ght:b'+'old;\x22'+'>Đổi\x20'+_0x53bf99(0x843)+_0x53bf99(0x8ed)+'r/>(C'+'hange'+_0x53bf99(0x3a7)+_0x53bf99(0x4b2)+'</td>'+_0x53bf99(0x69d)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x1c8)+_0x53bf99(0xc22)+_0x53bf99(0xc36)+'addin'+_0x53bf99(0xade)+_0x53bf99(0x4fe)+_0x53bf99(0x7c7)+_0x53bf99(0x43e)+_0x53bf99(0x3de)+_0x53bf99(0x563)+_0x53bf99(0x275)+_0x53bf99(0xa71)+_0x53bf99(0x632)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x3ef)+'style'+'=\x22pad'+_0x53bf99(0x639)+_0x53bf99(0x570)+_0x53bf99(0xc6d)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x3a1)+_0x53bf99(0xb65)+'tyle='+_0x53bf99(0x21b)+_0x53bf99(0xa81)+':14px'+_0x53bf99(0x202)+_0x53bf99(0x834)+_0x53bf99(0x355)+_0x53bf99(0xa5c)+_0x53bf99(0x3fc)+_0x53bf99(0x9ca)+_0x53bf99(0x508)+_0x53bf99(0x60b)+'g:4px'+_0x53bf99(0x376)+'\x22>')+_0x3255b7+('/api/'+'chang'+_0x53bf99(0x943)+_0x53bf99(0xc58)+_0x53bf99(0xc97)+'>\x0a\x20\x20\x20'+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x2f2)+_0x53bf99(0x731)+_0x53bf99(0x404)+_0x53bf99(0x58d)+_0x53bf99(0x754)+_0x53bf99(0xc12)+_0x53bf99(0xb17)+_0x53bf99(0x71e)+_0x53bf99(0x46d)+_0x53bf99(0xa85)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x53bf99(0x1e1)+_0x53bf99(0xa8d)+'=\x22col'+_0x53bf99(0x764)+_0x53bf99(0x6cd)+_0x53bf99(0xb17)+_0x53bf99(0x5f9)+_0x53bf99(0x2ac)+_0x53bf99(0x395)+'margi'+_0x53bf99(0xbf3)+_0x53bf99(0xb25)+_0x53bf99(0x4ea)+_0x53bf99(0x799)+_0x53bf99(0x89b)+_0x53bf99(0x97d)+_0x53bf99(0x2cc)+_0x53bf99(0xa49)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x37a)+_0x53bf99(0xb1f)+'yle=\x22'+_0x53bf99(0x58d)+'n:0\x200'+_0x53bf99(0x691)+_0x53bf99(0xad9)+'addin'+'g-lef'+'t:20p'+_0x53bf99(0xa85)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+'\x20\x20\x20\x20<'+_0x53bf99(0x49e)+_0x53bf99(0xc3e)+'ss-to'+_0x53bf99(0x1ce)+_0x53bf99(0x83c)+_0x53bf99(0x59c)+_0x53bf99(0xb71)+_0x53bf99(0x677)+_0x53bf99(0xca1)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x37a)+_0x53bf99(0x49e)+_0x53bf99(0xb1c)+_0x53bf99(0x56b)+_0x53bf99(0x995)+_0x53bf99(0xc88)+_0x53bf99(0x918)+_0x53bf99(0xa2c)+'catio'+_0x53bf99(0x25c)+'n</co'+_0x53bf99(0x703)+_0x53bf99(0xbee)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x37a)+_0x53bf99(0x986)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x1e1)+_0x53bf99(0xa8d)+'=\x22col'+_0x53bf99(0x764)+_0x53bf99(0x6cd)+';\x20fon'+_0x53bf99(0x5f9)+_0x53bf99(0x2ac)+'old;\x20'+'margi'+'n-bot'+_0x53bf99(0xb25)+_0x53bf99(0x4ea)+'Body\x20'+'(JSON'+_0x53bf99(0x7bd)+_0x53bf99(0xa49)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x37a)+_0x53bf99(0xb1f)+'yle=\x22'+_0x53bf99(0x58d)+_0x53bf99(0x36d)+_0x53bf99(0x3eb)+_0x53bf99(0xa33)+'ft:20'+'px;\x22>'+_0x53bf99(0x69d)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'<li><'+_0x53bf99(0xbb6)+_0x53bf99(0x770)+_0x53bf99(0x827)+'/b>\x20<'+_0x53bf99(0x918)+_0x53bf99(0x2f4)+_0x53bf99(0x34a)+_0x53bf99(0x90e)+_0x53bf99(0x5a6)+_0x53bf99(0x7ec)+_0x53bf99(0x2fe)+_0x53bf99(0x306)+_0x53bf99(0xbee)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x4fc)+'i><b>'+_0x53bf99(0x5a7)+_0x53bf99(0x73c)+_0x53bf99(0xc38)+_0x53bf99(0x258)+'de>St'+'ring<'+_0x53bf99(0xc97)+_0x53bf99(0x7af)+_0x53bf99(0x473)+_0x53bf99(0x222)+'.</li'+_0x53bf99(0xc6d)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x38c)+_0x53bf99(0xb9f)+'NewPa'+_0x53bf99(0x73c)+_0x53bf99(0xc38)+'>\x20<co'+_0x53bf99(0x671)+_0x53bf99(0x91c)+_0x53bf99(0xc97)+'>.\x20Xá'+_0x53bf99(0xa6c)+'n\x20lại'+_0x53bf99(0xb11)+_0x53bf99(0xb74)+_0x53bf99(0xb16)+'/li>\x0a'+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+'</ul>'+'\x0a\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x361)+_0x53bf99(0xa49)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20</td'+_0x53bf99(0xc6d)+_0x53bf99(0x6ef)+_0x53bf99(0x5b1)+_0x53bf99(0x69d)+'\x20\x20</t'+_0x53bf99(0x3f8)+'\x0a\x20\x20\x20\x20'),_0x1418f5='\x0a\x20\x20\x20\x20'+_0x53bf99(0x49a)+_0x53bf99(0xa14)+_0x53bf99(0xbcd)+'ý\x20tài'+_0x53bf99(0xbb7)+_0x53bf99(0x213)+_0x53bf99(0x288)+_0x53bf99(0x31c)+_0x53bf99(0xc6d)+_0x53bf99(0x454)+'\x20styl'+_0x53bf99(0x4a9)+_0x53bf99(0x262)+_0x53bf99(0x4b7)+_0x53bf99(0xa96)+_0x53bf99(0x8b4)+_0x53bf99(0x795)+_0x53bf99(0xb6e)+_0x53bf99(0x6ef)+_0x53bf99(0xb3a)+'I\x20này'+_0x53bf99(0x78a)+_0x53bf99(0xc60)+'ăng\x20k'+_0x53bf99(0x6ac)+'\x20khoả'+_0x53bf99(0x74a)+_0x53bf99(0x307)+'ng\x20mớ'+'i.\x20Ng'+_0x53bf99(0xc77)+'a,\x20AP'+'I\x20còn'+_0x53bf99(0x3a0)+_0x53bf99(0xa43)+_0x53bf99(0x1bb)+_0x53bf99(0x956)+_0x53bf99(0xbb1)+_0x53bf99(0xcab)+_0x53bf99(0x2eb)+'ột\x20cô'+'ng\x20ty'+_0x53bf99(0x752)+')\x20có\x20'+'sẵn</'+_0x53bf99(0xb0b)+_0x53bf99(0x89e)+_0x53bf99(0x9fb)+_0x53bf99(0x89c)+_0x53bf99(0x480)+_0x53bf99(0x472)+_0x53bf99(0x70d)+_0x53bf99(0xc06)+'đăng\x20'+_0x53bf99(0x785)+_0x53bf99(0x6ef)+_0x53bf99(0x1b0)+'\x20\x20\x20\x20\x20'+_0x53bf99(0xad8)+'\x20\x20\x20<t'+_0x53bf99(0x1ee)+'style'+_0x53bf99(0x616)+'th:10'+'0%;\x20b'+'order'+_0x53bf99(0x517)+'apse:'+'colla'+'pse;\x20'+_0x53bf99(0x58d)+_0x53bf99(0xbf3)+'tom:2'+_0x53bf99(0x476)+_0x53bf99(0xabe)+'r=\x221\x22'+_0x53bf99(0x935)+_0x53bf99(0xbbf)+_0x53bf99(0x1be)+'ddd\x22>'+_0x53bf99(0x69d)+_0x53bf99(0x6ef)+'<tr\x20s'+_0x53bf99(0xb80)+_0x53bf99(0x85c)+_0x53bf99(0x794)+_0x53bf99(0xaa9)+_0x53bf99(0x63d)+_0x53bf99(0x694)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x53bf99(0x375)+_0x53bf99(0xb80)+_0x53bf99(0xbd8)+_0x53bf99(0x70b)+_0x53bf99(0xc4d)+_0x53bf99(0xc1c)+_0x53bf99(0x656)+_0x53bf99(0x8a5)+'er;\x20w'+_0x53bf99(0x234)+_0x53bf99(0x8dd)+_0x53bf99(0x534)+_0x53bf99(0x5f0)+_0x53bf99(0x854)+'ld;\x20c'+_0x53bf99(0x524)+'#d354'+_0x53bf99(0x6f6)+_0x53bf99(0x275)+_0x53bf99(0x348)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0xa2b)+_0x53bf99(0x9ba)+_0x53bf99(0x7e9)+_0x53bf99(0xa02)+_0x53bf99(0x79c)+_0x53bf99(0x3be)+_0x53bf99(0xb65)+'tyle='+'\x22font'+'-size'+_0x53bf99(0x79c)+';\x20bac'+_0x53bf99(0x834)+_0x53bf99(0xa63)+_0x53bf99(0x79d)+_0x53bf99(0x524)+_0x53bf99(0x964)+_0x53bf99(0x6f6)+_0x3255b7+(_0x53bf99(0xac8)+_0x53bf99(0x4f4)+_0x53bf99(0x33d)+_0x53bf99(0x348)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20<'+_0x53bf99(0x5f1)+_0x53bf99(0x6ef)+_0x53bf99(0xbe6)+_0x53bf99(0x7f8)+_0x53bf99(0x69d)+'\x20\x20<di'+'v\x20sty'+'le=\x22d'+_0x53bf99(0xa2e)+'y:fle'+'x;\x20ga'+'p:\x2020'+_0x53bf99(0x54c)+_0x53bf99(0x91d)+_0x53bf99(0xc76)+_0x53bf99(0x4bc)+_0x53bf99(0x87e)+_0x53bf99(0x9ad)+'ttom:'+_0x53bf99(0x415)+_0x53bf99(0xb64)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x37a)+_0x53bf99(0x553)+_0x53bf99(0xb80)+_0x53bf99(0x4dc)+_0x53bf99(0x9b9)+'in-wi'+'dth:\x20'+_0x53bf99(0x1c4)+_0x53bf99(0xb64)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0xc81)+_0x53bf99(0x3ae)+_0x53bf99(0x5fb)+_0x53bf99(0x524)+_0x53bf99(0x4ec)+_0x53bf99(0x81b)+_0x53bf99(0xa44)+_0x53bf99(0x997)+_0x53bf99(0xa73)+'0px;\x22'+_0x53bf99(0xb01)+'y\x20Par'+_0x53bf99(0xcb2)+_0x53bf99(0x985)+_0x53bf99(0x2af)+_0x53bf99(0xb0d)+_0x53bf99(0x876)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x1c8)+_0x53bf99(0x1ee)+_0x53bf99(0xa8d)+'=\x22wid'+_0x53bf99(0xaaf)+_0x53bf99(0xc31)+_0x53bf99(0x8b1)+_0x53bf99(0x517)+_0x53bf99(0xaee)+_0x53bf99(0xb79)+_0x53bf99(0x6ea)+_0x53bf99(0xa96)+_0x53bf99(0x8b4)+'13px;'+_0x53bf99(0x1bf)+'groun'+_0x53bf99(0x979)+_0x53bf99(0xa00)+_0x53bf99(0xaa2)+_0x53bf99(0xa1a)+'order'+_0x53bf99(0x860)+_0x53bf99(0x625)+'d\x22>\x0a\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x6e3)+_0x53bf99(0xb80)+'\x22back'+_0x53bf99(0x794)+_0x53bf99(0x9b7)+'f2f2;'+_0x53bf99(0xc44)+_0x53bf99(0xb8f)+'n:lef'+_0x53bf99(0x6c0)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x37a)+_0x53bf99(0x51b)+'yle=\x22'+'paddi'+'ng:8p'+_0x53bf99(0x60e)+_0x53bf99(0x9f5)+_0x53bf99(0xb60)+_0x53bf99(0xc6d)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'\x20\x20<th'+_0x53bf99(0x9ba)+_0x53bf99(0x7e9)+_0x53bf99(0xa02)+_0x53bf99(0x2de)+_0x53bf99(0x42e)+_0x53bf99(0x1eb)+_0x53bf99(0xac6)+_0x53bf99(0x2f3)+_0x53bf99(0x70f)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20<'+_0x53bf99(0x51b)+'yle=\x22'+'paddi'+_0x53bf99(0x41f)+'x;\x22>M'+_0x53bf99(0x1f7)+_0x53bf99(0xc74)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+'\x20</tr'+_0x53bf99(0xc6d)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x1c8)+'r><td'+_0x53bf99(0x9ba)+_0x53bf99(0x7e9)+_0x53bf99(0xa02)+_0x53bf99(0x2de)+_0x53bf99(0x534)+_0x53bf99(0x5f0)+_0x53bf99(0x854)+'ld;\x20c'+'olor:'+_0x53bf99(0x3d9)+_0x53bf99(0xbef)+_0x53bf99(0x7e7)+_0x53bf99(0x566)+_0x53bf99(0x1c0)+_0x53bf99(0x98f)+_0x53bf99(0xb09)+_0x53bf99(0x375)+'tyle='+_0x53bf99(0xbd8)+_0x53bf99(0x1df)+_0x53bf99(0x4ea)+_0x53bf99(0x79a)+'>Stri'+_0x53bf99(0x7dc)+_0x53bf99(0x33d)+_0x53bf99(0x710)+_0x53bf99(0x2d4)+_0x53bf99(0x404)+'paddi'+_0x53bf99(0x41f)+_0x53bf99(0x60e)+_0x53bf99(0x59c)+'của\x20G'+_0x53bf99(0x55e)+_0x53bf99(0x72b)+_0x53bf99(0xaa3)+'</td>'+'</tr>'+_0x53bf99(0x69d)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0xbe4)+_0x53bf99(0x741)+'style'+_0x53bf99(0x708)+_0x53bf99(0x639)+_0x53bf99(0x80b)+_0x53bf99(0xa96)+_0x53bf99(0x81c)+_0x53bf99(0xb72)+_0x53bf99(0x868)+_0x53bf99(0x262)+_0x53bf99(0x938)+'2;\x22>o'+_0x53bf99(0x6ec)+'td><t'+_0x53bf99(0xc22)+'le=\x22p'+_0x53bf99(0x60b)+'g:8px'+(_0x53bf99(0x3be)+_0x53bf99(0x84d)+'oolea'+_0x53bf99(0x4a6)+_0x53bf99(0x703)+'td><t'+'d\x20sty'+_0x53bf99(0xc36)+_0x53bf99(0x60b)+_0x53bf99(0x39b)+';\x22>Đá'+'nh\x20dấ'+_0x53bf99(0xa79)+_0x53bf99(0x593)+_0x53bf99(0x466)+_0x53bf99(0x648)+_0x53bf99(0x39f)+_0x53bf99(0x8d3)+_0x53bf99(0x76d)+_0x53bf99(0x41d)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x344)+'able>'+_0x53bf99(0x69d)+_0x53bf99(0x6ef)+_0x53bf99(0x5d8)+_0x53bf99(0x52e)+_0x53bf99(0x6ef)+_0x53bf99(0x2f2)+'iv\x20st'+_0x53bf99(0x404)+_0x53bf99(0x628)+_0x53bf99(0x586)+_0x53bf99(0x9f2)+_0x53bf99(0x75f)+'00px;'+_0x53bf99(0x694)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'\x20\x20<h4'+_0x53bf99(0x9ba)+_0x53bf99(0x4a9)+_0x53bf99(0x262)+_0x53bf99(0x1dc)+_0x53bf99(0x2b5)+_0x53bf99(0x9e3)+_0x53bf99(0x463)+_0x53bf99(0x3ce)+'px;\x22>'+_0x53bf99(0x799)+_0x53bf99(0x7d8)+_0x53bf99(0x9be)+'es</h'+_0x53bf99(0xa8c)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'\x20\x20<ul'+_0x53bf99(0x9ba)+_0x53bf99(0x684)+_0x53bf99(0x98a)+'und:#'+_0x53bf99(0xaef)+_0x53bf99(0xabe)+'r:1px'+'\x20soli'+_0x53bf99(0x5a8)+_0x53bf99(0x483)+_0x53bf99(0xa02)+_0x53bf99(0x79c)+_0x53bf99(0x415)+_0x53bf99(0x3bc)+'\x2040px'+';\x20bor'+_0x53bf99(0x7cb)+_0x53bf99(0x539)+_0x53bf99(0x277)+_0x53bf99(0x534)+_0x53bf99(0xa81)+_0x53bf99(0x477)+_0x53bf99(0x6de)+_0x53bf99(0xc89)+_0x53bf99(0xb64)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x8be)+_0x53bf99(0xb80)+_0x53bf99(0xa2d)+'in-bo'+_0x53bf99(0xa5e)+_0x53bf99(0xb05)+_0x53bf99(0x8c4)+_0x53bf99(0xbbd)+_0x53bf99(0x713)+'):</b'+_0x53bf99(0x873)+_0x53bf99(0xc91)+_0x53bf99(0x3cf)+_0x53bf99(0xa3c)+'\x20-\x20Gi'+_0x53bf99(0xa59)+'n\x20mỗi'+_0x53bf99(0x272)+_0x53bf99(0x592)+'chỉ\x20đ'+_0x53bf99(0x3c2)+_0x53bf99(0x3d2)+_0x53bf99(0x9db)+_0x53bf99(0x76b)+_0x53bf99(0xbe2)+_0x53bf99(0x69d)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x679)+_0x53bf99(0x2ea)+_0x53bf99(0xa84)+'gent:'+'</b>\x20'+_0x53bf99(0xba7)+_0x53bf99(0x67c)+_0x53bf99(0x8e9)+'g\x20hệ\x20'+'thống'+_0x53bf99(0x8e7)+_0x53bf99(0xb33)+'õi\x20th'+_0x53bf99(0xbe8)+_0x53bf99(0x296)+'g\x20ký.'+_0x53bf99(0xbe2)+_0x53bf99(0x69d)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x8a8)+'\x0a\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x5d8)+_0x53bf99(0x52e)+_0x53bf99(0x37a)+_0x53bf99(0x824)+_0x53bf99(0x94d)+'\x20\x20\x20<h'+_0x53bf99(0x3ae)+_0x53bf99(0x5fb)+_0x53bf99(0x524)+'#2c3e'+_0x53bf99(0x81b)+'argin'+_0x53bf99(0xa99)+'30px;'+_0x53bf99(0x87e)+_0x53bf99(0x9ad)+_0x53bf99(0xa5e)+_0x53bf99(0x691)+_0x53bf99(0x4e8)+_0x53bf99(0x5fe)+'yload'+_0x53bf99(0x33e)+'N)</h'+'4>\x0a\x20\x20'+_0x53bf99(0x37a)+_0x53bf99(0x915)+'\x20styl'+_0x53bf99(0x33b)+_0x53bf99(0x479)+_0x53bf99(0x5b9)+_0x53bf99(0xabe)+_0x53bf99(0x359)+_0x53bf99(0x4e6)+_0x53bf99(0xb50)+_0x53bf99(0x6e7)+_0x53bf99(0x534)+_0x53bf99(0xa81)+':13px'+';\x20bac'+_0x53bf99(0x834)+_0x53bf99(0x355)+'ff;\x20m'+'argin'+_0x53bf99(0x997)+'om:30'+_0x53bf99(0xbc1)+_0x53bf99(0xabe)+_0x53bf99(0x786)+_0x53bf99(0x935)+_0x53bf99(0xbbf)+_0x53bf99(0x1be)+_0x53bf99(0x5aa)+_0x53bf99(0x69d)+'\x20\x20\x20\x20<'+'tr\x20st'+_0x53bf99(0x404)+_0x53bf99(0xaf0)+'round'+_0x53bf99(0x607)+'2f2;\x20'+_0x53bf99(0xc1c)+_0x53bf99(0x656)+_0x53bf99(0x3ea))+('\x22>\x0a\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x734)+'tyle='+'\x22padd'+_0x53bf99(0x70b)+'0px;\x20'+'width'+':180p'+_0x53bf99(0x783)+_0x53bf99(0xba2)+'(Fiel'+_0x53bf99(0x9ff)+_0x53bf99(0x715)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+'<th\x20s'+_0x53bf99(0xb80)+'\x22padd'+'ing:1'+_0x53bf99(0x654)+'width'+_0x53bf99(0x2c0)+_0x53bf99(0x2ab)+_0x53bf99(0x74d)+'>\x0a\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x37a)+_0x53bf99(0x51b)+_0x53bf99(0x404)+'paddi'+_0x53bf99(0xca3)+'px;\x20w'+_0x53bf99(0x234)+_0x53bf99(0x8dd)+_0x53bf99(0xc44)+_0x53bf99(0xb8f)+_0x53bf99(0x5a3)+'ter\x22>'+_0x53bf99(0x5e5)+_0x53bf99(0x54a)+'th>\x0a\x20'+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20<th\x20'+_0x53bf99(0xa8d)+_0x53bf99(0x708)+'ding:'+_0x53bf99(0x570)+_0x53bf99(0x5f6)+_0x53bf99(0x1e8)+'\x20tiết'+_0x53bf99(0x4cf)+'\x0a\x20\x20\x20\x20'+_0x53bf99(0x37a)+'/tr>\x0a'+_0x53bf99(0x6ef)+_0x53bf99(0x1c8)+_0x53bf99(0x41d)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x375)+_0x53bf99(0xb80)+'\x22padd'+_0x53bf99(0x70b)+'0px;\x20'+_0x53bf99(0xa96)+_0x53bf99(0x81c)+_0x53bf99(0xb72)+_0x53bf99(0x868)+'lor:#'+'e67e2'+_0x53bf99(0x4f5)+_0x53bf99(0x2d7)+'/td>\x0a'+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'\x20\x20<td'+_0x53bf99(0x9ba)+'e=\x22pa'+_0x53bf99(0xa02)+_0x53bf99(0xc12)+_0x53bf99(0x3be)+_0x53bf99(0xad3)+'tring'+_0x53bf99(0x7c1)+_0x53bf99(0x577)+'d>\x0a\x20\x20'+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x375)+_0x53bf99(0xb80)+_0x53bf99(0xbd8)+'ing:1'+_0x53bf99(0x654)+_0x53bf99(0xc1c)+_0x53bf99(0x656)+_0x53bf99(0x8a5)+'er;\x20c'+_0x53bf99(0x524)+_0x53bf99(0x963)+'font-'+_0x53bf99(0x81c)+_0x53bf99(0xb72)+_0x53bf99(0x398)+_0x53bf99(0x502)+_0x53bf99(0x96d)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x375)+_0x53bf99(0xb80)+_0x53bf99(0xbd8)+_0x53bf99(0x70b)+_0x53bf99(0x73f)+_0x53bf99(0xa9e)+_0x53bf99(0xc07)+_0x53bf99(0xc08)+_0x53bf99(0x751)+_0x53bf99(0x35f)+_0x53bf99(0xa68)+'ợp\x20lệ'+_0x53bf99(0xc10)+_0x53bf99(0xc9a)+'ộng\x20t'+'rim\x20&'+_0x53bf99(0x917)+'rcase'+_0x53bf99(0xb8b)+'</td>'+_0x53bf99(0x69d)+_0x53bf99(0x37a)+_0x53bf99(0x5f1)+_0x53bf99(0x6ef)+_0x53bf99(0x1c8)+'r>\x0a\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x375)+'tyle='+_0x53bf99(0xbd8)+_0x53bf99(0x70b)+_0x53bf99(0x654)+_0x53bf99(0xa96)+'weigh'+_0x53bf99(0xb72)+'d;\x20co'+_0x53bf99(0x262)+_0x53bf99(0x938)+_0x53bf99(0xb0c)+_0x53bf99(0xb40)+_0x53bf99(0x632)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+'\x20<td\x20'+_0x53bf99(0xa8d)+'=\x22pad'+_0x53bf99(0x639)+_0x53bf99(0x6bd)+_0x53bf99(0x51a)+_0x53bf99(0x671)+'ring<'+_0x53bf99(0xc97)+_0x53bf99(0x220)+_0x53bf99(0xc6d)+_0x53bf99(0x6ef)+_0x53bf99(0x37a)+'td\x20st'+'yle=\x22'+'paddi'+_0x53bf99(0xca3)+'px;\x20t'+_0x53bf99(0xbcc)+_0x53bf99(0x889)+_0x53bf99(0x3e6)+_0x53bf99(0xb62)+'lor:r'+_0x53bf99(0x651)+_0x53bf99(0x953)+'eight'+_0x53bf99(0x9a9)+_0x53bf99(0x750)+_0x53bf99(0xbba)+'>\x0a\x20\x20\x20'+_0x53bf99(0x6ef)+'\x20\x20\x20\x20<'+'td\x20st'+'yle=\x22'+_0x53bf99(0x3eb)+_0x53bf99(0xca3)+_0x53bf99(0x4ea)+_0x53bf99(0x98c)+_0x53bf99(0x68f)+_0x53bf99(0x4c4)+_0x53bf99(0x78a)+_0x53bf99(0x663)+'>\x0a\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x5b1)+'\x0a\x20\x20\x20\x20')+(_0x53bf99(0x37a)+_0x53bf99(0x49d)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x53bf99(0x3ef)+_0x53bf99(0xa8d)+_0x53bf99(0x708)+'ding:'+_0x53bf99(0x6bd)+_0x53bf99(0x534)+_0x53bf99(0x5f0)+_0x53bf99(0x854)+_0x53bf99(0xc67)+_0x53bf99(0x524)+_0x53bf99(0x3d9)+'22;\x22>'+_0x53bf99(0x345)+_0x53bf99(0x5e2)+'td>\x0a\x20'+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x3ef)+_0x53bf99(0xa8d)+'=\x22pad'+'ding:'+_0x53bf99(0x6bd)+_0x53bf99(0x51a)+_0x53bf99(0x671)+_0x53bf99(0x91c)+_0x53bf99(0xc97)+_0x53bf99(0x220)+_0x53bf99(0xc6d)+_0x53bf99(0x6ef)+_0x53bf99(0x37a)+_0x53bf99(0x2d4)+_0x53bf99(0x404)+_0x53bf99(0x3eb)+_0x53bf99(0xca3)+_0x53bf99(0xa31)+_0x53bf99(0xbcc)+_0x53bf99(0x889)+_0x53bf99(0x3e6)+_0x53bf99(0x975)+_0x53bf99(0x6d6)+_0x53bf99(0xc6d)+_0x53bf99(0x6ef)+_0x53bf99(0x37a)+_0x53bf99(0x2d4)+_0x53bf99(0x404)+_0x53bf99(0x3eb)+_0x53bf99(0xca3)+_0x53bf99(0x4ea)+_0x53bf99(0xa05)+_0x53bf99(0x923)+'6\x20ký\x20'+_0x53bf99(0x815)+_0x53bf99(0x489)+'ữ\x20hoa'+_0x53bf99(0x622)+_0x53bf99(0x96b)+_0x53bf99(0x7da)+_0x53bf99(0x9c3)+_0x53bf99(0x358)+'\x20khôn'+'g\x20gửi'+_0x53bf99(0x3e1)+_0x53bf99(0x351)+'\x20tự\x20s'+'inh\x20m'+'ật\x20kh'+_0x53bf99(0x36f)+_0x53bf99(0x21a)+_0x53bf99(0x27d)+_0x53bf99(0x7f2)+_0x53bf99(0x6af)+_0x53bf99(0x68a)+_0x53bf99(0xc75)+_0x53bf99(0x96d)+_0x53bf99(0x6ef)+_0x53bf99(0x235)+_0x53bf99(0xc6d)+_0x53bf99(0x6ef)+'<tr>\x0a'+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'\x20\x20<td'+_0x53bf99(0x9ba)+_0x53bf99(0x7e9)+_0x53bf99(0xa02)+_0x53bf99(0xc12)+_0x53bf99(0xb17)+_0x53bf99(0x5f9)+_0x53bf99(0x2ac)+_0x53bf99(0x395)+_0x53bf99(0x860)+_0x53bf99(0x1d2)+'e22;\x22'+_0x53bf99(0x829)+_0x53bf99(0x73c)+_0x53bf99(0x318)+'>\x0a\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x37a)+_0x53bf99(0x2d4)+_0x53bf99(0x404)+_0x53bf99(0x3eb)+_0x53bf99(0xca3)+'px;\x22>'+_0x53bf99(0x79a)+_0x53bf99(0x8eb)+_0x53bf99(0x7dc)+_0x53bf99(0x33d)+_0x53bf99(0x348)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0xa2b)+_0x53bf99(0x9ba)+_0x53bf99(0x7e9)+'dding'+_0x53bf99(0xc12)+';\x20tex'+_0x53bf99(0x771)+_0x53bf99(0xb3e)+_0x53bf99(0x557)+'\x20colo'+'r:#e6'+_0x53bf99(0x945)+'\x22>(*)'+_0x53bf99(0xb09)+_0x53bf99(0x69d)+_0x53bf99(0x6ef)+_0x53bf99(0x1c8)+_0x53bf99(0xc22)+'le=\x22p'+_0x53bf99(0x60b)+'g:10p'+'x;\x22>B'+_0x53bf99(0x434)+_0x53bf99(0xa83)+'u\x20có\x20'+_0x53bf99(0x8d7)+_0x53bf99(0x80f)+'de>pa'+_0x53bf99(0x73c)+_0x53bf99(0x25d)+'de>.\x20'+_0x53bf99(0x701)+_0x53bf99(0xb73)+'với\x20p'+'asswo'+'rd.</'+_0x53bf99(0x632)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x344)+_0x53bf99(0x41d)+_0x53bf99(0x6ef)+_0x53bf99(0xb9d)+_0x53bf99(0x69d)+_0x53bf99(0x6ef)+_0x53bf99(0x1c8)+'d\x20sty'+_0x53bf99(0xc36)+_0x53bf99(0x60b)+_0x53bf99(0xade)+_0x53bf99(0x289)+_0x53bf99(0x3d0)+_0x53bf99(0xbd0)+_0x53bf99(0x55f)+_0x53bf99(0x41c)+_0x53bf99(0x7aa)+_0x53bf99(0x945)+_0x53bf99(0x4f1)+'app</'+_0x53bf99(0x632)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x3ef)+_0x53bf99(0xa8d)+_0x53bf99(0x708)+_0x53bf99(0x639)+_0x53bf99(0x6bd)+_0x53bf99(0x51a)+_0x53bf99(0x671)+'ring<'+'/code'+_0x53bf99(0x220)+'>\x0a\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x37a)+_0x53bf99(0x2d4)+_0x53bf99(0x404)+'paddi'+_0x53bf99(0xca3)+_0x53bf99(0xa31)+_0x53bf99(0xbcc)+_0x53bf99(0x889)+_0x53bf99(0x3e6)+_0x53bf99(0x975)+_0x53bf99(0x6d6)+_0x53bf99(0xc6d))+(_0x53bf99(0x6ef)+_0x53bf99(0x37a)+_0x53bf99(0x2d4)+_0x53bf99(0x404)+_0x53bf99(0x3eb)+_0x53bf99(0xca3)+_0x53bf99(0x4ea)+_0x53bf99(0xbf6)+'DB\x20Ob'+_0x53bf99(0x84a)+'d\x20của'+_0x53bf99(0x439)+'\x20ty.\x20'+_0x53bf99(0xa67)+_0x53bf99(0x330)+',\x20use'+_0x53bf99(0xaac)+_0x53bf99(0x3af)+_0x53bf99(0x438)+_0x53bf99(0x27a)+_0x53bf99(0x2e2)+_0x53bf99(0x8c5)+_0x53bf99(0xb09)+_0x53bf99(0x69d)+_0x53bf99(0x37a)+_0x53bf99(0x5f1)+_0x53bf99(0x6ef)+_0x53bf99(0x1c8)+_0x53bf99(0x41d)+'\x20\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x53bf99(0x375)+_0x53bf99(0xb80)+'\x22padd'+'ing:1'+'0px;\x20'+_0x53bf99(0xa96)+_0x53bf99(0x81c)+_0x53bf99(0xb72)+'d;\x20co'+_0x53bf99(0x262)+_0x53bf99(0x938)+'2;\x22>c'+_0x53bf99(0x2f1)+_0x53bf99(0xa4b)+_0x53bf99(0x96d)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x375)+_0x53bf99(0xb80)+_0x53bf99(0xbd8)+_0x53bf99(0x70b)+_0x53bf99(0x73f)+'><cod'+_0x53bf99(0xb76)+_0x53bf99(0x837)+_0x53bf99(0x918)+_0x53bf99(0xb09)+_0x53bf99(0x69d)+_0x53bf99(0x6ef)+_0x53bf99(0x1c8)+_0x53bf99(0xc22)+_0x53bf99(0xc36)+_0x53bf99(0x60b)+_0x53bf99(0xade)+_0x53bf99(0x4fe)+'xt-al'+_0x53bf99(0x43e)+_0x53bf99(0x3de)+_0x53bf99(0x30a)+_0x53bf99(0xb09)+'\x0a\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x1c8)+_0x53bf99(0xc22)+_0x53bf99(0xc36)+_0x53bf99(0x60b)+_0x53bf99(0xade)+_0x53bf99(0x60e)+_0x53bf99(0x2c1)+_0x53bf99(0x2e2)+_0x53bf99(0xc05)+'g\x20để\x20'+_0x53bf99(0x68c)+'tạo\x20c'+_0x53bf99(0xb89)+_0x53bf99(0x573)+_0x53bf99(0x1fc)+_0x53bf99(0x66d)+_0x53bf99(0xb98)+_0x53bf99(0xa30)+_0x53bf99(0xab1)+_0x53bf99(0x7c1)+_0x53bf99(0x6e2)+'td>\x0a\x20'+'\x20\x20\x20\x20\x20'+_0x53bf99(0x344)+_0x53bf99(0x41d)+_0x53bf99(0x6ef)+_0x53bf99(0xb9d)+'\x0a\x20\x20\x20\x20'+_0x53bf99(0x6ef)+'\x20\x20\x20<t'+'d\x20sty'+_0x53bf99(0xc36)+_0x53bf99(0x60b)+_0x53bf99(0xade)+_0x53bf99(0x289)+_0x53bf99(0x3d0)+_0x53bf99(0xbd0)+'bold;'+_0x53bf99(0x41c)+'r:#e6'+_0x53bf99(0x945)+'\x22>int'+'roduc'+_0x53bf99(0x2b8)+'e</td'+_0x53bf99(0xc6d)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20<'+'td\x20st'+_0x53bf99(0x404)+'paddi'+_0x53bf99(0xca3)+_0x53bf99(0x4ea)+_0x53bf99(0x79a)+_0x53bf99(0x8eb)+_0x53bf99(0x7dc)+_0x53bf99(0x33d)+_0x53bf99(0x348)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0xa2b)+'\x20styl'+'e=\x22pa'+_0x53bf99(0xa02)+_0x53bf99(0xc12)+_0x53bf99(0x825)+_0x53bf99(0x771)+_0x53bf99(0xb3e)+_0x53bf99(0x557)+_0x53bf99(0x86a)+_0x53bf99(0x348)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20\x20<td'+_0x53bf99(0x9ba)+_0x53bf99(0x7e9)+_0x53bf99(0xa02)+_0x53bf99(0xc12)+_0x53bf99(0xa60)+_0x53bf99(0x8ca)+_0x53bf99(0xadd)+_0x53bf99(0x1dd)+_0x53bf99(0x40c)+_0x53bf99(0x7b2)+_0x53bf99(0xc98)+_0x53bf99(0x484)+_0x53bf99(0x348)+_0x53bf99(0x6ef)+_0x53bf99(0x29b)+_0x53bf99(0x49d)+'\x20\x20\x20\x20\x20'+_0x53bf99(0xbe4)+'>\x0a\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x53bf99(0x37a)+'td\x20st'+_0x53bf99(0x404)+_0x53bf99(0x3eb)+_0x53bf99(0xca3)+'px;\x20f'+_0x53bf99(0x953)+_0x53bf99(0x7bf)+_0x53bf99(0x9a9)+';\x20col'+_0x53bf99(0x4af)+_0x53bf99(0x9e7)+_0x53bf99(0x6f5)+_0x53bf99(0x6d7)+'tcha-'+_0x53bf99(0x53e)+'nse</'+_0x53bf99(0x632)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20<td\x20'+_0x53bf99(0xa8d)+'=\x22pad'+'ding:'+'10px;'+_0x53bf99(0x51a)+_0x53bf99(0x671)+_0x53bf99(0x91c)+_0x53bf99(0xc97)+_0x53bf99(0x220)+'>\x0a\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x37a))+(_0x53bf99(0x2d4)+_0x53bf99(0x404)+_0x53bf99(0x3eb)+_0x53bf99(0xca3)+_0x53bf99(0xa31)+_0x53bf99(0xbcc)+_0x53bf99(0x889)+_0x53bf99(0x3e6)+'r;\x20co'+_0x53bf99(0x262)+_0x53bf99(0x938)+_0x53bf99(0x236)+_0x53bf99(0x7ab)+'d>\x0a\x20\x20'+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+'<td\x20s'+_0x53bf99(0xb80)+_0x53bf99(0xbd8)+_0x53bf99(0x70b)+_0x53bf99(0x73f)+_0x53bf99(0x381)+_0x53bf99(0x2c5)+_0x53bf99(0x28d)+'A.\x20Yê'+_0x53bf99(0x421)+_0x53bf99(0x9d9)+'thuộc'+_0x53bf99(0x73d)+_0x53bf99(0xa27)+_0x53bf99(0x34d)+'ảo\x20mậ'+_0x53bf99(0x5d4)+_0x53bf99(0x245)+'hống.'+'</td>'+'\x0a\x20\x20\x20\x20'+_0x53bf99(0x37a)+_0x53bf99(0x5f1)+_0x53bf99(0x6ef)+_0x53bf99(0x1c8)+_0x53bf99(0x41d)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'<td\x20s'+_0x53bf99(0xb80)+_0x53bf99(0xbd8)+_0x53bf99(0x70b)+_0x53bf99(0x654)+_0x53bf99(0xa96)+_0x53bf99(0x81c)+_0x53bf99(0xb72)+'d;\x20co'+_0x53bf99(0x262)+_0x53bf99(0x938)+_0x53bf99(0x4f5)+_0x53bf99(0x24d)+_0x53bf99(0xb09)+_0x53bf99(0x69d)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x1c8)+_0x53bf99(0xc22)+_0x53bf99(0xc36)+_0x53bf99(0x60b)+_0x53bf99(0xade)+_0x53bf99(0x9ac)+'code>'+'Strin'+_0x53bf99(0x34a)+_0x53bf99(0x703)+_0x53bf99(0x632)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+'\x20<td\x20'+_0x53bf99(0xa8d)+_0x53bf99(0x708)+_0x53bf99(0x639)+_0x53bf99(0x6bd)+_0x53bf99(0xc44)+_0x53bf99(0xb8f)+_0x53bf99(0x5a3)+_0x53bf99(0x762)+_0x53bf99(0x820)+_0x53bf99(0x632)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x3ef)+_0x53bf99(0xa8d)+_0x53bf99(0x708)+'ding:'+_0x53bf99(0x6bd)+_0x53bf99(0x50f)+_0x53bf99(0x9cc)+_0x53bf99(0x55c)+_0x53bf99(0x96d)+_0x53bf99(0x6ef)+_0x53bf99(0x235)+_0x53bf99(0xc6d)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x21f)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0xa2b)+_0x53bf99(0x9ba)+_0x53bf99(0x7e9)+_0x53bf99(0xa02)+':10px'+_0x53bf99(0xb17)+_0x53bf99(0x5f9)+_0x53bf99(0x2ac)+_0x53bf99(0x395)+_0x53bf99(0x860)+':#e67'+_0x53bf99(0x690)+_0x53bf99(0x8f9)+_0x53bf99(0x57b)+_0x53bf99(0x632)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x3ef)+_0x53bf99(0xa8d)+'=\x22pad'+'ding:'+'10px;'+_0x53bf99(0x51a)+_0x53bf99(0x671)+_0x53bf99(0x91c)+'/code'+_0x53bf99(0x220)+_0x53bf99(0xc6d)+_0x53bf99(0x6ef)+_0x53bf99(0x37a)+_0x53bf99(0x2d4)+_0x53bf99(0x404)+_0x53bf99(0x3eb)+_0x53bf99(0xca3)+_0x53bf99(0xa31)+'ext-a'+_0x53bf99(0x889)+_0x53bf99(0x3e6)+'r;\x22>N'+'o</td'+_0x53bf99(0xc6d)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20<'+_0x53bf99(0x2d4)+'yle=\x22'+_0x53bf99(0x3eb)+_0x53bf99(0xca3)+'px;\x22>'+_0x53bf99(0x32f)+_0x53bf99(0x1f0)+_0x53bf99(0xc85)+_0x53bf99(0xb06)+_0x53bf99(0x7d9)+_0x53bf99(0x9bc)+_0x53bf99(0xb19)+'/avat'+'ar.jp'+'g</co'+_0x53bf99(0x703)+_0x53bf99(0x632)+'\x20\x20\x20\x20\x20'+'\x20\x20</t'+_0x53bf99(0x41d)+_0x53bf99(0x6ef)+_0x53bf99(0xb9d)+_0x53bf99(0x69d)+_0x53bf99(0x6ef)+_0x53bf99(0x1c8)+_0x53bf99(0xc22)+'le=\x22p'+_0x53bf99(0x60b)+_0x53bf99(0xade)+_0x53bf99(0x289)+_0x53bf99(0x3d0)+_0x53bf99(0xbd0)+_0x53bf99(0x55f)+_0x53bf99(0x41c)+_0x53bf99(0x7aa)+'7e22;'+_0x53bf99(0x462)+'tner<'+'/td>\x0a'+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0xa2b)+_0x53bf99(0x9ba)+_0x53bf99(0x7e9)+_0x53bf99(0xa02)+':10px'+_0x53bf99(0x3be)+_0x53bf99(0xad3)+_0x53bf99(0x660)+_0x53bf99(0x7c1)+_0x53bf99(0x577)+_0x53bf99(0x96d)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'<td\x20s')+(_0x53bf99(0xb80)+'\x22padd'+_0x53bf99(0x70b)+_0x53bf99(0x654)+_0x53bf99(0xc1c)+_0x53bf99(0x656)+_0x53bf99(0x8a5)+_0x53bf99(0xc80)+'No</t'+_0x53bf99(0x96d)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x375)+'tyle='+_0x53bf99(0xbd8)+'ing:1'+'0px;\x22'+_0x53bf99(0x893)+_0x53bf99(0x370)+'i\x20tác'+_0x53bf99(0x379)+_0x53bf99(0x7fe)+_0x53bf99(0xb09)+_0x53bf99(0x69d)+_0x53bf99(0x37a)+_0x53bf99(0x5f1)+_0x53bf99(0x6ef)+_0x53bf99(0xbe6)+_0x53bf99(0x7f8)+'\x0a\x20\x20\x20\x20'+'\x20\x20<di'+_0x53bf99(0x81a)+'le=\x22d'+_0x53bf99(0xa2e)+'y:fle'+_0x53bf99(0x7a4)+_0x53bf99(0x57a)+_0x53bf99(0x54c)+_0x53bf99(0x91d)+_0x53bf99(0xc76)+_0x53bf99(0x4bc)+_0x53bf99(0x694)+_0x53bf99(0x6ef)+_0x53bf99(0x767)+_0x53bf99(0x9ba)+_0x53bf99(0x46c)+'ex:1;'+'\x20min-'+_0x53bf99(0x69f)+_0x53bf99(0x7ae)+_0x53bf99(0x4ea)+'\x0a\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+'\x20\x20\x20<h'+_0x53bf99(0x3ae)+'le=\x22c'+_0x53bf99(0x524)+_0x53bf99(0x4ec)+_0x53bf99(0x81b)+_0x53bf99(0xa44)+_0x53bf99(0x997)+_0x53bf99(0xa73)+_0x53bf99(0x73f)+'>Kết\x20'+'quả\x20t'+_0x53bf99(0x3f2)+_0x53bf99(0x7eb)+_0x53bf99(0x98f)+_0x53bf99(0xb52)+_0x53bf99(0xc6d)+_0x53bf99(0x6ef)+_0x53bf99(0x37a)+_0x53bf99(0x553)+_0x53bf99(0xb80)+_0x53bf99(0x85c)+_0x53bf99(0x794)+_0x53bf99(0x6dd)+_0x53bf99(0x612)+_0x53bf99(0xcae)+_0x53bf99(0xa4c)+_0x53bf99(0xba6)+_0x53bf99(0x935)+_0x53bf99(0x4fa)+_0x53bf99(0x99a)+'\x206px;'+_0x53bf99(0x41c)+'r:\x20#e'+_0x53bf99(0x804)+';\x20fon'+_0x53bf99(0x77f)+_0x53bf99(0xae2)+_0x53bf99(0x6e9)+_0x53bf99(0xa5f)+'\x20font'+_0x53bf99(0xa81)+_0x53bf99(0x740)+'x;\x20li'+_0x53bf99(0x904)+_0x53bf99(0xbd0)+'1.4;\x22'+_0x53bf99(0xa77)+_0x53bf99(0x500)+_0x53bf99(0x404)+_0x53bf99(0x860)+_0x53bf99(0x6b6)+_0x53bf99(0xac5)+_0x53bf99(0x568)+_0x53bf99(0x856)+_0x53bf99(0x439)+_0x53bf99(0x8aa)+'P\x20200'+_0x53bf99(0x601)+_0x53bf99(0x425)+_0x53bf99(0x946)+_0x53bf99(0xb57)+'sage\x22'+':\x20\x22Tà'+_0x53bf99(0x900)+_0x53bf99(0x59b)+_0x53bf99(0x993)+_0x53bf99(0x53b)+_0x53bf99(0x2dd)+'hành\x20'+_0x53bf99(0x742)+_0x53bf99(0x624)+'token'+_0x53bf99(0x304)+_0x53bf99(0xbbc)+'ciOiJ'+_0x53bf99(0x231)+_0x53bf99(0x719)+'nR...'+'\x22,\x0a\x20\x20'+_0x53bf99(0x5b5)+_0x53bf99(0x5dd)+_0x53bf99(0xc96)+_0x53bf99(0x8f0)+_0x53bf99(0x569)+_0x53bf99(0xb80)+_0x53bf99(0x88d)+_0x53bf99(0x363)+_0x53bf99(0x452)+_0x53bf99(0xc2f)+_0x53bf99(0x638)+_0x53bf99(0x626)+_0x53bf99(0x9cf)+_0x53bf99(0x775)+_0x53bf99(0x9bf)+'eques'+_0x53bf99(0x6fd)+_0x53bf99(0x4f7)+_0x53bf99(0x95f)+'error'+'\x22:\x20\x22T'+_0x53bf99(0x6d3)+'oản\x20đ'+_0x53bf99(0x97e)+_0x53bf99(0x5de)+'/\x20Thi'+'ết\x20bị'+_0x53bf99(0x43f)+_0x53bf99(0x2ba)+_0x53bf99(0xbcd)+_0x53bf99(0x4ca)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x361)+_0x53bf99(0xa49)+_0x53bf99(0x6ef)+_0x53bf99(0x361)+'iv>\x0a\x20'+_0x53bf99(0x6ef)+_0x53bf99(0xbed)+_0x53bf99(0x81a)+_0x53bf99(0xa46)+_0x53bf99(0x74c)+';\x20min'+_0x53bf99(0xb41)+_0x53bf99(0x53a)+'0px;\x22'+'>\x0a\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x37a)+'h4\x20st'+_0x53bf99(0x404)+_0x53bf99(0x860)+_0x53bf99(0xc1a)+_0x53bf99(0x65a)+_0x53bf99(0x58d)+_0x53bf99(0xbf3)+_0x53bf99(0x533)+_0x53bf99(0x6bd)+'\x22>Bus'+_0x53bf99(0xa7d)+_0x53bf99(0xb24)+'c\x20Qua'+_0x53bf99(0xae8)+_0x53bf99(0x7ea)+_0x53bf99(0xa8c)+_0x53bf99(0x6ef))+('\x20\x20\x20\x20\x20'+_0x53bf99(0x2ec)+_0x53bf99(0xb80)+_0x53bf99(0x85c)+_0x53bf99(0x794)+'d:#ff'+_0x53bf99(0x892)+_0x53bf99(0x831)+_0x53bf99(0x805)+_0x53bf99(0xa9f)+_0x53bf99(0x99c)+_0x53bf99(0xcae)+'ing:1'+_0x53bf99(0x30e)+_0x53bf99(0xb04)+_0x53bf99(0xbb3)+'0px;\x20'+_0x53bf99(0xabe)+_0x53bf99(0xc19)+_0x53bf99(0x4de)+_0x53bf99(0x54c)+'ont-s'+'ize:1'+_0x53bf99(0x3b0)+_0x53bf99(0x58d)+_0x53bf99(0x36d)+_0x53bf99(0x2f7)+_0x53bf99(0xc2b)+_0x53bf99(0x919)+_0x53bf99(0xa18)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x38c)+_0x53bf99(0x926)+_0x53bf99(0xb55)+_0x53bf99(0x908)+_0x53bf99(0x9e5)+_0x53bf99(0xb31)+_0x53bf99(0x3d5)+_0x53bf99(0x842)+_0x53bf99(0x76c)+_0x53bf99(0x808)+_0x53bf99(0x3c2)+'ự\x20độn'+'g\x20loạ'+_0x53bf99(0x847)+_0x53bf99(0x73e)+'g\x20trắ'+'ng\x20(t'+'rim)\x20'+_0x53bf99(0x1c7)+_0x53bf99(0x784)+_0x53bf99(0xc65)+'\x20thườ'+'ng\x20(l'+_0x53bf99(0xa6d)+_0x53bf99(0xc17)+'</li>'+_0x53bf99(0x69d)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x679)+'><b>A'+_0x53bf99(0x702)+'asswo'+_0x53bf99(0xb7b)+_0x53bf99(0x695)+'u\x20khô'+_0x53bf99(0x486)+_0x53bf99(0xb95)+_0x53bf99(0x345)+_0x53bf99(0x8a2)+_0x53bf99(0x1b6)+'ống\x20t'+_0x53bf99(0x9a8)+_0x53bf99(0xbbe)+'h\x20và\x20'+_0x53bf99(0x884)+_0x53bf99(0x8e1)+_0x53bf99(0x8f3)+_0x53bf99(0x53b)+_0x53bf99(0x998)+_0x53bf99(0xca1)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x38c)+_0x53bf99(0x420)+_0x53bf99(0x550)+'mpany'+_0x53bf99(0xb31)+'\x20Nếu\x20'+_0x53bf99(0xc8f)+'/SĐT\x20'+_0x53bf99(0x673)+_0x53bf99(0x254)+',\x20tha'+_0x53bf99(0x636)+_0x53bf99(0x74e)+_0x53bf99(0x49b)+_0x53bf99(0x2d3)+'ng\x20ch'+_0x53bf99(0x2e7)+_0x53bf99(0xb02)+_0x53bf99(0x3ec)+'\x20khoả'+_0x53bf99(0x595)+_0x53bf99(0x2eb)+_0x53bf99(0x549)+_0x53bf99(0xb00)+_0x53bf99(0x2e2)+_0x53bf99(0x460)+_0x53bf99(0x93f)+_0x53bf99(0xc6d)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'\x20\x20\x20<l'+_0x53bf99(0x7c6)+_0x53bf99(0x678)+_0x53bf99(0x801)+_0x53bf99(0x271)+_0x53bf99(0x561)+_0x53bf99(0x4ce)+_0x53bf99(0x6c1)+_0x53bf99(0x4d2)+'e\x20lim'+_0x53bf99(0xbb2)+_0x53bf99(0x1e2)+_0x53bf99(0x3b1)+_0x53bf99(0x807)+_0x53bf99(0x848)+_0x53bf99(0x456)+_0x53bf99(0x516)+_0x53bf99(0x232)+_0x53bf99(0x92a)+_0x53bf99(0xbcd)+'ý\x20hàn'+_0x53bf99(0x965)+_0x53bf99(0x44c)+_0x53bf99(0x60a)+'\x20\x20\x20\x20\x20'+_0x53bf99(0x6ef)+'</ul>'+_0x53bf99(0x69d)+_0x53bf99(0x37a)+_0x53bf99(0x824)+_0x53bf99(0x69d)+_0x53bf99(0x361)+_0x53bf99(0xa49)+_0x53bf99(0x9fa)));return _0x53bf99(0x69d)+_0x53bf99(0x9f7)+_0x53bf99(0x619)+_0x53bf99(0x1fe)+_0x53bf99(0xa54)+'\x20\x20\x20\x20<'+_0x53bf99(0xaf7)+'lang='+_0x53bf99(0x1fd)+_0x53bf99(0x69d)+_0x53bf99(0x37a)+_0x53bf99(0xb3b)+'\x0a\x20\x20\x20\x20'+_0x53bf99(0x6ef)+_0x53bf99(0x3e3)+_0x53bf99(0x93c)+_0x53bf99(0x7b3)+'\x22utf-'+'8\x22>\x0a\x20'+_0x53bf99(0x6ef)+'\x20\x20\x20\x20<'+_0x53bf99(0xc9b)+_0x53bf99(0x65f)+'liệu\x20'+_0x53bf99(0x735)+_0x53bf99(0x526)+_0x53bf99(0x8a0)+_0x53bf99(0x9f0)+_0x53bf99(0xc9b)+_0x53bf99(0xc6d)+_0x53bf99(0x6ef)+_0x53bf99(0x589)+'yle>\x0a'+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+'\x20\x20bod'+'y\x20{\x20f'+'ont-f'+'amily'+':\x20\x27Se'+'goe\x20U'+_0x53bf99(0xc5a)+_0x53bf99(0x5c0)+_0x53bf99(0x47b)+_0x53bf99(0x93a)+_0x53bf99(0x7dd)+'ine-h'+_0x53bf99(0x7bf)+':\x201.5'+_0x53bf99(0x3fc)+_0x53bf99(0x8f1)+'333;\x20'+_0x53bf99(0x3eb)+'ng:\x203'+_0x53bf99(0x654)+'max-w'+'idth:'+_0x53bf99(0x2d2)+_0x53bf99(0x37e)+_0x53bf99(0xa44)+_0x53bf99(0x5a9)+_0x53bf99(0x2c8)+_0x53bf99(0xaf0)+_0x53bf99(0x2ed)+_0x53bf99(0x5cd)+_0x53bf99(0x201)+_0x53bf99(0x243)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+'h2\x20{\x20'+'color'+_0x53bf99(0x902)+'3e50;'+_0x53bf99(0x935)+_0x53bf99(0x8c8)+_0x53bf99(0xa5e)+_0x53bf99(0x79e)+_0x53bf99(0x209)+_0x53bf99(0x3f0)+_0x53bf99(0x21e)+_0x53bf99(0x3eb)+_0x53bf99(0x968)+'ttom:'+_0x53bf99(0x3bc)+_0x53bf99(0x6de)+_0x53bf99(0x394)+'op:0;'+_0x53bf99(0x243)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x63e)+_0x53bf99(0x860)+_0x53bf99(0x887)+_0x53bf99(0x42d)+_0x53bf99(0x87e)+_0x53bf99(0xa21)+_0x53bf99(0x905)+_0x53bf99(0x54c)+_0x53bf99(0x54b)+'ize:\x20'+_0x53bf99(0x680)+';\x20tex'+_0x53bf99(0x88c)+_0x53bf99(0x844)+_0x53bf99(0x8a1)+_0x53bf99(0xac7)+'se;\x20}'+_0x53bf99(0x69d)+_0x53bf99(0x6ef)+_0x53bf99(0xc51)+_0x53bf99(0x787)+'font-'+_0x53bf99(0x413)+_0x53bf99(0xc73)+_0x53bf99(0xc5e)+_0x53bf99(0x1de)+'monos'+'pace;'+'\x20colo'+_0x53bf99(0x1ec)+_0x53bf99(0xb3c)+';\x20bac'+'kgrou'+'nd:\x20#'+_0x53bf99(0x3e8)+'4;\x20pa'+_0x53bf99(0xa02)+_0x53bf99(0x408)+_0x53bf99(0x5da)+_0x53bf99(0x935)+_0x53bf99(0x4fa)+_0x53bf99(0x99a)+'\x203px;'+_0x53bf99(0x243)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0xafd)+_0x53bf99(0x400)+'{\x20bac'+'kgrou'+_0x53bf99(0x355)+'ff;\x20p'+_0x53bf99(0x60b)+_0x53bf99(0x871)+_0x53bf99(0x335)+_0x53bf99(0x9fd)+'rder-'+_0x53bf99(0xb29)+_0x53bf99(0x2b9)+'solid'+'\x20#349'+_0x53bf99(0x21e)+_0x53bf99(0xabe)+_0x53bf99(0xc19)+_0x53bf99(0x4de)+'px;\x20b'+_0x53bf99(0x4ff)+_0x53bf99(0x40f)+_0x53bf99(0x3d3)+_0x53bf99(0xa41)+'\x20rgba'+_0x53bf99(0x591)+_0x53bf99(0xbaf)+_0x53bf99(0x43c)+_0x53bf99(0x9e3)+_0x53bf99(0x463)+_0x53bf99(0x2b2)+_0x53bf99(0x227)+_0x53bf99(0x69d)+_0x53bf99(0x6ef)+'\x20</st'+_0x53bf99(0x643)+_0x53bf99(0x6ef)+_0x53bf99(0x29b)+_0x53bf99(0xb3b)+_0x53bf99(0x69d)+'\x20\x20\x20\x20<'+_0x53bf99(0xb4d)+_0x53bf99(0x69d)+_0x53bf99(0x6ef)+'\x20<h2>'+_0x53bf99(0x7e6)+'Ệ\x20THỐ'+_0x53bf99(0x867)+_0x53bf99(0x635)+_0x53bf99(0x90c)+_0x53bf99(0xb15)+_0x53bf99(0xbf9)+_0x53bf99(0x3fe)+'\x0a\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x53bf99(0xad8)+_0x53bf99(0x6ef)+_0x53bf99(0xbed)+_0x53bf99(0x48b)+_0x53bf99(0x24a)+'nfo-b'+_0x53bf99(0xc5f)+_0x53bf99(0x6ef)+'\x20\x20\x20\x20\x20'+(_0x53bf99(0x1fa)+_0x53bf99(0xa8d)+_0x53bf99(0x437)+_0x53bf99(0xc89)+_0x53bf99(0x3fc)+_0x53bf99(0x8f1)+'555;\x22'+'>Tài\x20'+_0x53bf99(0x3b3)+_0x53bf99(0xad2)+_0x53bf99(0x50d)+_0x53bf99(0x5ba)+_0x53bf99(0xbfc)+_0x53bf99(0x823)+_0x53bf99(0xc3e)+'ss-to'+_0x53bf99(0x312)+'b>\x20th'+_0x53bf99(0x64b)+'ua\x20AP'+_0x53bf99(0x43d)+_0x53bf99(0xac3)+'p,\x20cá'+_0x53bf99(0x2d8)+'ản\x20lý'+_0x53bf99(0x30f)+_0x53bf99(0x4fd)+'\x20việc'+_0x53bf99(0xc82)+'g\x20xuấ'+_0x53bf99(0x2ae)+'i\x20mật'+_0x53bf99(0x64e)+_0x53bf99(0x248)+_0x53bf99(0x913)+'rúc\x20c'+'hi\x20ti'+_0x53bf99(0x86b)+'a\x20API'+_0x53bf99(0x8a0)+_0x53bf99(0x2dd)+_0x53bf99(0x6d3)+_0x53bf99(0x974)+_0x53bf99(0x8cb)+_0x53bf99(0x581)+_0x53bf99(0x6ef)+_0x53bf99(0x29b)+'div>\x0a'+_0x53bf99(0x69d)+_0x53bf99(0x6ef)+'\x20')+_0x20cd62+(_0x53bf99(0x69d)+_0x53bf99(0x6ef)+'\x20')+_0x1418f5+(_0x53bf99(0x94d)+_0x53bf99(0x6ef)+'\x20\x20<di'+_0x53bf99(0x81a)+_0x53bf99(0xae4)+_0x53bf99(0xa44)+_0x53bf99(0xa99)+'60px;'+_0x53bf99(0x935)+_0x53bf99(0x4c1)+_0x53bf99(0x6e6)+_0x53bf99(0x983)+_0x53bf99(0xad5)+_0x53bf99(0x558)+_0x53bf99(0xa02)+_0x53bf99(0xa99)+_0x53bf99(0x2f6)+_0x53bf99(0xc44)+_0x53bf99(0xb8f)+_0x53bf99(0x5a3)+_0x53bf99(0x5bc)+'color'+':#999'+_0x53bf99(0xb17)+_0x53bf99(0x71e)+_0x53bf99(0xb44)+_0x53bf99(0x841)+_0x53bf99(0x6ef)+_0x53bf99(0x6ef)+_0x53bf99(0x9ef)+_0x53bf99(0x3b3)+_0x53bf99(0x7b7)+_0x53bf99(0x276)+'uth\x20t'+_0x53bf99(0x9a8)+'g\x20đượ'+'c\x20tạo'+_0x53bf99(0x374)+'hệ\x20th'+_0x53bf99(0x1e9)+_0x53bf99(0x31f)+_0x53bf99(0x8b0)+_0x53bf99(0x69d)+_0x53bf99(0x6ef)+'\x20</di'+_0x53bf99(0x52e)+_0x53bf99(0x6ef)+'\x20</bo'+_0x53bf99(0x8b8)+_0x53bf99(0x6ef)+_0x53bf99(0x336)+_0x53bf99(0xa54)+'\x20\x20');},getAgentReportDefinition=async function(_0x493477,_0x565f5e){const _0x474ca0=_0x5d7201,_0x4b9316={};_0x4b9316[_0x474ca0(0xadf)]='Vui\x20l'+'òng\x20c'+_0x474ca0(0xb63)+'ấp\x20mã'+_0x474ca0(0x698)+_0x474ca0(0x68f)+_0x474ca0(0x371)+_0x474ca0(0x765)+_0x474ca0(0x4a5)+'.';if(!_0x493477)return _0x4b9316;const _0x9503d9=0x5*0x3c*0x3e8,_0x1c3a91=_0x474ca0(0x720)+_0x474ca0(0x68b)+_0x493477[_0x474ca0(0x7f5)+_0x474ca0(0x432)+'e']()[_0x474ca0(0xb23)]();if(global[_0x474ca0(0x233)+'eport'+'DefCa'+_0x474ca0(0x206)]){const _0x338244=global['__aiR'+_0x474ca0(0x7ce)+'DefCa'+'che'][_0x474ca0(0x4e5)](_0x1c3a91);if(_0x338244&&Date[_0x474ca0(0x3b9)]()-_0x338244['times'+_0x474ca0(0x3b7)]<_0x9503d9)return _0x338244[_0x474ca0(0x514)+'t'];}else global[_0x474ca0(0x233)+_0x474ca0(0x7ce)+_0x474ca0(0xa98)+'che']=new Map();const _0x456346=global[_0x474ca0(0x6d9)+_0x474ca0(0x7c8)](_0x474ca0(0x720)+'tinfo'),_0x283087={};_0x283087[_0x474ca0(0xadf)]=_0x474ca0(0x78c)+_0x474ca0(0x1c3)+_0x474ca0(0x54f)+_0x474ca0(0x594)+_0x474ca0(0x559)+_0x474ca0(0x7b1)+_0x474ca0(0x5cf);if(!_0x456346)return _0x283087;const _0x48116d=_0x55ccc6=>{const _0xbc9446=_0x474ca0;let _0x2a8c91=_0x55ccc6[_0xbc9446(0xb23)]();_0x2a8c91=_0x2a8c91['repla'+'ce'](/^(xem|chạy|xuất|in|lấy|cho\s+(?:tôi|anh|em|mình)\s*(?:xem|biết)?|tôi\s+muốn\s+(?:xem)?|tạo|mở)\s+/i,'');const _0x6743d4=_0x2a8c91['repla'+'ce'](/^báo\s*cáo\s+/i,'')[_0xbc9446(0xb23)](),_0xa3de81=_0x51912d=>_0x51912d[_0xbc9446(0xa1b)+'ce'](/\s+(tháng\s+(?:này|trước|nay|\d+)|quý\s+\d+|năm\s+(?:nay|ngoái|\d+)|hôm\s+nay|tuần\s+này).*$/i,'')[_0xbc9446(0xb23)](),_0x11c91b=_0xa3de81(_0x6743d4),_0x4f811d=new Set();if(_0x11c91b&&_0x11c91b!==_0x55ccc6)_0x4f811d[_0xbc9446(0x6b0)](_0x11c91b);if(_0x6743d4&&_0x6743d4!==_0x11c91b)_0x4f811d['add'](_0x6743d4);if(_0x2a8c91!==_0x55ccc6)_0x4f811d[_0xbc9446(0x6b0)](_0x2a8c91);return _0x4f811d['add'](_0x55ccc6),[..._0x4f811d][_0xbc9446(0x8ce)+'r'](_0x104cb9=>_0x104cb9[_0xbc9446(0xc4a)+'h']>0x1);},_0x289ca2=_0x48116d(_0x493477),_0x1f5056=new Set();let _0x7f135b=[];const _0x3d0b26=(_0xda2948=[])=>{const _0x5a991c=_0x474ca0;for(const _0x1b44e8 of _0xda2948){!_0x1f5056[_0x5a991c(0x39e)](_0x1b44e8[_0x5a991c(0x212)])&&(_0x1f5056[_0x5a991c(0x6b0)](_0x1b44e8[_0x5a991c(0x212)]),_0x7f135b[_0x5a991c(0x922)](_0x1b44e8));}},_0x3b1468={};_0x3b1468[_0x474ca0(0x212)]=_0x493477;const _0x4a3654={};_0x4a3654['api_c'+_0x474ca0(0x54d)]=_0x493477;const _0x580bc5={};_0x580bc5[_0x474ca0(0xb34)]=[_0x3b1468,_0x4a3654];const _0x25f608=await _0x456346[_0x474ca0(0x98d)](_0x580bc5)[_0x474ca0(0x7b8)]();_0x3d0b26(_0x25f608);if(!_0x7f135b[_0x474ca0(0xc4a)+'h'])for(const _0x30c2b6 of _0x289ca2){const _0x4a4c96={};_0x4a4c96[_0x474ca0(0x664)+'x']=_0x30c2b6,_0x4a4c96['$opti'+'ons']='i';const _0x12d54a={};_0x12d54a['title']=_0x4a4c96;const _0x47ec62={};_0x47ec62[_0x474ca0(0x664)+'x']=_0x30c2b6,_0x47ec62[_0x474ca0(0xb22)+_0x474ca0(0x2ef)]='i';const _0x1b9e2a={};_0x1b9e2a[_0x474ca0(0x298)+_0x474ca0(0x54d)]=_0x47ec62;const _0x35bf87={};_0x35bf87[_0x474ca0(0xb34)]=[_0x12d54a,_0x1b9e2a];const _0x5a1274=await _0x456346[_0x474ca0(0x98d)](_0x35bf87)[_0x474ca0(0x7b8)]();_0x3d0b26(_0x5a1274);if(_0x7f135b[_0x474ca0(0xc4a)+'h'])break;}if(!_0x7f135b[_0x474ca0(0xc4a)+'h'])for(const _0x3e69d8 of _0x289ca2){if(!_0x3e69d8[_0x474ca0(0x2cb)+'des']('\x20'))continue;const _0x7d682b=_0x3e69d8[_0x474ca0(0x4f3)]('\x20')[_0x474ca0(0x8ce)+'r'](_0x5e5cad=>_0x5e5cad['lengt'+'h']>0x1);if(_0x7d682b[_0x474ca0(0xc4a)+'h']>=0x2){const _0x397a36=await _0x456346[_0x474ca0(0x98d)]({'$and':_0x7d682b[_0x474ca0(0x352)](0x0,Math[_0x474ca0(0x393)](0x3,_0x7d682b[_0x474ca0(0xc4a)+'h']))[_0x474ca0(0x46b)](_0x34e269=>({'title':{'$regex':_0x34e269,'$options':'i'}}))})[_0x474ca0(0x7b8)]();_0x3d0b26(_0x397a36);if(_0x7f135b[_0x474ca0(0xc4a)+'h'])break;}if(!_0x7f135b[_0x474ca0(0xc4a)+'h']&&_0x7d682b[_0x474ca0(0xc4a)+'h']>0x0){const _0x1f8826={};_0x1f8826[_0x474ca0(0x664)+'x']=_0x7d682b[0x0],_0x1f8826[_0x474ca0(0xb22)+_0x474ca0(0x2ef)]='i';const _0x2b4329={};_0x2b4329[_0x474ca0(0xc9b)]=_0x1f8826;const _0x397575=await _0x456346[_0x474ca0(0x98d)](_0x2b4329)[_0x474ca0(0x7b8)]();_0x3d0b26(_0x397575);if(_0x7f135b[_0x474ca0(0xc4a)+'h'])break;}}if(!_0x7f135b[_0x474ca0(0xc4a)+'h']){const _0x12b80a={};_0x12b80a['error']=_0x474ca0(0xc11)+'\x20tìm\x20'+_0x474ca0(0x1d7)+_0x474ca0(0x371)+_0x474ca0(0x32e)+'o\x20khớ'+_0x474ca0(0x3b4)+_0x474ca0(0x5fa)+_0x474ca0(0x2d6),_0x12b80a[_0x474ca0(0x7f0)+_0x474ca0(0xa56)]=_0x493477,_0x12b80a[_0x474ca0(0x62d)+_0x474ca0(0xbb9)+'ried']=_0x289ca2;const _0x253618=_0x12b80a;return global[_0x474ca0(0x233)+_0x474ca0(0x7ce)+'DefCa'+_0x474ca0(0x206)][_0x474ca0(0x3ac)](_0x1c3a91,{'timestamp':Date[_0x474ca0(0x3b9)](),'result':_0x253618}),_0x253618;}const _0x4fe277=_0x3ddda1=>{const _0x53a8db=_0x474ca0,_0x676f82=(_0x3ddda1[_0x53a8db(0xc9b)]||'')[_0x53a8db(0x7f5)+_0x53a8db(0x432)+'e'](),_0x34bb52=(_0x3ddda1[_0x53a8db(0x212)]||'')[_0x53a8db(0x7f5)+'erCas'+'e'](),_0x50da96=(_0x3ddda1[_0x53a8db(0x298)+_0x53a8db(0x54d)]||'')['toLow'+'erCas'+'e'](),_0x36d0d3=_0x493477[_0x53a8db(0x7f5)+_0x53a8db(0x432)+'e']();if(_0x34bb52===_0x36d0d3||_0x50da96===_0x36d0d3)return 0x3e8;let _0x132ea1=0x0;for(const _0x4a6b07 of _0x289ca2){const _0x5ce484=_0x4a6b07[_0x53a8db(0x7f5)+_0x53a8db(0x432)+'e'](),_0x5e9a73=_0x5ce484['split']('\x20')['filte'+'r'](_0x3dd1c6=>_0x3dd1c6['lengt'+'h']>0x1);if(_0x676f82===_0x5ce484)_0x132ea1+=0xc8;else{if(_0x676f82[_0x53a8db(0xa3d)+'sWith'](_0x5ce484))_0x132ea1+=0x50;else{if(_0x676f82['inclu'+'des'](_0x5ce484))_0x132ea1+=0x28;}}if(_0x5e9a73[_0x53a8db(0xc4a)+'h']>0x1){const _0x2b89be=_0x5e9a73[_0x53a8db(0x8ce)+'r'](_0x4febc9=>_0x676f82[_0x53a8db(0x2cb)+_0x53a8db(0x777)](_0x4febc9))[_0x53a8db(0xc4a)+'h'];_0x132ea1+=_0x2b89be*0xa;if(_0x2b89be===_0x5e9a73[_0x53a8db(0xc4a)+'h'])_0x132ea1+=0x1e;}}return _0x132ea1;},_0x1dd6db=_0x7f135b[_0x474ca0(0x46b)](_0x4b347c=>({'report':_0x4b347c,'score':_0x4fe277(_0x4b347c)}))[_0x474ca0(0x5c5)]((_0x37b00f,_0x1c5d50)=>_0x1c5d50['score']-_0x37b00f[_0x474ca0(0x583)]),_0xedb3d=_0x1dd6db[0x0]['score'],_0x3bad6f=_0x1dd6db['lengt'+'h']>0x1?_0x1dd6db[0x1][_0x474ca0(0x583)]:0x0,_0x3a619c=_0x1dd6db[_0x474ca0(0xc4a)+'h']===0x1||_0xedb3d>=0x3e8||_0xedb3d>=0xc8||_0xedb3d>=0x50&&_0xedb3d>=_0x3bad6f*0x2;if(!_0x3a619c){const _0xf26afd={'status':'multi'+_0x474ca0(0x6ff)+_0x474ca0(0x606)+'s','message':_0x474ca0(0xc03)+'hấy\x20'+_0x1dd6db['lengt'+'h']+(_0x474ca0(0xb93)+_0x474ca0(0x72a)+_0x474ca0(0x383)+_0x474ca0(0x3a5)+_0x474ca0(0x9f6)+_0x474ca0(0x9f1)+_0x474ca0(0x657)+_0x474ca0(0x5e0)+_0x474ca0(0x682)+'ể\x20lấy'+_0x474ca0(0x933)+_0x474ca0(0xc4c)+'chi\x20t'+'iết.'),'suggestions':_0x1dd6db[_0x474ca0(0x352)](0x0,0x5)['map'](({report:_0x37ea30,score:_0x43254a})=>({'code':_0x37ea30[_0x474ca0(0x212)],'api_code':_0x37ea30[_0x474ca0(0x298)+_0x474ca0(0x54d)]||_0x37ea30[_0x474ca0(0x212)],'title':_0x37ea30['title'],'description':_0x37ea30[_0x474ca0(0x802)+_0x474ca0(0x1cc)+'n']||_0x474ca0(0x217)+_0x474ca0(0x840)+_0x37ea30[_0x474ca0(0xc9b)],'_relevance_score':_0x43254a}))};return global[_0x474ca0(0x233)+_0x474ca0(0x7ce)+'DefCa'+'che']['set'](_0x1c3a91,{'timestamp':Date['now'](),'result':_0xf26afd}),_0xf26afd;}const _0x5b14fd=_0x1dd6db[0x0][_0x474ca0(0x720)+'t'];let _0x2c71b1={};if(_0x5b14fd[_0x474ca0(0x749)+'condi'+'tion_'+_0x474ca0(0x6a3)])try{const _0x132cc1={};_0x132cc1['code']=_0x5b14fd[_0x474ca0(0x749)+_0x474ca0(0x67b)+_0x474ca0(0xb59)+_0x474ca0(0x6a3)];const _0x11c7f4=await global[_0x474ca0(0x6d9)+'del'](_0x474ca0(0xbe5)+_0x474ca0(0xa09))['findO'+'ne'](_0x132cc1)[_0x474ca0(0x7b8)]();_0x11c7f4?.[_0x474ca0(0x981)+'s']?.[_0x474ca0(0xc4a)+'h']>0x0&&(_0x2c71b1=await buildJsonSchema(_0x11c7f4[_0x474ca0(0x981)+'s'],0x0,_0x565f5e,_0x11c7f4),_0x2c71b1=JSON[_0x474ca0(0x429)](JSON['strin'+_0x474ca0(0x61d)](_0x2c71b1)));}catch(_0x580793){console[_0x474ca0(0xadf)](_0x474ca0(0x47f)+_0x474ca0(0x542)+_0x474ca0(0x34b)+_0x474ca0(0x6df)+'uild\x20'+_0x474ca0(0x356)+_0x474ca0(0xbc0)+_0x474ca0(0x832)+_0x474ca0(0x8bd)+_0x474ca0(0x3fb),_0x580793);}let _0x1b9ef0=[];_0x5b14fd['colum'+'ns']?.[_0x474ca0(0xc4a)+'h']>0x0&&(_0x1b9ef0=[..._0x5b14fd['colum'+'ns']][_0x474ca0(0x5c5)]((_0x18bc1b,_0x5ad35c)=>(_0x18bc1b['stt']||0x0)-(_0x5ad35c[_0x474ca0(0x90b)]||0x0))[_0x474ca0(0x46b)](_0x413fe0=>({'field_name':_0x413fe0['field'],'data_type':_0x413fe0[_0x474ca0(0x930)+_0x474ca0(0xbda)]||_0x474ca0(0x2f4)+'g','description':_0x413fe0[_0x474ca0(0x564)+'r']||''})));const _0x3dbe0a=global['confi'+'gs']||{};let _0x52d928=_0x3dbe0a[_0x474ca0(0x9a0)+'rl']||_0x3dbe0a[_0x474ca0(0xa32)+'n']||'';_0x52d928&&!_0x52d928[_0x474ca0(0xa3d)+_0x474ca0(0x994)]('http')&&(_0x52d928=_0x474ca0(0x8d0)+_0x474ca0(0x907)+_0x52d928);let _0x212ada=_0x52d928+_0x474ca0(0x9fc);const _0xc47838=_0x5b14fd[_0x474ca0(0x298)+_0x474ca0(0x54d)]||_0x5b14fd['code'],_0x37b679=global[_0x474ca0(0x720)+_0x474ca0(0x80c)+_0x474ca0(0x1e7)+_0x474ca0(0x78f)]?global[_0x474ca0(0x720)+_0x474ca0(0x80c)+_0x474ca0(0x1e7)+_0x474ca0(0x78f)][_0xc47838[_0x474ca0(0x850)+_0x474ca0(0x432)+'e']()]:null;if(_0x37b679){const _0x480b25=(''+_0x37b679[_0x474ca0(0x464)+'path']+_0x37b679['modul'+'e'])['repla'+'ce'](_0x474ca0(0x409)+'pp',_0x565f5e||_0x474ca0(0x91e)+_0x474ca0(0xc87));_0x212ada+=_0x480b25;}const _0x13d0b4={};_0x13d0b4[_0x474ca0(0x5c1)]=_0x474ca0(0x7f7)+_0x474ca0(0x20b)+_0x474ca0(0xad6)+_0x474ca0(0x5d9)+_0x474ca0(0x6e5)+_0x474ca0(0xaad)+_0x474ca0(0xca8)+'\x20nếu\x20'+_0x474ca0(0x93e)+_0x474ca0(0xba9)+'=1',_0x13d0b4[_0x474ca0(0xc5b)]=_0x474ca0(0x7f7)+'r\x20—\x20s'+_0x474ca0(0x6ce)+_0x474ca0(0xb85)+_0x474ca0(0x1b1)+_0x474ca0(0x305)+_0x474ca0(0x83d)+_0x474ca0(0x1d6)+_0x474ca0(0x1fc)+'pagin'+_0x474ca0(0xba9)+'=1',_0x13d0b4['pagin'+_0x474ca0(0xba9)]='Numbe'+_0x474ca0(0xb4a)+_0x474ca0(0x8e7)+'rả\x20về'+_0x474ca0(0xa9a)+_0x474ca0(0x875)+_0x474ca0(0x618)+_0x474ca0(0x1b1)+_0x474ca0(0x3b2)+_0x474ca0(0x587)+_0x474ca0(0x93e)+'ation'+_0x474ca0(0x90d)+_0x474ca0(0x615)+_0x474ca0(0x29e)+_0x474ca0(0x8b2)+_0x474ca0(0xbc4)+_0x474ca0(0xbce)+_0x474ca0(0x350)+_0x474ca0(0x3dc),_0x13d0b4[_0x474ca0(0x67b)+_0x474ca0(0x38b)]='Objec'+_0x474ca0(0x242)+_0x474ca0(0x435)+_0x474ca0(0xadb)+_0x474ca0(0x830)+_0x474ca0(0x3c5)+_0x474ca0(0x61b)+_0x474ca0(0x9b5)+_0x474ca0(0x667)+_0x474ca0(0xa8b)+_0x474ca0(0x5ab)+_0x474ca0(0x8d1)+_0x474ca0(0xb8a)+_0x474ca0(0xaaa)+'hi\x20ti'+'ết\x20tạ'+_0x474ca0(0x77b)+_0x474ca0(0x4cd)+'ondit'+_0x474ca0(0x56f)+_0x474ca0(0x1fb)+_0x474ca0(0x5e6)+_0x474ca0(0x1c5)+_0x474ca0(0xcaf)+_0x474ca0(0x3cd)+'u\x20kiệ'+_0x474ca0(0x50a)+_0x474ca0(0x3db)+_0x474ca0(0xa9a)+_0x474ca0(0xa69)+'ng\x20{}';const _0x2fd454={};_0x2fd454['witho'+_0x474ca0(0x5c4)+_0x474ca0(0x60d)+'ion']='Toàn\x20'+_0x474ca0(0x83a)+'\x20liệu'+_0x474ca0(0xb93)+_0x474ca0(0x8f4),_0x2fd454[_0x474ca0(0x529)+'pagin'+_0x474ca0(0xba9)]='Objec'+_0x474ca0(0x81f)+_0x474ca0(0x5af)+_0x474ca0(0xafc)+_0x474ca0(0xbe0)+'utput'+_0x474ca0(0x9f8)+_0x474ca0(0xb7d)+_0x474ca0(0xb9a)+_0x474ca0(0xc1b)+_0x474ca0(0x631)+_0x474ca0(0x56e)+_0x474ca0(0x590)+'n:\x20{\x20'+'page,'+'\x20limi'+_0x474ca0(0xc0a)+_0x474ca0(0x576)+'total'+_0x474ca0(0x761)+_0x474ca0(0xb67);const _0x57cf8f=[{'action':'gener'+'ate_r'+_0x474ca0(0x7ce)+'_'+_0x5b14fd[_0x474ca0(0x212)]['toLow'+_0x474ca0(0x432)+'e'](),'method':_0x474ca0(0xb91),'url':_0x212ada,'content_type':'appli'+_0x474ca0(0x9c8)+_0x474ca0(0x25c)+'n','body':_0x13d0b4,'response':_0x2fd454,'error_response':'Objec'+'t\x20—\x20{'+'\x20erro'+'r:\x20\x22T'+_0x474ca0(0x5f5)+_0x474ca0(0x4cc)+_0x474ca0(0xa12)+_0x474ca0(0xca0)+_0x474ca0(0x6a2)+_0x474ca0(0x2e5)+'\x20code'+_0x474ca0(0x1b7)+_0x474ca0(0xa2a)+'\x20}'}],_0x51254b={};_0x51254b[_0x474ca0(0x212)]=_0x5b14fd[_0x474ca0(0x212)],_0x51254b[_0x474ca0(0x298)+_0x474ca0(0x54d)]=_0x5b14fd[_0x474ca0(0x298)+_0x474ca0(0x54d)]||_0x5b14fd[_0x474ca0(0x212)],_0x51254b[_0x474ca0(0xc9b)]=_0x5b14fd[_0x474ca0(0xc9b)];const _0x390347={};_0x390347[_0x474ca0(0x670)+_0x474ca0(0x851)+'en']='Token'+_0x474ca0(0x34e)+_0x474ca0(0x66e)+'phiên'+_0x474ca0(0xa04)+_0x474ca0(0x951),_0x390347[_0x474ca0(0x9fe)+_0x474ca0(0xb9c)+'pe']='appli'+'catio'+'n/jso'+'n';const _0x5d4be3={};_0x5d4be3['statu'+'s']=_0x474ca0(0x9d5)+'ss',_0x5d4be3[_0x474ca0(0x720)+'t_inf'+'o']=_0x51254b,_0x5d4be3[_0x474ca0(0x8c3)+'n_hea'+_0x474ca0(0x26a)]=_0x390347,_0x5d4be3[_0x474ca0(0x53f)+_0x474ca0(0x4d6)]=_0x57cf8f,_0x5d4be3[_0x474ca0(0x356)+_0x474ca0(0x9b1)+_0x474ca0(0x293)+'s_sch'+_0x474ca0(0x366)]=_0x2c71b1,_0x5d4be3['outpu'+_0x474ca0(0x2db)+'umns_'+_0x474ca0(0x1fb)+'a']=_0x1b9ef0;const _0x176462=_0x5d4be3;return global['__aiR'+_0x474ca0(0x7ce)+_0x474ca0(0xa98)+_0x474ca0(0x206)][_0x474ca0(0x3ac)](_0x1c3a91,{'timestamp':Date[_0x474ca0(0x3b9)](),'result':_0x176462}),_0x176462;},_0x44e42a={};_0x44e42a['apiDo'+'cs']=apiDocs,_0x44e42a['apiRe'+_0x5d7201(0x9ab)]=apiReport,_0x44e42a[_0x5d7201(0xae1)+'th']=apiAuth,_0x44e42a[_0x5d7201(0xb3d)+'iCont'+_0x5d7201(0x7f1)]=getApiContext,_0x44e42a['build'+_0x5d7201(0x705)+'chema']=buildJsonSchema,_0x44e42a[_0x5d7201(0xc39)+_0x5d7201(0xc3f)+_0x5d7201(0xc2d)+_0x5d7201(0x8f6)+'n']=getAgentApiDefinition,_0x44e42a[_0x5d7201(0xc39)+'entRe'+_0x5d7201(0x704)+_0x5d7201(0x6ee)+_0x5d7201(0x38b)]=getAgentReportDefinition,module[_0x5d7201(0x613)+'ts']=_0x44e42a;
|