flexbiz-server 12.4.21 → 12.4.22
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 +2 -1
- package/server/app.js +1 -22
- package/server/auths/bearer.js +1 -3
- package/server/auths/facebook.js +1 -12
- package/server/auths/google.js +1 -13
- package/server/auths/local.js +1 -64
- package/server/cluster.js +1 -27
- package/server/controllers/controller.js +1 -107
- package/server/controllers/controllerRPT.js +1 -27
- package/server/controllers/controllerUtils.js +1 -76
- 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 -17
- package/server/controllers/findHandler.js +1 -53
- package/server/controllers/handlers.js +1 -3
- package/server/controllers/historyHandler.js +1 -5
- package/server/controllers/importFromExcelHandler.js +1 -14
- package/server/controllers/importFromGsHandler.js +1 -10
- package/server/controllers/importFromJsonHandler.js +1 -7
- package/server/controllers/importHandler.js +1 -21
- package/server/controllers/logHandler.js +1 -5
- package/server/controllers/rptCreateRouteHandler.js +1 -4
- package/server/controllers/rptExcelHandler.js +1 -32
- package/server/controllers/rptHandler.js +1 -13
- package/server/controllers/updateBookHandler.js +1 -10
- package/server/controllers/updateFieldHandler.js +1 -12
- package/server/controllers/updateHandler.js +1 -39
- package/server/controllers/updateKeyHandler.js +1 -14
- package/server/controllers/viewHandler.js +1 -13
- package/server/flow/FlowEngine.js +1 -64
- 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/customer.js +1 -15
- package/server/flow/nodes/data.js +1 -14
- package/server/flow/nodes/debug.js +1 -2
- package/server/flow/nodes/delay.js +1 -3
- package/server/flow/nodes/email.js +1 -9
- package/server/flow/nodes/event.js +1 -11
- 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 -12
- 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/webhook.js +1 -1
- package/server/flow/nodes/zaloSendMessage.js +1 -4
- package/server/flow/utils.js +1 -2
- package/server/global.js +1 -23
- package/server/libs/BlockchainTransactionPool.js +1 -3
- package/server/libs/WorkerPool.js +1 -4
- package/server/libs/WorkerStaticPool.js +1 -16
- package/server/libs/WorkerStaticPool_v1.js +1 -5
- package/server/libs/assbonus.js +1 -7
- 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 -9
- package/server/libs/cdpsnphep.js +1 -6
- package/server/libs/cdpstk.js +1 -11
- package/server/libs/ckcn.js +1 -12
- 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 -9
- package/server/libs/ckvt.js +1 -12
- package/server/libs/ckvtcapphat.js +1 -6
- package/server/libs/ckvtnpp.js +1 -8
- package/server/libs/ckvttt.js +1 -11
- package/server/libs/createSocaitheongay.js +1 -9
- package/server/libs/ctdiem.js +1 -5
- package/server/libs/ctvt.js +1 -7
- package/server/libs/ctvtnpp.js +1 -7
- package/server/libs/ctvttt.js +1 -7
- package/server/libs/databanle.js +1 -17
- package/server/libs/databanlenpp.js +1 -8
- package/server/libs/databanletheongay.js +1 -27
- package/server/libs/dkcn.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 -4
- package/server/libs/dktt.js +1 -8
- package/server/libs/dkvt.js +1 -9
- package/server/libs/dkvtnpp.js +1 -7
- package/server/libs/dkvttt.js +1 -7
- 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 -452
- 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 -15
- package/server/libs/dtbanletheospnpp.js +1 -15
- package/server/libs/email.js +1 -3
- package/server/libs/excel.js +1 -2
- package/server/libs/getGiaban.js +1 -67
- package/server/libs/getGiabanAsync.js +1 -1
- 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 -109
- package/server/libs/invoiceViettel.js +1 -29
- package/server/libs/invoiceVnpt.js +1 -22
- package/server/libs/kpistatus.js +1 -32
- package/server/libs/load-template.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 -8
- package/server/libs/onepay-payment.js +1 -4
- package/server/libs/optimizeBookkeeping.js +1 -14
- package/server/libs/parse-template.js +1 -5
- package/server/libs/permission.js +1 -51
- package/server/libs/phanbokh.js +1 -3
- package/server/libs/post-book.js +1 -23
- package/server/libs/post-socai.js +1 -25
- package/server/libs/post-sokho.js +1 -27
- package/server/libs/prototypes.js +1 -29
- package/server/libs/psdt.js +1 -1
- package/server/libs/pskh.js +1 -1
- package/server/libs/pstk.js +1 -1
- package/server/libs/redis-cache.js +1 -17
- package/server/libs/restore.js +1 -1
- package/server/libs/schedule.js +1 -18
- package/server/libs/sessionContext.js +2 -14
- package/server/libs/textReport.js +1 -3
- package/server/libs/thnxt.js +1 -9
- package/server/libs/thnxtnpp.js +1 -9
- package/server/libs/thnxttt.js +1 -8
- package/server/libs/tinhGt.js +1 -7
- 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/tinhgiatb.js +1 -38
- package/server/libs/tinhgiatb1vt.js +1 -5
- 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/tuoinophaithu.js +1 -10
- package/server/libs/tuoinophaitra.js +1 -11
- package/server/libs/utils.js +1 -78
- 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/vsocai.js +1 -8
- package/server/models/account.js +1 -7
- package/server/models/afflink.js +1 -2
- package/server/models/app.js +1 -15
- package/server/models/approve.js +1 -93
- 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 -11
- 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 -6
- package/server/models/base.js +1 -1
- package/server/models/bds_area.js +1 -4
- package/server/models/bds_block.js +1 -3
- package/server/models/bds_building.js +1 -4
- package/server/models/bds_floor.js +1 -3
- package/server/models/bds_floordetail.js +1 -9
- package/server/models/bds_nhadat.js +1 -11
- package/server/models/bds_nhomnhadat.js +1 -4
- package/server/models/bds_phanloainhadat.js +1 -3
- package/server/models/bg1.js +1 -9
- package/server/models/bg2.js +1 -10
- package/server/models/cache.js +1 -3
- package/server/models/calllog.js +1 -4
- package/server/models/campaign.js +1 -6
- 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/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/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/ctds.js +1 -5
- package/server/models/ctds2.js +1 -6
- package/server/models/currency.js +1 -3
- package/server/models/customer.js +1 -31
- package/server/models/databanle.js +1 -8
- package/server/models/datlich.js +1 -4
- package/server/models/department.js +1 -4
- 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 -4
- package/server/models/dmbp.js +1 -12
- package/server/models/dmca.js +1 -2
- package/server/models/dmchietkhau.js +1 -9
- package/server/models/dmchietkhauhd.js +1 -20
- package/server/models/dmcpmh.js +1 -2
- package/server/models/dmdiemthuong.js +1 -5
- 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 -9
- package/server/models/dmhoahongnpp.js +1 -9
- package/server/models/dmkc.js +1 -3
- package/server/models/dmkho.js +1 -6
- 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 -9
- package/server/models/dmphatdichvu.js +1 -5
- 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/file.js +1 -4
- package/server/models/financialroadmap.js +1 -3
- package/server/models/flow.js +1 -2
- package/server/models/flowdata.js +1 -3
- package/server/models/folder.js +1 -4
- package/server/models/follow.js +1 -2
- package/server/models/form.js +1 -3
- package/server/models/forminfo.js +1 -5
- package/server/models/formvalue.js +1 -3
- package/server/models/giaoca.js +1 -4
- package/server/models/giatb.js +1 -3
- package/server/models/group.js +1 -11
- 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 -27
- package/server/models/hd3.js +1 -18
- 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/hlink.js +1 -2
- package/server/models/hlinkvalue.js +1 -2
- 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.js +1 -4
- package/server/models/kbm_kqhdkd.js +1 -3
- package/server/models/kbm_lcttgt.js +1 -5
- package/server/models/kbm_lctttt.js +1 -4
- package/server/models/kbm_pttct.js +1 -4
- package/server/models/kbm_tkgtgt.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/loaidiem.js +1 -2
- package/server/models/lock.js +1 -2
- package/server/models/log.js +1 -5
- package/server/models/mailaccount.js +1 -3
- package/server/models/mailgroup.js +1 -3
- package/server/models/mailreceived.js +1 -2
- package/server/models/mailschedule.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 -17
- 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 -7
- 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 -20
- 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 -17
- package/server/models/pn2.js +1 -11
- 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 -10
- package/server/models/pnh.js +1 -12
- package/server/models/pnk.js +1 -10
- package/server/models/po1.js +1 -19
- package/server/models/ppb.js +1 -6
- 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 -6
- 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 -12
- package/server/models/pxk.js +1 -10
- 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 -5
- package/server/models/rptobject.js +1 -2
- package/server/models/sale_contract.js +1 -9
- package/server/models/schedule.js +1 -16
- package/server/models/schedule_log.js +1 -2
- package/server/models/service.js +1 -4
- 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/so2.js +1 -10
- package/server/models/so3.js +1 -9
- package/server/models/so5.js +1 -15
- package/server/models/so9.js +1 -19
- package/server/models/socai.js +1 -26
- 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 -28
- 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/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/taskreg.js +1 -4
- package/server/models/tc.js +1 -2
- package/server/models/tdttco.js +1 -8
- package/server/models/tdttco_tt.js +1 -5
- package/server/models/tdttno.js +1 -8
- 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 -2
- 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 -38
- 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/waitevent.js +1 -2
- 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/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/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/ls-account.js +1 -4
- package/server/modules/lists/ls-afflink.js +1 -3
- package/server/modules/lists/ls-approve.js +1 -4
- package/server/modules/lists/ls-assabcihandler.js +1 -3
- package/server/modules/lists/ls-assbank.js +1 -3
- package/server/modules/lists/ls-assbooking.js +1 -20
- package/server/modules/lists/ls-assbuy.js +1 -8
- package/server/modules/lists/ls-asscashwithdraw.js +1 -8
- package/server/modules/lists/ls-assinvestment.js +1 -31
- package/server/modules/lists/ls-assissue.js +1 -3
- package/server/modules/lists/ls-asskey.js +1 -41
- package/server/modules/lists/ls-assneedtobuy.js +1 -10
- package/server/modules/lists/ls-assperiod.js +1 -19
- package/server/modules/lists/ls-assproduct.js +1 -9
- package/server/modules/lists/ls-assprofitsharing.js +1 -8
- package/server/modules/lists/ls-assreceiver.js +1 -3
- package/server/modules/lists/ls-assrequest.js +1 -4
- package/server/modules/lists/ls-asssell.js +1 -13
- 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-asswithdraw.js +1 -12
- package/server/modules/lists/ls-bangtinhluong.js +1 -2
- package/server/modules/lists/ls-bds_area.js +1 -3
- package/server/modules/lists/ls-bds_block.js +1 -1
- package/server/modules/lists/ls-bds_building.js +1 -3
- package/server/modules/lists/ls-bds_dmnhbds.js +1 -6
- package/server/modules/lists/ls-bds_floor.js +1 -2
- package/server/modules/lists/ls-bds_floordetail.js +1 -19
- package/server/modules/lists/ls-bds_nhadat.js +1 -16
- package/server/modules/lists/ls-bds_nhomnhadat.js +1 -1
- package/server/modules/lists/ls-bds_phanloainhadat.js +1 -1
- package/server/modules/lists/ls-calllog.js +1 -4
- package/server/modules/lists/ls-campaign.js +1 -1
- package/server/modules/lists/ls-cart.js +1 -14
- package/server/modules/lists/ls-chamcong.js +1 -3
- package/server/modules/lists/ls-checkin.js +1 -12
- 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-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-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 -21
- package/server/modules/lists/ls-datlich.js +1 -9
- package/server/modules/lists/ls-dckhauhaots.js +1 -3
- package/server/modules/lists/ls-department.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-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 -1
- 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 -17
- package/server/modules/lists/ls-dmnvt.js +1 -8
- package/server/modules/lists/ls-dmphatdichvu.js +1 -3
- 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 -68
- 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 -31
- 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-folder.js +1 -1
- package/server/modules/lists/ls-form.js +1 -1
- package/server/modules/lists/ls-forminfo.js +1 -1
- package/server/modules/lists/ls-formvalue.js +1 -1
- package/server/modules/lists/ls-giaoca.js +1 -4
- package/server/modules/lists/ls-group.js +1 -5
- package/server/modules/lists/ls-hlink.js +1 -1
- package/server/modules/lists/ls-hlinkvalue.js +1 -1
- 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 -20
- 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-kygui.js +1 -19
- 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-mailschedule.js +1 -7
- 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 -10
- package/server/modules/lists/ls-phieudanhgia.js +1 -7
- package/server/modules/lists/ls-phucap.js +1 -2
- 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 -4
- package/server/modules/lists/ls-service.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 -34
- package/server/modules/lists/ls-taskreg.js +1 -2
- 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-waitevent.js +1 -1
- package/server/modules/lists/ls-warranty.js +1 -4
- 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/form.js +1 -7
- package/server/modules/public/forminfo.js +1 -1
- package/server/modules/public/group.js +1 -4
- package/server/modules/public/hlink.js +1 -3
- 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-tinhgiatb.js +1 -6
- package/server/modules/reports/calc-tinhgiathanh.js +1 -6
- package/server/modules/reports/calc-tinhkhauhaots.js +1 -3
- package/server/modules/reports/calc-tinhluong.js +1 -37
- package/server/modules/reports/rp-analyzedata.js +1 -6
- package/server/modules/reports/rp-assbonus.js +1 -4
- package/server/modules/reports/rp-assinterest.js +1 -8
- package/server/modules/reports/rp-assproductowners.js +1 -3
- package/server/modules/reports/rp-asssupply.js +1 -1
- package/server/modules/reports/rp-asstransferlog.js +1 -10
- package/server/modules/reports/rp-banggiatb.js +1 -3
- package/server/modules/reports/rp-bangtinhkhauhao.js +1 -6
- 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-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 -7
- 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 -9
- package/server/modules/reports/rp-dtbanletheoct.js +1 -23
- package/server/modules/reports/rp-dtbanletheoctkempk.js +1 -25
- package/server/modules/reports/rp-dtbanletheokh.js +1 -20
- package/server/modules/reports/rp-dtbanletheokhnpp.js +1 -19
- package/server/modules/reports/rp-dtbanletheokho.js +1 -18
- 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 -8
- 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 -9
- 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 -7
- package/server/modules/reports/rp-khoaso.js +1 -12
- 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 -7
- package/server/modules/reports/rp-lcttgt.js +1 -17
- 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 -10
- package/server/modules/reports/rp-ptbitralai.js +1 -7
- package/server/modules/reports/rp-ptcttct.js +1 -22
- package/server/modules/reports/rp-ptdonhang.js +1 -8
- package/server/modules/reports/rp-pttct.js +1 -49
- 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 -1
- package/server/modules/reports/rp-sctbhxh.js +1 -4
- package/server/modules/reports/rp-sctcnkh.js +1 -17
- 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 -4
- package/server/modules/reports/rp-sctthuetncn.js +1 -4
- package/server/modules/reports/rp-scttk.js +1 -7
- 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 -7
- 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 -6
- 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 -12
- 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 -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 -30
- package/server/modules/systems/sys-colleague.js +1 -11
- package/server/modules/systems/sys-domain.js +1 -4
- package/server/modules/systems/sys-ecomproductlines.js +1 -1
- package/server/modules/systems/sys-exportexceltemplate.js +1 -4
- package/server/modules/systems/sys-fieldright.js +1 -3
- package/server/modules/systems/sys-importexceltemplate.js +1 -4
- package/server/modules/systems/sys-labelinfo.js +1 -4
- package/server/modules/systems/sys-listinfo.js +1 -10
- package/server/modules/systems/sys-menuinfo.js +1 -4
- package/server/modules/systems/sys-message.js +1 -14
- package/server/modules/systems/sys-moduleinfo.js +1 -4
- package/server/modules/systems/sys-notification.js +1 -8
- package/server/modules/systems/sys-quanhuyen.js +1 -4
- package/server/modules/systems/sys-reportinfo.js +1 -4
- package/server/modules/systems/sys-rptobject.js +1 -3
- package/server/modules/systems/sys-schedule.js +1 -11
- package/server/modules/systems/sys-sysconfig.js +1 -3
- package/server/modules/systems/sys-sysgroup.js +1 -3
- package/server/modules/systems/sys-tableinfo.js +1 -3
- package/server/modules/systems/sys-templatestore.js +1 -5
- package/server/modules/systems/sys-tinhthanh.js +1 -4
- package/server/modules/systems/sys-token.js +1 -3
- package/server/modules/systems/sys-trangthai.js +1 -4
- package/server/modules/systems/sys-trialinfo.js +1 -3
- 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 -3
- package/server/modules/systems/sys-vietqrbanks.js +1 -4
- package/server/modules/systems/sys-xaphuong.js +1 -4
- package/server/modules/vouchers/vo-banggiaban.js +1 -5
- package/server/modules/vouchers/vo-bc1.js +1 -33
- 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 -35
- 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 -21
- package/server/modules/vouchers/vo-hd1.js +1 -36
- package/server/modules/vouchers/vo-hd2.js +1 -107
- package/server/modules/vouchers/vo-hd3.js +1 -44
- 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 -40
- 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 -13
- package/server/modules/vouchers/vo-lenhcapphat.js +1 -10
- package/server/modules/vouchers/vo-lenhsx.js +1 -12
- package/server/modules/vouchers/vo-pbl.js +1 -93
- 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 -24
- 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 -19
- package/server/modules/vouchers/vo-pht.js +1 -7
- package/server/modules/vouchers/vo-pkc.js +1 -7
- package/server/modules/vouchers/vo-pkh.js +1 -10
- package/server/modules/vouchers/vo-pkk.js +1 -12
- package/server/modules/vouchers/vo-pkt.js +1 -13
- package/server/modules/vouchers/vo-pn1.js +1 -33
- package/server/modules/vouchers/vo-pn2.js +1 -16
- package/server/modules/vouchers/vo-pn3.js +1 -18
- package/server/modules/vouchers/vo-pn5.js +1 -19
- package/server/modules/vouchers/vo-pn6.js +1 -18
- package/server/modules/vouchers/vo-pn9.js +1 -22
- package/server/modules/vouchers/vo-pnc.js +1 -20
- package/server/modules/vouchers/vo-pnh.js +1 -20
- 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 -15
- package/server/modules/vouchers/vo-ppb.js +1 -8
- package/server/modules/vouchers/vo-pt1.js +1 -21
- 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 -22
- package/server/modules/vouchers/vo-pxh.js +1 -28
- 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 -126
- package/server/modules/vouchers/vo-so2.js +1 -37
- package/server/modules/vouchers/vo-so3.js +1 -41
- 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 -51
- package/server/services/invoiceFetcher.js +1 -15
- package/server/sslConfig.js +1 -2
- package/server/transactionMiddleware.js +1 -5
- package/server/workers/backupApp.js +1 -9
- package/server/workers/calcGrid.js +1 -9
- package/server/workers/customerOnImport.js +1 -8
- package/server/workers/dmvtOnImport.js +1 -9
- package/server/workers/excelParser.js +1 -9
- package/server/workers/inputWorker.js +1 -6
- package/server/workers/pushNotify.js +1 -10
- package/server/workers/reportWorker.js +1 -7
- package/server/workers/restoreApp.js +1 -23
- package/server/workers/runScript.js +1 -4
- package/server/workers/sendEmail.js +1 -13
- package/server/workers/webhook.js +1 -5
package/server/libs/docs.js
CHANGED
|
@@ -1,452 +1 @@
|
|
|
1
|
-
const 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"}],form=function($fields$$,$id_app$$,$import_yn$$=0){let $server_url$$=configs.api_url||
|
|
2
|
-
configs.domain;return`<table style='margin-top:10px'>
|
|
3
|
-
<tr>
|
|
4
|
-
<th>T\u00ean tr\u01b0\u1eddng</th>
|
|
5
|
-
<th>Ki\u1ec3u d\u1eef li\u1ec7u</th>
|
|
6
|
-
<th>B\u1eaft bu\u1ed9c nh\u1eadp</th>
|
|
7
|
-
<th>S\u1ed1 k\u00fd t\u1ef1 t\u1ed1i \u0111a</th>
|
|
8
|
-
<th>Di\u1ec5n gi\u1ea3i</th>
|
|
9
|
-
<th>Ch\u1ecdn t\u1eeb danh s\u00e1ch</th>
|
|
10
|
-
<th>C\u00e1c tr\u01b0\u1eddng chi ti\u1ebft</th>
|
|
11
|
-
</tr>
|
|
12
|
-
${$fields$$.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$$=>$t$$.code==$f$$.type)).map($field$$=>{var $h_type$$=types.find($t$$=>$t$$.code==$field$$.type);let $ref_model$$=$field$$.ref_model||"";if($ref_model$$&&$ref_model$$.indexOf("[")<0&&$ref_model$$.indexOf(",")<0){var $detail_url_model$$=`${$server_url$$}/api-docs-input/${$ref_model$$}`;$id_app$$&&($detail_url_model$$=
|
|
13
|
-
$detail_url_model$$+"?id_app="+$id_app$$);$ref_model$$=`<a href='${$detail_url_model$$}'>${$ref_model$$}</a>`}$detail_url_model$$=$field$$.form||"";$detail_url_model$$=="0"&&($detail_url_model$$="");if($detail_url_model$$){var $description_url_fields$$=`${$server_url$$}/api-docs-fields/${$detail_url_model$$}?import_yn=${$import_yn$$?1:0}`;$id_app$$&&($description_url_fields$$=$description_url_fields$$+"&id_app="+$id_app$$);$detail_url_model$$=`<a href='${$description_url_fields$$}'>${$detail_url_model$$}</a>`}$description_url_fields$$=
|
|
14
|
-
$field$$.api_description||$field$$.header;["ten_vt","ten_kh","ten_kho"].indexOf($field$$.name)>=0&&($description_url_fields$$=`${$description_url_fields$$}. 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$$=`<tr>
|
|
15
|
-
<td>${$field$$.name}</td>
|
|
16
|
-
<td>${$h_type$$.type_data||$h_type$$.code}</td>
|
|
17
|
-
<td>${$field$$.required==1||$field$$.required=="true"?"Yes":"No"}</td>
|
|
18
|
-
<td>${$field$$.type=="String"?$field$$.maxlength||4E3:""}</td>
|
|
19
|
-
<td>
|
|
20
|
-
${$description_url_fields$$}
|
|
21
|
-
<div><i>${$field$$.help_text||""}</i></div>
|
|
22
|
-
</td>
|
|
23
|
-
<td>${$ref_model$$}</td>
|
|
24
|
-
<td>${$detail_url_model$$}</td>
|
|
25
|
-
</tr>
|
|
26
|
-
`;$import_yn$$!=1||$field$$.name!="ma_vt"||$fields$$.find($f$$=>$f$$.name=="ten_vt")||($h_type$$=`${$h_type$$} <tr>
|
|
27
|
-
<td>ten_vt</td>
|
|
28
|
-
<td>String</td>
|
|
29
|
-
<td>No</td>
|
|
30
|
-
<td>256</td>
|
|
31
|
-
<td>
|
|
32
|
-
T\u00ean s\u1ea3n ph\u1ea9m/h\u00e0ng ho\u00e1/v\u1eadt t\u01b0. N\u1ebfu ch\u01b0a t\u1ed3n t\u1ea1i s\u1ea3n ph\u1ea9m n\u00e0y trong danh m\u1ee5c v\u1eadt t\u01b0 th\u00ec h\u1ec7 th\u1ed1ng s\u1ebd s\u1eed d\u1ee5ng th\u00f4ng tin n\u00e0y \u0111\u1ec3 t\u1ea1o.
|
|
33
|
-
</td>
|
|
34
|
-
<td></td>
|
|
35
|
-
<td></td>
|
|
36
|
-
</tr>`);$import_yn$$!=1||$field$$.name!="ma_kh"||$fields$$.find($f$$=>$f$$.name=="ten_kh")||($h_type$$=`${$h_type$$} <tr>
|
|
37
|
-
<td>ten_kh</td>
|
|
38
|
-
<td>String</td>
|
|
39
|
-
<td>No</td>
|
|
40
|
-
<td>256</td>
|
|
41
|
-
<td>
|
|
42
|
-
T\u00ean kh\u00e1ch h\u00e0ng. N\u1ebfu ch\u01b0a t\u1ed3n t\u1ea1i kh\u00e1ch h\u00e0ng n\u00e0y trong danh m\u1ee5c kh\u00e1ch h\u00e0ng th\u00ec h\u1ec7 th\u1ed1ng s\u1ebd s\u1eed d\u1ee5ng th\u00f4ng tin n\u00e0y \u0111\u1ec3 t\u1ea1o.
|
|
43
|
-
</td>
|
|
44
|
-
<td></td>
|
|
45
|
-
<td></td>
|
|
46
|
-
</tr>`);$import_yn$$!=1||$field$$.name!="ma_kho"||$fields$$.find($f$$=>$f$$.name=="ten_kho")||($h_type$$=`${$h_type$$} <tr>
|
|
47
|
-
<td>ten_kho</td>
|
|
48
|
-
<td>String</td>
|
|
49
|
-
<td>No</td>
|
|
50
|
-
<td>256</td>
|
|
51
|
-
<td>
|
|
52
|
-
T\u00ean kho. N\u1ebfu ch\u01b0a t\u1ed3n t\u1ea1i kho n\u00e0y trong danh m\u1ee5c kho th\u00ec h\u1ec7 th\u1ed1ng s\u1ebd s\u1eed d\u1ee5ng th\u00f4ng tin n\u00e0y \u0111\u1ec3 t\u1ea1o.
|
|
53
|
-
</td>
|
|
54
|
-
<td></td>
|
|
55
|
-
<td></td>
|
|
56
|
-
</tr>`);return $h_type$$}).join("")}
|
|
57
|
-
</table>`},apiFields=async function($code$$,$id_app$$,$import_yn$$){return($code$$=await global.getModel("listinfo").findOne({code:$code$$}).lean())?`<!DOCTYPE html>
|
|
58
|
-
<html>
|
|
59
|
-
<head>
|
|
60
|
-
<style>
|
|
61
|
-
table, td, th {
|
|
62
|
-
border: 1px solid;
|
|
63
|
-
}
|
|
64
|
-
td, th {
|
|
65
|
-
padding: 10px;
|
|
66
|
-
}
|
|
67
|
-
table {
|
|
68
|
-
width: 100%;
|
|
69
|
-
border-collapse: collapse;
|
|
70
|
-
}
|
|
71
|
-
</style>
|
|
72
|
-
</head>
|
|
73
|
-
<body style='padding:20px'>
|
|
74
|
-
<h2>C\u00e1c field c\u1ee7a: ${$code$$.title}</h2>
|
|
75
|
-
${form($code$$.fields,$id_app$$,$import_yn$$)}
|
|
76
|
-
</body>
|
|
77
|
-
</html>
|
|
78
|
-
`:"Kh\u00f4ng c\u00f3 t\u00e0i li\u1ec7u cho api n\u00e0y"},apiDocs=async function($code$$,$id_app$$){let $server_url$$=configs.api_url||configs.domain,$listinfo$$=await global.getModel("listinfo").findOne({code:$code$$}).lean();$listinfo$$||=await global.getModel("listinfo").findOne({api_code:$code$$}).lean();if(!$listinfo$$)return"Kh\u00f4ng c\u00f3 t\u00e0i li\u1ec7u cho api n\u00e0y";$code$$=global.controllers[($listinfo$$.api_code||$listinfo$$.code).toUpperCase()];if(!$code$$)return"Kh\u00f4ng c\u00f3 t\u00e0i li\u1ec7u cho api n\u00e0y";
|
|
79
|
-
$code$$=$code$$.route_name;$id_app$$&&($code$$=$code$$.replace(":id_app",$id_app$$));let $doc$$=`
|
|
80
|
-
<h3>Truy xu\u1ea5t d\u1eef li\u1ec7u</h3>
|
|
81
|
-
<ul>
|
|
82
|
-
<li>
|
|
83
|
-
Url: <span style='font-weight:450;background-color:#ddd;padding:5px;border-radius:3px;border:1px solid silver;'>${$server_url$$||""}/api/search${$code$$}</span>
|
|
84
|
-
<ul style='margin-top:5px'>
|
|
85
|
-
${$code$$.indexOf("id_app")>=0?"<li>id_app: id c\u1ee7a c\u00f4ng ty \u0111ang thao t\u00e1c</li>":""}
|
|
86
|
-
</ul>
|
|
87
|
-
|
|
88
|
-
</li>
|
|
89
|
-
<li>
|
|
90
|
-
Method: <span style='font-weight:450'>POST</span>
|
|
91
|
-
</li>
|
|
92
|
-
<li>
|
|
93
|
-
Headers:
|
|
94
|
-
<ul>
|
|
95
|
-
<li>access-token: <a href=${`${$server_url$$}/api-docs-auth`}>Token</a> \u0111\u1ec3 truy c\u1eadp h\u1ec7 th\u1ed1ng.</li>
|
|
96
|
-
<li>listinfo-code: ${$listinfo$$.code}</li>
|
|
97
|
-
<li>Content-Type: application/json</li>
|
|
98
|
-
</ul>
|
|
99
|
-
</li>
|
|
100
|
-
<li>
|
|
101
|
-
Body (row json):
|
|
102
|
-
<ul>
|
|
103
|
-
<li>
|
|
104
|
-
page: <b>Number</b>. trang c\u1ea7n truy xu\u1ea5t. m\u1eb7c \u0111\u1ecbnh l\u00e0 trang 1
|
|
105
|
-
</li>
|
|
106
|
-
<li>
|
|
107
|
-
limit: <b>Number</b>. S\u1ed1 d\u00f2ng m\u1ed9t trang. M\u1eb7c \u0111\u1ecbnh 20 d\u00f2ng
|
|
108
|
-
</li>
|
|
109
|
-
<li>
|
|
110
|
-
fields: <b>String</b>. C\u00e1c tr\u01b0\u1eddng c\u1ea7n l\u1ea5y d\u1eef li\u1ec7u, m\u1ed7i tr\u01b0\u1eddng c\u00e1ch nhau b\u1eb1ng d\u1ea5u ph\u1ea9y. M\u1eb7c \u0111\u1ecbnh s\u1ebd l\u1ea5y t\u1ea5t c\u1ea3 c\u00e1c tr\u01b0\u1eddng
|
|
111
|
-
</li>
|
|
112
|
-
<li>
|
|
113
|
-
count: <b>Number</b>. Ch\u1ec9 nh\u1eadn gi\u00e1 tr\u1ecb 1 ho\u1eb7c 0. N\u1ebfu count=1 th\u00ec s\u1ebd \u0111\u1ebfm c\u00e1c k\u1ebft qu\u1ea3 t\u00ecm \u0111\u01b0\u1ee3c. M\u1eb7c \u0111\u1ecbnh count=0
|
|
114
|
-
</li>
|
|
115
|
-
<li>
|
|
116
|
-
<div>
|
|
117
|
-
<div>
|
|
118
|
-
q: <b>Json</b>. \u0110i\u1ec1u ki\u1ec7n truy xu\u1ea5t d\u1eef li\u1ec7u. s\u1eed d\u1ee5ng mongodb query. Danh s\u00e1ch c\u00e1c tr\u01b0\u1eddng d\u1eef li\u1ec7u c\u00f3 th\u1ec3 query
|
|
119
|
-
</div>
|
|
120
|
-
<table style='margin-top:10px'>
|
|
121
|
-
<tr>
|
|
122
|
-
<th>T\u00ean tr\u01b0\u1eddng</th>
|
|
123
|
-
<th>Ki\u1ec3u d\u1eef li\u1ec7u</th>
|
|
124
|
-
<th>Di\u1ec5n gi\u1ea3i</th>
|
|
125
|
-
</tr>
|
|
126
|
-
${$listinfo$$.fields.filter($f$$=>$f$$.not_input!="true"&&$f$$.not_input!=1&&$f$$.type!="Button"&&$f$$.type!="Link"&&types.find($t$$=>$t$$.code==$f$$.type)).map($field$$=>{let $type$$=types.find($t$$=>$t$$.code==$field$$.type);return`<tr>
|
|
127
|
-
<td>${$field$$.name}</td>
|
|
128
|
-
<td>${$type$$.type_data||$type$$.code}</td>
|
|
129
|
-
<td>${$field$$.api_description||$field$$.header}</td>
|
|
130
|
-
</tr>
|
|
131
|
-
`}).join("")}
|
|
132
|
-
</table>
|
|
133
|
-
</div>
|
|
134
|
-
</li>
|
|
135
|
-
</ul>
|
|
136
|
-
</li>
|
|
137
|
-
</ul>
|
|
138
|
-
`;$doc$$=`${$doc$$}
|
|
139
|
-
<h3>L\u1ea5y d\u1eef li\u1ec7u c\u1ee7a m\u1ed9t \u0111\u1ed1i t\u01b0\u1ee3ng</h3>
|
|
140
|
-
<ul>
|
|
141
|
-
<li>
|
|
142
|
-
Url: <span style='font-weight:450;background-color:#ddd;padding:5px;border-radius:3px;border:1px solid silver;'>${$server_url$$||""}/api${$code$$}/:_id</span>
|
|
143
|
-
<ul style='margin-top:5px'>
|
|
144
|
-
${$code$$.indexOf("id_app")>=0?"<li>id_app: id c\u1ee7a c\u00f4ng ty \u0111ang thao t\u00e1c</li>":""}
|
|
145
|
-
<li>_id: id c\u1ee7a ph\u1ea7n t\u1eed c\u1ea7n l\u1ea5y d\u1eef li\u1ec7u</li>
|
|
146
|
-
</ul>
|
|
147
|
-
</li>
|
|
148
|
-
<li>
|
|
149
|
-
Method: <span style='font-weight:450'>GET</span>
|
|
150
|
-
</li>
|
|
151
|
-
<li>
|
|
152
|
-
Headers:
|
|
153
|
-
<ul>
|
|
154
|
-
<li>access-token: <a href=${`${$server_url$$}/api-docs-auth`}>Token</a> \u0111\u1ec3 truy c\u1eadp h\u1ec7 th\u1ed1ng.</li>
|
|
155
|
-
|
|
156
|
-
</ul>
|
|
157
|
-
</li>
|
|
158
|
-
</ul>
|
|
159
|
-
`;$listinfo$$.not_add!=1&&$listinfo$$.fields&&$listinfo$$.fields.length>0&&($doc$$=`${$doc$$}
|
|
160
|
-
<h3>Th\u00eam m\u1edbi</h3>
|
|
161
|
-
<ul>
|
|
162
|
-
<li>
|
|
163
|
-
Url: <span style='font-weight:450;background-color:#ddd;padding:5px;border-radius:3px;border:1px solid silver;'>${$server_url$$||""}/api${$code$$}</span>
|
|
164
|
-
<ul style='margin-top:5px'>
|
|
165
|
-
${$code$$.indexOf("id_app")>=0?"<li>id_app: id c\u1ee7a c\u00f4ng ty \u0111ang thao t\u00e1c</li>":""}
|
|
166
|
-
</ul>
|
|
167
|
-
</li>
|
|
168
|
-
<li>
|
|
169
|
-
Method: <span style='font-weight:450'>POST</span>
|
|
170
|
-
</li>
|
|
171
|
-
<li>
|
|
172
|
-
Headers:
|
|
173
|
-
<ul>
|
|
174
|
-
<li>access-token: <a href=${`${$server_url$$}/api-docs-auth`}>Token</a> \u0111\u1ec3 truy c\u1eadp h\u1ec7 th\u1ed1ng.</li>
|
|
175
|
-
<li>Content-Type: application/json</li>
|
|
176
|
-
</ul>
|
|
177
|
-
</li>
|
|
178
|
-
<li>
|
|
179
|
-
<div>
|
|
180
|
-
<div>
|
|
181
|
-
Body (row json). Danh s\u00e1ch c\u00e1c tr\u01b0\u1eddng d\u1eef li\u1ec7u
|
|
182
|
-
</div>
|
|
183
|
-
${form($listinfo$$.fields,$id_app$$)}
|
|
184
|
-
</div>
|
|
185
|
-
</li>
|
|
186
|
-
</ul>
|
|
187
|
-
`);$listinfo$$.not_add!=1&&$listinfo$$.fields&&$listinfo$$.fields.length>0&&($doc$$=`${$doc$$}
|
|
188
|
-
<h3>Import Data</h3>
|
|
189
|
-
<ul>
|
|
190
|
-
<li>
|
|
191
|
-
Url: <span style='font-weight:450;background-color:#ddd;padding:5px;border-radius:3px;border:1px solid silver;'>${$server_url$$||""}/api${$code$$}/import/json</span>
|
|
192
|
-
<ul style='margin-top:5px'>
|
|
193
|
-
${$code$$.indexOf("id_app")>=0?"<li>id_app: id c\u1ee7a c\u00f4ng ty \u0111ang thao t\u00e1c</li>":""}
|
|
194
|
-
</ul>
|
|
195
|
-
</li>
|
|
196
|
-
<li>
|
|
197
|
-
Method: <span style='font-weight:450'>POST</span>
|
|
198
|
-
</li>
|
|
199
|
-
<li>
|
|
200
|
-
Headers:
|
|
201
|
-
<ul>
|
|
202
|
-
<li>access-token: <a href=${`${$server_url$$}/api-docs-auth`}>Token</a> \u0111\u1ec3 truy c\u1eadp h\u1ec7 th\u1ed1ng.</li>
|
|
203
|
-
<li>Content-Type: application/json</li>
|
|
204
|
-
</ul>
|
|
205
|
-
</li>
|
|
206
|
-
<li>
|
|
207
|
-
Queries:
|
|
208
|
-
<ul>
|
|
209
|
-
<li>update: true or false. 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>
|
|
210
|
-
</ul>
|
|
211
|
-
</li>
|
|
212
|
-
<li>
|
|
213
|
-
<div>
|
|
214
|
-
<div>
|
|
215
|
-
Body (row json): L\u00e0 m\u1ed9t m\u1ea3ng ch\u1ee9a danh s\u00e1ch c\u00e1c phi\u1ebfu c\u1ea7n import. M\u1ed7i phi\u1ebfu s\u1ebd c\u00f3 c\u00e1c tr\u01b0\u1eddng sau:
|
|
216
|
-
</div>
|
|
217
|
-
${form($listinfo$$.fields,$id_app$$,1)}
|
|
218
|
-
</div>
|
|
219
|
-
</li>
|
|
220
|
-
</ul>
|
|
221
|
-
`);$listinfo$$.not_update!=1&&$listinfo$$.fields&&$listinfo$$.fields.length>0&&($doc$$=`${$doc$$}
|
|
222
|
-
<h3>C\u1eadp nh\u1eadt d\u1eef li\u1ec7u</h3>
|
|
223
|
-
<ul>
|
|
224
|
-
<li>
|
|
225
|
-
Url: <span style='font-weight:450;background-color:#ddd;padding:5px;border-radius:3px;border:1px solid silver;'>${$server_url$$||""}/api${$code$$}/:_id</span>
|
|
226
|
-
<ul style='margin-top:5px'>
|
|
227
|
-
${$code$$.indexOf("id_app")>=0?"<li>id_app: id c\u1ee7a c\u00f4ng ty \u0111ang thao t\u00e1c</li>":""}
|
|
228
|
-
<li>_id: id c\u1ee7a ph\u1ea7n t\u1eed c\u1ea7n c\u1eadp nh\u1eadt</li>
|
|
229
|
-
</ul>
|
|
230
|
-
</li>
|
|
231
|
-
<li>
|
|
232
|
-
Method: <span style='font-weight:450'>PUT</span>
|
|
233
|
-
</li>
|
|
234
|
-
<li>
|
|
235
|
-
Headers:
|
|
236
|
-
<ul>
|
|
237
|
-
<li>access-token: <a href=${`${$server_url$$}/api-docs-auth`}>Token</a> \u0111\u1ec3 truy c\u1eadp h\u1ec7 th\u1ed1ng.</li>
|
|
238
|
-
<li>Content-Type: application/json</li>
|
|
239
|
-
</ul>
|
|
240
|
-
|
|
241
|
-
</li>
|
|
242
|
-
<li>
|
|
243
|
-
<div>
|
|
244
|
-
<div>Body (row json). C\u00f3 th\u1ec3 c\u1eadp nh\u1eadt 1 ho\u1eb7c t\u1ea5t c\u1ea3 c\u00e1c tr\u01b0\u1eddng d\u1eef li\u1ec7u. Danh s\u00e1ch c\u00e1c tr\u01b0\u1eddng d\u1eef li\u1ec7u</div>
|
|
245
|
-
${form($listinfo$$.fields,$id_app$$)}
|
|
246
|
-
</div>
|
|
247
|
-
</li>
|
|
248
|
-
</ul>
|
|
249
|
-
`);$listinfo$$.not_delete!=1&&$listinfo$$.fields&&$listinfo$$.fields.length>0&&($doc$$=`${$doc$$}
|
|
250
|
-
<h3>Xo\u00e1 d\u1eef li\u1ec7u</h3>
|
|
251
|
-
<ul>
|
|
252
|
-
<li>
|
|
253
|
-
Url: <span style='font-weight:450;background-color:#ddd;padding:5px;border-radius:3px;border:1px solid silver;'>${$server_url$$||""}/api${$code$$}/:_id</span>
|
|
254
|
-
<ul style='margin-top:5px'>
|
|
255
|
-
${$code$$.indexOf("id_app")>=0?"<li>id_app: id c\u1ee7a c\u00f4ng ty \u0111ang thao t\u00e1c</li>":""}
|
|
256
|
-
<li>_id: id c\u1ee7a ph\u1ea7n t\u1eed c\u1ea7n xo\u00e1</li>
|
|
257
|
-
</ul>
|
|
258
|
-
</li>
|
|
259
|
-
<li>
|
|
260
|
-
Method: <span style='font-weight:450'>DELETE</span>
|
|
261
|
-
</li>
|
|
262
|
-
<li>
|
|
263
|
-
Headers:
|
|
264
|
-
<ul>
|
|
265
|
-
<li>access-token: <a href=${`${$server_url$$}/api-docs-auth`}>Token</a> \u0111\u1ec3 truy c\u1eadp h\u1ec7 th\u1ed1ng.</li>
|
|
266
|
-
</ul>
|
|
267
|
-
</li>
|
|
268
|
-
</ul>
|
|
269
|
-
`);$listinfo$$.not_delete!=1&&$listinfo$$.fields&&$listinfo$$.fields.length>0&&($doc$$=`${$doc$$}
|
|
270
|
-
<h3>Xo\u00e1 d\u1eef li\u1ec7u theo \u0111i\u1ec1u ki\u1ec7n l\u1ecdc</h3>
|
|
271
|
-
<ul>
|
|
272
|
-
<li>
|
|
273
|
-
Url: <span style='font-weight:450;background-color:#ddd;padding:5px;border-radius:3px;border:1px solid silver;'>${$server_url$$||""}/api${$code$$}/action/delete</span>
|
|
274
|
-
<ul style='margin-top:5px'>
|
|
275
|
-
${$code$$.indexOf("id_app")>=0?"<li>id_app: id c\u1ee7a c\u00f4ng ty \u0111ang thao t\u00e1c</li>":""}
|
|
276
|
-
</ul>
|
|
277
|
-
</li>
|
|
278
|
-
<li>
|
|
279
|
-
Method: <span style='font-weight:450'>POST</span>
|
|
280
|
-
</li>
|
|
281
|
-
<li>
|
|
282
|
-
Body (row json):
|
|
283
|
-
<ul>
|
|
284
|
-
<li>
|
|
285
|
-
<div>
|
|
286
|
-
<div>
|
|
287
|
-
condition: <b>Json</b>. \u0110i\u1ec1u ki\u1ec7n xo\u00e1 d\u1eef li\u1ec7u. s\u1eed d\u1ee5ng mongodb query. Danh s\u00e1ch c\u00e1c tr\u01b0\u1eddng d\u1eef li\u1ec7u c\u00f3 th\u1ec3 query
|
|
288
|
-
</div>
|
|
289
|
-
<table style='margin-top:10px'>
|
|
290
|
-
<tr>
|
|
291
|
-
<th>T\u00ean tr\u01b0\u1eddng</th>
|
|
292
|
-
<th>Ki\u1ec3u d\u1eef li\u1ec7u</th>
|
|
293
|
-
<th>Di\u1ec5n gi\u1ea3i</th>
|
|
294
|
-
</tr>
|
|
295
|
-
${$listinfo$$.fields.filter($f$$=>$f$$.not_input!="true"&&$f$$.not_input!=1&&$f$$.type!="Button"&&$f$$.type!="Link"&&types.find($t$$=>$t$$.code==$f$$.type)).map($field$$=>{let $type$$=types.find($t$$=>$t$$.code==$field$$.type);return`<tr>
|
|
296
|
-
<td>${$field$$.name}</td>
|
|
297
|
-
<td>${$type$$.type_data||$type$$.code}</td>
|
|
298
|
-
<td>${$field$$.api_description||$field$$.header}</td>
|
|
299
|
-
</tr>
|
|
300
|
-
`}).join("")}
|
|
301
|
-
</table>
|
|
302
|
-
</div>
|
|
303
|
-
</li>
|
|
304
|
-
</ul>
|
|
305
|
-
</li>
|
|
306
|
-
<li>
|
|
307
|
-
Headers:
|
|
308
|
-
<ul>
|
|
309
|
-
<li>access-token: <a href=${`${$server_url$$}/api-docs-auth`}>Token</a> \u0111\u1ec3 truy c\u1eadp h\u1ec7 th\u1ed1ng.</li>
|
|
310
|
-
</ul>
|
|
311
|
-
</li>
|
|
312
|
-
</ul>
|
|
313
|
-
`);return`<!DOCTYPE html>
|
|
314
|
-
<html>
|
|
315
|
-
<head>
|
|
316
|
-
<style>
|
|
317
|
-
table, td, th {
|
|
318
|
-
border: 1px solid;
|
|
319
|
-
}
|
|
320
|
-
td, th {
|
|
321
|
-
padding: 10px;
|
|
322
|
-
}
|
|
323
|
-
table {
|
|
324
|
-
width: 100%;
|
|
325
|
-
border-collapse: collapse;
|
|
326
|
-
}
|
|
327
|
-
</style>
|
|
328
|
-
</head>
|
|
329
|
-
<body style='padding:20px'>
|
|
330
|
-
<h2>API: ${$listinfo$$.title}</h2>
|
|
331
|
-
${$doc$$}
|
|
332
|
-
</body>
|
|
333
|
-
</html>
|
|
334
|
-
`},apiReport=async function($code$$,$doc$jscomp$1_id_app$$){let $server_url$$=configs.api_url||configs.domain;$code$$=await global.getModel("reportinfo").findOne({code:$code$$}).lean();if(!$code$$)return"Kh\u00f4ng c\u00f3 t\u00e0i li\u1ec7u cho api n\u00e0y";let $listinfo$$;$code$$.form_condition_info&&($listinfo$$=await global.getModel("listinfo").findOne({code:$code$$.form_condition_info}).lean());$listinfo$$=$listinfo$$||{};var $controller$jscomp$1_route_name$$=global.report_controllers[($code$$.api_code||
|
|
335
|
-
$code$$.code).toUpperCase()];if(!$controller$jscomp$1_route_name$$)return"Kh\u00f4ng c\u00f3 t\u00e0i li\u1ec7u cho api n\u00e0y";$controller$jscomp$1_route_name$$=`${$controller$jscomp$1_route_name$$.base_path+$controller$jscomp$1_route_name$$.module}`.replace(":id_app",$doc$jscomp$1_id_app$$);$doc$jscomp$1_id_app$$&&($controller$jscomp$1_route_name$$=$controller$jscomp$1_route_name$$.replace(":id_app",$doc$jscomp$1_id_app$$));$doc$jscomp$1_id_app$$=`
|
|
336
|
-
<ul>
|
|
337
|
-
<li>
|
|
338
|
-
Url: <span style='font-weight:450;background-color:#ddd;padding:5px;border-radius:3px;border:1px solid silver;'>${$server_url$$||""}/api${$controller$jscomp$1_route_name$$}</span>
|
|
339
|
-
<ul style='margin-top:5px'>
|
|
340
|
-
${$controller$jscomp$1_route_name$$.indexOf("id_app")>=0?"<li>id_app: id c\u1ee7a c\u00f4ng ty \u0111ang thao t\u00e1c</li>":""}
|
|
341
|
-
</ul>
|
|
342
|
-
</li>
|
|
343
|
-
<li>
|
|
344
|
-
Method: <span style='font-weight:450'>POST</span>
|
|
345
|
-
</li>
|
|
346
|
-
<li>
|
|
347
|
-
Headers:
|
|
348
|
-
<ul>
|
|
349
|
-
<li>access-token: <a href=${`${$server_url$$}/api-docs-auth`}>Token</a> \u0111\u1ec3 truy c\u1eadp h\u1ec7 th\u1ed1ng.</li>
|
|
350
|
-
<li>Content-Type: application/json</li>
|
|
351
|
-
</ul>
|
|
352
|
-
</li>
|
|
353
|
-
<li>
|
|
354
|
-
Body (row json). \u0110i\u1ec1u ki\u1ec7n l\u1ecdc:
|
|
355
|
-
${form($listinfo$$.fields||[],$doc$jscomp$1_id_app$$)}
|
|
356
|
-
</li>
|
|
357
|
-
</ul>
|
|
358
|
-
`;return`<!DOCTYPE html>
|
|
359
|
-
<html lang="vi">
|
|
360
|
-
<head>
|
|
361
|
-
<style>
|
|
362
|
-
table, td, th {
|
|
363
|
-
border: 1px solid;
|
|
364
|
-
}
|
|
365
|
-
td, th {
|
|
366
|
-
padding: 10px;
|
|
367
|
-
}
|
|
368
|
-
table {
|
|
369
|
-
width: 100%;
|
|
370
|
-
border-collapse: collapse;
|
|
371
|
-
}
|
|
372
|
-
</style>
|
|
373
|
-
</head>
|
|
374
|
-
<body style='padding:20px'>
|
|
375
|
-
<h2>API: ${$code$$.title}</h2>
|
|
376
|
-
${$doc$jscomp$1_id_app$$}
|
|
377
|
-
</body>
|
|
378
|
-
</html>
|
|
379
|
-
`},apiAuth=function(){let $server_url$$=configs.api_url||configs.domain;return`<!DOCTYPE html>
|
|
380
|
-
<html>
|
|
381
|
-
<head>
|
|
382
|
-
<style>
|
|
383
|
-
table, td, th {
|
|
384
|
-
border: 1px solid;
|
|
385
|
-
}
|
|
386
|
-
td, th {
|
|
387
|
-
padding: 10px;
|
|
388
|
-
}
|
|
389
|
-
table {
|
|
390
|
-
width: 100%;
|
|
391
|
-
border-collapse: collapse;
|
|
392
|
-
}
|
|
393
|
-
</style>
|
|
394
|
-
</head>
|
|
395
|
-
<body style='padding:20px'>
|
|
396
|
-
<h2>H\u1ec7 th\u1ed1ng</h2>
|
|
397
|
-
<h3>\u0110\u0103ng nh\u1eadp (login)</h3>
|
|
398
|
-
<ul>
|
|
399
|
-
<li>
|
|
400
|
-
Url: <span style='font-weight:450;background-color:#ddd;padding:5px;border-radius:3px;border:1px solid silver;'>${$server_url$$||""}/auth/local</span>
|
|
401
|
-
</li>
|
|
402
|
-
<li>
|
|
403
|
-
Method: <span style='font-weight:450'>GET</span>
|
|
404
|
-
</li>
|
|
405
|
-
<li>
|
|
406
|
-
Headers:
|
|
407
|
-
<ul>
|
|
408
|
-
<li>Authorization: <span style='font-size:18px;color:gray;margin-left:10px'>Basic Auth</span></li>
|
|
409
|
-
</ul>
|
|
410
|
-
</li>
|
|
411
|
-
</ul>
|
|
412
|
-
<h3>\u0110\u0103ng xu\u1ea5t (logout)</h3>
|
|
413
|
-
<ul>
|
|
414
|
-
<li>
|
|
415
|
-
Url: <span style='font-weight:450;background-color:#ddd;padding:5px;border-radius:3px;border:1px solid silver;'>${$server_url$$||""}/api/user/logout</span>
|
|
416
|
-
</li>
|
|
417
|
-
<li>
|
|
418
|
-
Method: <span style='font-weight:450'>GET</span>
|
|
419
|
-
</li>
|
|
420
|
-
<li>
|
|
421
|
-
Headers:
|
|
422
|
-
<ul>
|
|
423
|
-
<li>access-token: Token \u0111\u1ec3 truy c\u1eadp h\u1ec7 th\u1ed1ng.</li>
|
|
424
|
-
</ul>
|
|
425
|
-
</li>
|
|
426
|
-
</ul>
|
|
427
|
-
<h3>\u0110\u1ed5i m\u1eadt kh\u1ea9u</h3>
|
|
428
|
-
<ul>
|
|
429
|
-
<li>
|
|
430
|
-
Url: <span style='font-weight:450;background-color:#ddd;padding:5px;border-radius:3px;border:1px solid silver;'>${$server_url$$||""}/api/changepassword</span>
|
|
431
|
-
</li>
|
|
432
|
-
<li>
|
|
433
|
-
Method: <span style='font-weight:450'>POST</span>
|
|
434
|
-
</li>
|
|
435
|
-
<li>
|
|
436
|
-
Headers:
|
|
437
|
-
<ul>
|
|
438
|
-
<li>access-token: Token \u0111\u1ec3 truy c\u1eadp h\u1ec7 th\u1ed1ng.</li>
|
|
439
|
-
</ul>
|
|
440
|
-
</li>
|
|
441
|
-
<li>
|
|
442
|
-
Body (row json):
|
|
443
|
-
<ul>
|
|
444
|
-
<li>oldPassword: M\u1eadt kh\u1ea9u hi\u1ec7n t\u1ea1i.</li>
|
|
445
|
-
<li>newPassword: M\u1eadt kh\u1ea9u m\u1edbi.</li>
|
|
446
|
-
<li>reNewPassword: X\u00e1c nh\u1eadn m\u1eadt kh\u1ea9u m\u1edbi.</li>
|
|
447
|
-
</ul>
|
|
448
|
-
</li>
|
|
449
|
-
</ul>
|
|
450
|
-
</body>
|
|
451
|
-
</html>
|
|
452
|
-
`};module.exports={apiDocs,apiFields,apiReport,apiAuth};
|
|
1
|
+
const _0x1765d9=_0x920c;function _0x920c(_0x5b3ea8,_0x302bf4){const _0xb078e2=_0x5752();return _0x920c=function(_0x39b7f0,_0x59d7e4){_0x39b7f0=_0x39b7f0-0x1c7;let _0x575274=_0xb078e2[_0x39b7f0];if(_0x920c['Kunqao']===undefined){var _0x920c51=function(_0x3b4b49){const _0xa426da='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x24eff1='',_0x1df328='',_0x3ff1c6=_0x24eff1+_0x920c51;for(let _0x2adbcb=0x0,_0xd3027f,_0x4a4ddb,_0x7969de=0x0;_0x4a4ddb=_0x3b4b49['charAt'](_0x7969de++);~_0x4a4ddb&&(_0xd3027f=_0x2adbcb%0x4?_0xd3027f*0x40+_0x4a4ddb:_0x4a4ddb,_0x2adbcb++%0x4)?_0x24eff1+=_0x3ff1c6['charCodeAt'](_0x7969de+0xa)-0xa!==0x0?String['fromCharCode'](0xff&_0xd3027f>>(-0x2*_0x2adbcb&0x6)):_0x2adbcb:0x0){_0x4a4ddb=_0xa426da['indexOf'](_0x4a4ddb);}for(let _0x5d80c6=0x0,_0xdc30e7=_0x24eff1['length'];_0x5d80c6<_0xdc30e7;_0x5d80c6++){_0x1df328+='%'+('00'+_0x24eff1['charCodeAt'](_0x5d80c6)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x1df328);};_0x920c['uiJgOw']=_0x920c51,_0x5b3ea8=arguments,_0x920c['Kunqao']=!![];}const _0x50a084=_0xb078e2[0x0],_0x3b6972=_0x39b7f0+_0x50a084,_0x35fa6d=_0x5b3ea8[_0x3b6972];if(!_0x35fa6d){const _0x35b8a2=function(_0x18b43f){this['GMMgdS']=_0x18b43f,this['ULDacN']=[0x1,0x0,0x0],this['qZNGIx']=function(){return'newState';},this['SFqWDK']='\x5cw+\x20*\x5c(\x5c)\x20*{\x5cw+\x20*',this['TAGuCU']='[\x27|\x22].+[\x27|\x22];?\x20*}';};_0x35b8a2['prototype']['MgXHfA']=function(){const _0x34e03e=new RegExp(this['SFqWDK']+this['TAGuCU']),_0x41eb1e=_0x34e03e['test'](this['qZNGIx']['toString']())?--this['ULDacN'][0x1]:--this['ULDacN'][0x0];return this['ccTTbx'](_0x41eb1e);},_0x35b8a2['prototype']['ccTTbx']=function(_0x45eca5){if(!Boolean(~_0x45eca5))return _0x45eca5;return this['Awtimj'](this['GMMgdS']);},_0x35b8a2['prototype']['Awtimj']=function(_0x1af4c6){for(let _0x499cae=0x0,_0x3c6c5e=this['ULDacN']['length'];_0x499cae<_0x3c6c5e;_0x499cae++){this['ULDacN']['push'](Math['round'](Math['random']())),_0x3c6c5e=this['ULDacN']['length'];}return _0x1af4c6(this['ULDacN'][0x0]);},new _0x35b8a2(_0x920c)['MgXHfA'](),_0x575274=_0x920c['uiJgOw'](_0x575274),_0x5b3ea8[_0x3b6972]=_0x575274;}else _0x575274=_0x35fa6d;return _0x575274;},_0x920c(_0x5b3ea8,_0x302bf4);}(function(_0x20c6d0,_0x347b9e){const _0x17d90f=_0x920c,_0x47be31=_0x20c6d0();while(!![]){try{const _0x358cbf=parseInt(_0x17d90f(0x265))/0x1+parseInt(_0x17d90f(0x247))/0x2*(parseInt(_0x17d90f(0x242))/0x3)+-parseInt(_0x17d90f(0x28c))/0x4*(-parseInt(_0x17d90f(0x1ea))/0x5)+-parseInt(_0x17d90f(0x211))/0x6*(-parseInt(_0x17d90f(0x20b))/0x7)+parseInt(_0x17d90f(0x215))/0x8*(-parseInt(_0x17d90f(0x1e6))/0x9)+-parseInt(_0x17d90f(0x1c8))/0xa*(parseInt(_0x17d90f(0x284))/0xb)+-parseInt(_0x17d90f(0x251))/0xc*(parseInt(_0x17d90f(0x237))/0xd);if(_0x358cbf===_0x347b9e)break;else _0x47be31['push'](_0x47be31['shift']());}catch(_0x379ab3){_0x47be31['push'](_0x47be31['shift']());}}}(_0x5752,0xc4c7e));function _0x5752(){const _0x4d6951=['cIaGicaGidXOmZ5m4BQLEsbK4BUVigXP4BUhDsbJ4BUNysbT4BUzDcdeKEg7KwKGDmAW4BUJBMC8l2GZpGOGicaGica8DwW+cIaGicaGicaGpgXPpGOGicaGicaGicaGvxjSoIa8C3bHBIbZDhLSzt0NzM9UDc13zwLNAhq6nduWo2jHy2TNCM91BMqTy29SB3i6i2rKzdTWywrKAw5NoJvWEdTIB3jKzxiTCMfKAxvZoJnWEdTIB3jKzxi6mxb4ihnVBgLKihnPBhzLCJSNpG','tM9zuMO','zMLUze9Uzq','CvngALe','lZPFAwq8l3nWyw4+iaOGicaGicaGicaGicaGidX1BcbZDhLSzt0NBwfYz2LUlxrVCdO1ChGNpGOGicaGicaGicaGicaGia','tLfMEvu','yxbPx2nVzgu','AgvSCf90zxH0','Bw5Sq1O','pc90zd4kicaGicaGicaGicaGicaGicaGicaGidX0zd4','yxbWBhK','cIaGicaGicaGicaGidWVDwW+cIaGicaGicaGica8l2XPpGOGicaGicaGicaGpgXPpGOGicaGicaGicaGicbnzxrOB2q6idXZCgfUihn0EwXLpsDMB250lxDLAwDODdO0ntaNpLbpu1q8l3nWyw4+cIaGicaGicaGica8l2XPpGOGicaGicaGicaGpgXPpGOGicaGicaGicaGicbizwfKzxjZoGOGicaGicaGicaGicaGidX1Bd4kicaGicaGicaGicaGicaGidXSAt5Hy2nLC3mTDg9Rzw46idXHigHYzwy9','s0zwsK0','odG0ndiZn3vWEMjtrW','zMLLBgrZ','r0fSAMy','uvroru8','mtbUBhbtrhK','r3zysNK','cIaGicaGicaGica8l3rHyMXLpG','vNvsANK','cIaGicaGicaGpgGZpKLTCg9YDcbeyxrHpc9OmZ4kicaGicaGica8DwW+cIaGicaGicaGica8BgK+cIaGicaGicaGicaGifvYBdOGphnWyw4GC3r5Bgu9j2zVBNqTD2vPz2H0oJq1mdTIywnRz3jVDw5KlwnVBg9YoInKzgq7CgfKzgLUzZO1ChG7yM9YzgvYlxjHzgL1CZOZChG7yM9YzgvYoJfWEcbZB2XPzcbZAwX2zxi7jZ4','vgDnuvO','rxHkveG','pLrVA2vUpc9HpIdeKEg7GYb0CNv5igpHUQ1WigJHU4CGDgJHU5fUzY48l2XPpGOGicaGicaGicaGicaGicaGpgXPpKnVBNrLBNqTvhLWztOGyxbWBgLJyxrPB24VANnVBJWVBgK+cIaGicaGicaGicaGicaGpc91Bd4kicaGicaGicaGidWVBgK+cIaGicaGicaGica8BgK+cIaGicaGicaGicaGidXKAxy+cIaGicaGicaGicaGicaGica8zgL2pGOGicaGicaGicaGicaGicaGicaGiejVzhKGkhjVDYbQC29Uks4GrgfUAcbZW6fJAcbJW6fJihrYXRdHU51UzYbK4BUVigXP4BUhDqOGicaGicaGicaGicaGicaGpc9KAxy+cIaGicaGicaGicaGicaGica','cIaGicaGicaGpgGZpKpHUQ1Wig5O4BQTDcbK4BUVigXP4BUhDtWVAdm+cIaGicaGicaGphvSpGOGicaGicaGicaGpgXPpGOGicaGicaGicaGicbvCMW6idXZCgfUihn0EwXLpsDMB250lxDLAwDODdO0nta7yMfJA2DYB3vUzc1JB2XVCJOJzgrKo3bHzgrPBMC6nxb4o2jVCMrLCI1YywrPDxm6m3b4o2jVCMrLCJOXChGGC29SAwqGC2LSDMvYoYC+','l2fWAs9ZzwfYy2G','DvzNtu0','kcGOlISPkYKRksSK','l2fJDgLVBI9KzwXLDgu8l3nWyw4+iaOGicaGicaGicaGica8DwWGC3r5Bgu9j21HCMDPBI10B3a6nxb4jZ4kicaGicaGicaGicaGica','DgvUx3z0','ue5Nz0C','phrHyMXLihn0EwXLpsDTyxjNAw4TDg9WoJeWChGNpGOGicaGicaGicaGicaGidX0CJ4kicaGicaGicaGicaGicaGicaGphrOpLtdQM4GDhlgSog7Nw5Npc90Ad4kicaGicaGicaGicaGicaGicaGphrOpKTP4BUdDsbK4BUVigXP4BUhDtWVDgG+cIaGicaGicaGicaGicaGicaGidX0Ad5c4BQVDcbIDEg7MwmGBMJHUQ1Wpc90Ad4kicaGicaGicaGicaGicaGicaGphrOpLpHU5eGA8o9ihtHU7eGDog7KwKGXjfHpc90Ad4kicaGicaGicaGicaGicaGicaGphrOpKrP4BUfBIbNAEg6O2K8l3rOpGOGicaGicaGicaGicaGicaGica8DgG+q2JHU41UihtHU6SGzgfUAcbZW6fJAdWVDgG+cIaGicaGicaGicaGicaGicaGidX0Ad5dW6fJihrYXRdHU51UzYbJAgKGDgNHUR90pc90Ad4kicaGicaGicaGicaGica8l3rYpGOGicaGicaGicaGicaGia','Bw9KDwXL','v0fZyMO','Bwf4BgvUz3rO','vwveCM8','AM9PBG','DgvUx2TOBW','vgLTzq','pc9ZCgfUpGOGicaGicaGicaGica8DwWGC3r5Bgu9j21HCMDPBI10B3a6nxb4jZ4kicaGicaGicaGicaGica','ze1yBwy','oMLKx2fWCa','zg9TywLU','B0zlu0y','yNHpyNq','BM90x2fKza','pc90zd4kicaGicaGicaGicaGicaGicaGicaGicaGicaGicaGica8Dgq+','C2vHCMnO','pc9PpJWVzgL2pGOGicaGicaGicaGicaGicaGicaGicaGpc90zd4kicaGicaGicaGicaGicaGicaGicaGidX0zd4','mZaZoty0nxj2Du9LsG','u3rYAw5N','tLvnC0W','Dg9tDhjPBMC','qNv0Dg9U','C2DRvg8','mtHPtMnlBMy','qM9VBgvHBG','p2LKx2fWCd0','A01wvw0','oefnChjUyG','p2LTCg9YDf95BJ0','sw1Hz2u','DgL0Bgu','C3LQtMy','cIaGicaGidX1Bd4kicaGicaGica8BgK+cIaGicaGicaGicbvCMW6idXZCgfUihn0EwXLpsDMB250lxDLAwDODdO0nta7yMfJA2DYB3vUzc1JB2XVCJOJzgrKo3bHzgrPBMC6nxb4o2jVCMrLCI1YywrPDxm6m3b4o2jVCMrLCJOXChGGC29SAwqGC2LSDMvYoYC+','BgvHBG','tffiBeS','pcfet0nuwvbfigH0BwW+cIaGicaGicaGpgH0BwW+cIaGicaGicaGicaGidXOzwfKpGOGicaGicaGicaGicaGicaGphn0EwXLpGOGicaGicaGicaGicaGicaGicaGihrHyMXLlcb0zcWGDgGGEWOGicaGicaGicaGicaGicaGicaGicaGicbIB3jKzxi6idfWEcbZB2XPzdSkicaGicaGicaGicaGicaGicaGicb9cIaGicaGicaGicaGicaGicaGicaGDgqSihrOihSkicaGicaGicaGicaGicaGicaGicaGicaGCgfKzgLUzZOGmtbWEdSkicaGicaGicaGicaGicaGicaGicb9cIaGicaGicaGicaGicaGicaGicaGDgfIBguGEWOGicaGicaGicaGicaGicaGicaGicaGicb3Awr0AdOGmtaWjtSkicaGicaGicaGicaGicaGicaGicaGicaGyM9YzgvYlwnVBgXHChnLoIbJB2XSyxbZztSkicaGicaGicaGicaGicaGicaGicb9cIaGicaGicaGicaGicaGica8l3n0EwXLpGOGicaGicaGicaGica8l2HLywq+cIaGicaGicaGicaGidXIB2r5ihn0EwXLpsDWywrKAw5NoJiWChGNpGOGicaGicaGicaGicaGicaGpgGYpKfqstOG','ENbjzgy','DfLru04','wMDoDve','idX0CJ4kicaGicaGicaGicaGicaGicaGicaGidX0zd50zw5FDNq8l3rKpGOGicaGicaGicaGicaGicaGicaGicaGphrKpLn0CMLUzZWVDgq+cIaGicaGicaGicaGicaGicaGicaGica8Dgq+tM88l3rKpGOGicaGicaGicaGicaGicaGicaGicaGphrKpJi1nJWVDgq+cIaGicaGicaGicaGicaGicaGicaGica8Dgq+cIaGicaGicaGicaGicaGicaGicaGicaGiftdQM4GC+g6O24GCgJHUQLTl2JdOg5NigHVW6eVDUg6RxqGDmAWlIbo4BQ/DsbJAmAWysb04BUtBIb04BQHAsbZ4BQJBIbWAog6Qw0GBSoGEsb0CM9UzYbKyw5Oig3HU6vJihBHUQ10ihtgScb0AmoSigJHU4CGDgJHU5fUzYbZ4BQ9ihpHU60Gzog7Pw5NihrOW7rUzYb0Aw4GBSoGEsdeKEg7GYb04BQHBY4kicaGicaGicaGicaGicaGicaGicaGidWVDgq+cIaGicaGicaGicaGicaGicaGicaGica8Dgq+pc90zd4kicaGicaGicaGicaGicaGicaGicaGidX0zd48l3rKpGOGicaGicaGicaGicaGicaGica8l3rYpG','y29UC3rYDwn0B3i','zxHsANK','wwvZ','rxHJzwW','cIaGicaGicaGpgGZpLHVW6eGzog7RYbSAEg7H3u8l2GZpGOGicaGicaGidX1Bd4kicaGicaGicaGidXSAt4kicaGicaGicaGicaGvxjSoIa8C3bHBIbZDhLSzt0NzM9UDc13zwLNAhq6nduWo2jHy2TNCM91BMqTy29SB3i6i2rKzdTWywrKAw5NoJvWEdTIB3jKzxiTCMfKAxvZoJnWEdTIB3jKzxi6mxb4ihnVBgLKihnPBhzLCJSNpG','l2f1DgGVBg9JywW8l3nWyw4+iaOGicaGicaGicaGicaGicaGpc9SAt4kicaGicaGicaGicaGicaGidXSAt4kicaGicaGicaGicaGicaGicaGtwv0Ag9KoIa8C3bHBIbZDhLSzt0NzM9UDc13zwLNAhq6nduWjZ5hrvq8l3nWyw4+cIaGicaGicaGicaGicaGica8l2XPpGOGicaGicaGicaGicaGicaGpgXPpGOGicaGicaGicaGicaGicaGicbizwfKzxjZoGOGicaGicaGicaGicaGicaGicaGidX1Bd4kicaGicaGicaGicaGicaGicaGicaGidXSAt5bDxrOB3jPEMf0Aw9UoIa8C3bHBIbZDhLSzt0NzM9UDc1ZAxPLoJe4ChG7y29SB3i6z3jHEtTTyxjNAw4TBgvMDdOXmhb4jZ5cyxnPyYbbDxrOpc9ZCgfUpJWVBgK+cIaGicaGicaGicaGicaGicaGicaGpc91Bd4kicaGicaGicaGicaGicaGidWVBgK+cIaGicaGicaGicaGicaGpc91Bd4kicaGicaGicaGicaGica8Adm+XjdeG25NihH14BQLDcaOBg9NB3v0ktWVAdm+cIaGicaGicaGicaGicaGphvSpGOGicaGicaGicaGicaGicaGpgXPpGOGicaGicaGicaGicaGicaGicbvCMW6idXZCgfUihn0EwXLpsDMB250lxDLAwDODdO0nta7yMfJA2DYB3vUzc1JB2XVCJOJzgrKo3bHzgrPBMC6nxb4o2jVCMrLCI1YywrPDxm6m3b4o2jVCMrLCJOXChGGC29SAwqGC2LSDMvYoYC+','phrYpGOGicaGicaGicaGicaGicaGicaGicaGicaGicaGica8Dgq+','zhDktKO','BwfFA2HV','suvrvKG','cIaGicaGicaGicaGidXSAt5FAwq6igLKigpHU6DHihbO4BQNBIb04BUTigpHUQDUigZHUQv5igtHU68GBgNHU4D1pc9SAt4kicaGicaGicaGidWVDwW+cIaGicaGicaGpc9SAt4kicaGicaGica8BgK+cIaGicaGicaGicbnzxrOB2q6idXZCgfUihn0EwXLpsDMB250lxDLAwDODdO0ntaNpKDfvdWVC3bHBJ4kicaGicaGica8l2XPpGOGicaGicaGidXSAt4kicaGicaGicaGieHLywrLCNm6cIaGicaGicaGicaGidX1Bd4kicaGicaGicaGicaGica8BgK+ywnJzxnZlxrVA2vUoIa8ysbOCMvMpq','C25vzvi','r0DRy3i','zeXSDKi','tg9sB0K','Dhj1zq','q2Dyvwi','qxjYyxK','DgvUx2TO','y0Lvrhi','v01hCw4','mtq2ovLVshfuzq','lIbo4BQ/DsdeKEg7KwKGDmAW4BUJBMCGBSoGEsbRAmo0BMCGDog7K24GDog6OwKGDhjVBMCGzgfUAcbT4BULyYb0AmoSigJHU4CGDgJHU5fUzYbZ4BQ9ihpHU60Gzog7Pw5NihrOW7rUzYb0Aw4GBSoGEsdeKEg7GYb04BQHBW','wgL1s24','pc90zd4kicaGicaGicaGicaGicaGicaGicaGidX0zd4kicaGicaGicaGicaGicaGicaGicaGicaG','yxbPx2rLC2nYAxb0Aw9U','cIaGicaGicaGicaGidWVDwW+cIaGicaGicaGicakicaGicaGica8l2XPpGOGicaGicaGidXSAt4kicaGicaGicaGie1LDgHVzdOGphnWyw4GC3r5Bgu9j2zVBNqTD2vPz2H0oJq1mcC+ue9tvdWVC3bHBJ4kicaGicaGica8l2XPpGOGicaGicaGidXSAt4kicaGicaGicaGieHLywrLCNm6cIaGicaGicaGicaGidX1Bd4kicaGicaGicaGicaGica8BgK+ywnJzxnZlxrVA2vUoIa8ysbOCMvMpq','pgXPpMLKx2fWCdOGAwqGy+g7P2eGy8o0BMCGDhKGXjfHBMCGDgHHBYb0W6fJpc9SAt4','z2v0tw9KzwW','pcfet0nuwvbfigH0BwW+cIaGicaGicaGpgH0BwWGigXHBMC9iNzPiJ4kicaGicaGicaGicaGpgHLywq+cIaGicaGicaGicaGicaGica8C3r5Bgu+cIaGicaGicaGicaGicaGicaGicaGDgfIBguSihrKlcb0Acb7cIaGicaGicaGicaGicaGicaGicaGicaGigjVCMrLCJOGmxb4ihnVBgLKoWOGicaGicaGicaGicaGicaGicaGih0kicaGicaGicaGicaGicaGicaGicb0zcWGDgGGEWOGicaGicaGicaGicaGicaGicaGicaGicbWywrKAw5NoIaXmhb4oWOGicaGicaGicaGicaGicaGicaGih0kicaGicaGicaGicaGicaGicaGicb0ywjSzsb7cIaGicaGicaGicaGicaGicaGicaGicaGihDPzhrOoIaXmdaLoWOGicaGicaGicaGicaGicaGicaGicaGicbIB3jKzxiTy29SBgfWC2u6ignVBgXHChnLoWOGicaGicaGicaGicaGicaGicaGih0kicaGicaGicaGicaGicaGidWVC3r5Bgu+cIaGicaGicaGicaGidWVAgvHzd4kicaGicaGicaGicaGpgjVzhKGC3r5Bgu9j3bHzgrPBMC6mJbWEcC+cIaGicaGicaGicaGicaGica8Adi+qvbjoIa','yMfZzv9WyxrO','pc90zd4kicaGicaGicaGicaGicaGicaGicaGicaGicaGicaGphrKpG','nJqYouLrsuzIBa','AgvHzgvY','y29UDhjVBgXLCNm','BM90x2rLBgv0zq','txrbD2m','mtuWmNnnDMzQtq','yvDXsKi','cIaGicaGicaGicaGicaGicaGicaGpc90ywjSzt4kicaGicaGicaGicaGicaGidWVzgL2pGOGicaGicaGicaGicaGidWVBgK+cIaGicaGicaGicaGidWVDwW+cIaGicaGicaGpc9SAt4kicaGicaGpc91Bd4kicaGia','cIaGicaGicaGicaGicaGicaGicaGica8l3rHyMXLpGOGicaGicaGicaGicaGicaGica8l2rPDJ4kicaGicaGicaGicaGicaGidWVBgK+cIaGicaGicaGicaGicaGpc91Bd4kicaGicaGicaGidWVBgK+cIaGicaGicaGica8BgK+cIaGicaGicaGicaGieHLywrLCNm6cIaGicaGicaGicaGicaGphvSpGOGicaGicaGicaGicaGicaGpgXPpMfJy2vZCY10B2TLBJOGpgeGAhjLzJ0','idX0CJ4kicaGicaGicaGicaGicaGicaGicaGidX0zd50zw5FA2HVpc90zd4kicaGicaGicaGicaGicaGicaGicaGidX0zd5tDhjPBMC8l3rKpGOGicaGicaGicaGicaGicaGicaGicaGphrKpK5Vpc90zd4kicaGicaGicaGicaGicaGicaGicaGidX0zd4Ynty8l3rKpGOGicaGicaGicaGicaGicaGicaGicaGphrKpGOGicaGicaGicaGicaGicaGicaGicaGicbuW6PUigTOBY4GtUg6V3uGy2JgSgeGDog7K24GDog6OwKGA2HVig7dOhKGDhjVBMCGzgfUAcbT4BULyYbRAg8GDgJdRcbO4BUhihrO4BUrBMCGC+g6VsbZ4BUTigtHU6vUzYb0Amo0BMCGDgLUig7dOhKGXjhHU4mGDog6Ow8UcIaGicaGicaGicaGicaGicaGicaGica8l3rKpGOGicaGicaGicaGicaGicaGicaGicaGphrKpJWVDgq+cIaGicaGicaGicaGicaGicaGicaGica8Dgq+pc90zd4kicaGicaGicaGicaGicaGicaGpc90CJ4','rgf0zq','pc90zd4kicaGicaGicaGicaGicaGicaGicaGicaGicaGidWVDhi+cIaGicaGicaGicaGicaGicaGicaGicaGicaGica','DhbvAei','l2fWAs1KB2nZlwLUChv0lW','y29Kzq','mJuXmJy4qu1dzKDs','BgvUz3rO','AgTTqKK','CMvXDwLYzwq','l2fWAs1KB2nZlwzPzwXKCY8','lZPFAwq8l3nWyw4+cIaGicaGicaGica8DwWGC3r5Bgu9j21HCMDPBI10B3a6nxb4jZ4kicaGicaGicaGicaG','l2fWAq','zMLUza','q0L2uuq','cIaGicaGicaGicaGicaGicaGicaGicaGidXKAxy+pgK+','zw1nvfC','zM9YBv9JB25KAxrPB25FAw5MBW','zMLSDgvY','l2fWAs1KB2nZlwf1DgG','AwrFyxbW','DhLWzq','EfDqwwK','ugrM','qvbTvwi','CM91DgvFBMfTzq','nZGWmJeXww95zeXn','BevpBe0','rgniwwO','BgLZDgLUzM8','B0PXuuy','tNvTyMvY','cIaGicaGicaGicaGidWVDwW+cIaGicaGicaGica8l2XPpGOGicaGicaGicaGpgXPpGOGicaGicaGicaGicbnzxrOB2q6idXZCgfUihn0EwXLpsDMB250lxDLAwDODdO0ntaNpLbpu1q8l3nWyw4+cIaGicaGicaGica8l2XPpGOGicaGicaGicaGpgXPpGOGicaGicaGicaGicbcB2r5icHYB3CGANnVBIK6cIaGicaGicaGicaGicaGphvSpGOGicaGicaGicaGicaGicaGpgXPpGOGicaGicaGicaGicaGicaGica8zgL2pGOGicaGicaGicaGicaGicaGicaGicaGpgrPDJ4kicaGicaGicaGicaGicaGicaGicaGicaGicbJB25KAxrPB246idXIpKPZB248l2i+lIdeKgNHU4f1igTP4BUhBIb4B8oHigtHU68GBgNHU4D1lIbZ4BUTigtHU6vUzYbTB25NB2rIihf1zxj5lIbeyw5OihpdOwnOigpdOwmGDhlgSog7Nw5NigtHU68GBgNHU4D1igpdSYb0Aog7GYbXDwvYEqOGicaGicaGicaGicaGicaGicaGicaGpc9KAxy+cIaGicaGicaGicaGicaGicaGicaGica8DgfIBguGC3r5Bgu9j21HCMDPBI10B3a6mtbWEcC+cIaGicaGicaGicaGicaGicaGicaGicaGidX0CJ4kicaGicaGicaGicaGicaGicaGicaGicaGicaGidX0Ad5uW6PUihrYXRdHU51UzZWVDgG+cIaGicaGicaGicaGicaGicaGicaGicaGicaGica8DgG+s2NHU4n1igtHU68GBgNHU4D1pc90Ad4kicaGicaGicaGicaGicaGicaGicaGicaGicaGidX0Ad5eAEg7Hw4Gz2NHUQnPpc90Ad4kicaGicaGicaGicaGicaGicaGicaGicaGpc90CJ4kicaGicaGicaGicaGicaGicaGicaGicaG','zxHWB3j0CW','sw91the','tvPJtva','twL4zwq','phrYpGOGicaGicaGicaGicaGicaGicaGicaGicaGicaGicaGidX0zd4','EeXWvhu','Dg9vChbLCKnHC2u','lZPFAwq8l3nWyw4+iaOGicaGicaGicaGica8DwWGC3r5Bgu9j21HCMDPBI10B3a6nxb4jZ4kicaGicaGicaGicaGica','pLrVA2vUpc9HpIdeKEg7GYb0CNv5igpHUQ1WigJHU4CGDgJHU5fUzY48l2XPpGOGicaGicaGicaGicaGicaGpgXPpKnVBNrLBNqTvhLWztOGyxbWBgLJyxrPB24VANnVBJWVBgK+cIaGicaGicaGicaGicaGpc91Bd4kicaGicaGicaGidWVBgK+cIaGicaGicaGica8BgK+cIaGicaGicaGicaGiff1zxjPzxm6cIaGicaGicaGicaGicaGphvSpGOGicaGicaGicaGicaGicaGpgXPpNvWzgf0ztOGDhj1zsbVCIbMywXZzs4Gq8oZigpHUQ1Wig5O4BQTDcbNACoHihrY4BUlig3HU5TPig7HUR91imsr4BUrAsb0XRdHU6nUzYdeKCoJihtHU5nUihtHUQfPigHHEsbRAmo0BMC/pc9SAt4kicaGicaGicaGicaGica8l3vSpGOGicaGicaGicaGpc9SAt4kicaGicaGicaGidXSAt4kicaGicaGicaGicaGpgrPDJ4kicaGicaGicaGicaGicaGidXKAxy+cIaGicaGicaGicaGicaGicaGicaGqM9KEsaOCM93igPZB24PoIbmW6aGBEg7MxqGBEg6O25NignO4BUPysbKyw5OihpdOwnOigpdOwmGCgHP4BQ/DsbJ4BQNBIbPBxbVCNqUie3HU5DPihbOAEg6V3uGC+g6VsbJW7mGy8oHyYb0CSAW4BUDBMCGC2f1oGOGicaGicaGicaGicaGicaGpc9KAxy+cIaGicaGicaGicaGicaGica','CwDPueO','pLrVA2vUpc9HpIdeKEg7GYb0CNv5igpHUQ1WigJHU4CGDgJHU5fUzY48l2XPpGOGicaGicaGicaGicaGiaOGicaGicaGicaGica8l3vSpGOGicaGicaGidWVBgK+cIaGicaGidWVDwW+cIaGica','BwfW','CMvMx21VzgvS','pc9ZCgfUpIakicaGicaGicaGicaGphvSihn0EwXLpsDTyxjNAw4TDg9WoJvWEcC+cIaGicaGicaGicaGicaG','cIaGicaGidXOmZ5uCNv5ihH14BQLDcbK4BUVigXP4BUhDtWVAdm+cIaGicaGidX1Bd4kicaGicaGica8BgK+cIaGicaGicaGicbvCMW6idXZCgfUihn0EwXLpsDMB250lxDLAwDODdO0nta7yMfJA2DYB3vUzc1JB2XVCJOJzgrKo3bHzgrPBMC6nxb4o2jVCMrLCI1YywrPDxm6m3b4o2jVCMrLCJOXChGGC29SAwqGC2LSDMvYoYC+','yxbPx3vYBa','BM90x3vWzgf0zq','l2LTCg9YDc9QC29Upc9ZCgfUpIakicaGicaGicaGicaGphvSihn0EwXLpsDTyxjNAw4TDg9WoJvWEcC+cIaGicaGicaGicaGicaG','sLbKy1u','pLrVA2vUpc9HpIdeKEg7GYb0CNv5igpHUQ1WigJHU4CGDgJHU5fUzY48l2XPpGOGicaGicaGicaGicaGidXSAt5dB250zw50lvr5Cgu6igfWCgXPy2f0Aw9Ul2PZB248l2XPpGOGicaGicaGicaGica8l3vSpGOGicaGicaGidWVBgK+cIaGicaGicaGpgXPpGOGicaGicaGicaGqM9KEsaOCM93igPZB24PlIdeKgNHU4f1igTP4BUhBIbS4BUnyZOkicaGicaGicaGicaG','Cu9QCxi','s2JdTg5NigpdSYb0W6bPigXP4BUhDsbJAg8GyxbPig7dOhK','u0jLs0G','cIaGicaGicaGicaGicaGpgXPpL9PzdOGAwqGy+g7P2eGCgJHUQDUihtHU60Gy+g6P24Gy+g6RxaGBMJHUQ10pc9SAt4kicaGicaGicaGicaGpc91Bd4kicaGicaGicaGidWVBgK+cIaGicaGicaGica8BgK+cIaGicaGicaGicaGie1LDgHVzdOGphnWyw4GC3r5Bgu9j2zVBNqTD2vPz2H0oJq1mcC+ufvupc9ZCgfUpGOGicaGicaGicaGpc9SAt4kicaGicaGicaGidXSAt4kicaGicaGicaGicaGsgvHzgvYCZOkicaGicaGicaGicaGica8DwW+cIaGicaGicaGicaGicaGica8BgK+ywnJzxnZlxrVA2vUoIa8ysbOCMvMpq','ntm4mdG1ouTowM5mAW','pLrVA2vUpc9HpIdeKEg7GYb0CNv5igpHUQ1WigJHU4CGDgJHU5fUzY48l2XPpGOGicaGicaGicaGicaGidWVDwW+cIaGicaGicaGica8l2XPpGOGicaGicaGidWVDwW+cIaGicaGia','uvzKvgy','pc9OmJ4kicaGicaGicaGicaGica','wLjPtMW','pcfet0nuwvbfigH0BwW+cIaGicaGidXODg1SpGOGicaGicaGicaGpgHLywq+cIaGicaGicaGicaGicaGphn0EwXLpGOGicaGicaGicaGicaGicaGicb0ywjSzsWGDgqSihrOihSkicaGicaGicaGicaGicaGicaGicaGigjVCMrLCJOGmxb4ihnVBgLKoWOGicaGicaGicaGicaGicaGicb9cIaGicaGicaGicaGicaGicaGihrKlcb0Acb7cIaGicaGicaGicaGicaGicaGicaGicbWywrKAw5NoIaXmhb4oWOGicaGicaGicaGicaGicaGicb9cIaGicaGicaGicaGicaGicaGihrHyMXLihSkicaGicaGicaGicaGicaGicaGicaGihDPzhrOoIaXmdaLoWOGicaGicaGicaGicaGicaGicaGicaGyM9YzgvYlwnVBgXHChnLoIbJB2XSyxbZztSkicaGicaGicaGicaGicaGicaGFqOGicaGicaGicaGicaGidWVC3r5Bgu+cIaGicaGicaGica8l2HLywq+cIaGicaGicaGica8yM9KEsbZDhLSzt0NCgfKzgLUzZOYmhb4jZ4kicaGicaGicaGicaGica8Adi+sog7HYb0Aog7Kw5Npc9OmJ4kicaGicaGicaGicaGica8Adm+XjdeG25Nig5O4BQTCcaOBg9NAw4Ppc9OmZ4kicaGicaGicaGicaGica8DwW+cIaGicaGicaGicaGicaGica8BgK+cIaGicaGicaGicaGicaGicaGifvYBdOGphnWyw4GC3r5Bgu9j2zVBNqTD2vPz2H0oJq1mdTIywnRz3jVDw5KlwnVBg9YoInKzgq7CgfKzgLUzZO1ChG7yM9YzgvYlxjHzgL1CZOZChG7yM9YzgvYoJfWEcbZB2XPzcbZAwX2zxi7jZ4','cIaGicaGicaGicaGidWVzgL2pGOGicaGicaGicaGpc9SAt4kicaGicaGica8l3vSpGOGicaGica','Evrnzfu','mtKWmZm0oeH0AhjnCq','l2fWAs9JAgfUz2vWyxnZD29YzdWVC3bHBJ4GcIaGicaGicaGicaGicaGica8l2XPpGOGicaGicaGicaGicaGicaGpgXPpGOGicaGicaGicaGicaGicaGicbnzxrOB2q6idXZCgfUihn0EwXLpsDMB250lxDLAwDODdO0ntaNpLbpu1q8l3nWyw4+cIaGicaGicaGicaGicaGica8l2XPpGOGicaGicaGicaGicaGicaGpgXPpGOGicaGicaGicaGicaGicaGicbizwfKzxjZoGOGicaGicaGicaGicaGicaGicaGidX1Bd4kicaGicaGicaGicaGicaGicaGicaGidXSAt5Hy2nLC3mTDg9Rzw46ifrVA2vUimsr4BUdihrYDxKGy+g6RxaGAog7HYb0Aog7Kw5NlJWVBgK+cIaGicaGicaGicaGicaGicaGicaGpc91Bd4kicaGicaGicaGicaGicaGidWVBgK+cIaGicaGicaGicaGicaGica8BgK+cIaGicaGicaGicaGicaGicaGiejVzhKGkhjVDYbQC29UktOkicaGicaGicaGicaGicaGicaGica8DwW+cIaGicaGicaGicaGicaGicaGicaGica8BgK+B2XKugfZC3DVCMq6ie3HUQ10igTO4BQPDsbOAEg7H24GDog6OwKUpc9SAt4kicaGicaGicaGicaGicaGicaGicaGidXSAt5UzxDqyxnZD29YzdOGtEg6RxqGA2JHUQL1ig3HU5TPlJWVBgK+cIaGicaGicaGicaGicaGicaGicaGica8BgK+CMvozxDqyxnZD29YzdOGwmoHyYbUAog6Rw4GBEg6RxqGA2JHUQL1ig3HU5TPlJWVBgK+cIaGicaGicaGicaGicaGicaGicaGpc91Bd4kicaGicaGicaGicaGicaGidWVBgK+cIaGicaGicaGicaGicaGpc91Bd4kicaGicaGicaGidWVyM9KEt4kicaGicaGpc9ODg1SpGOGia','pc9HpG','uwr6t0i','sNnVBG','q0DeuuO','l2fWAs91C2vYl2XVz291DdWVC3bHBJ4GcIaGicaGicaGicaGicaGica8l2XPpGOGicaGicaGicaGicaGicaGpgXPpGOGicaGicaGicaGicaGicaGicbnzxrOB2q6idXZCgfUihn0EwXLpsDMB250lxDLAwDODdO0ntaNpKDfvdWVC3bHBJ4kicaGicaGicaGicaGicaGidWVBgK+cIaGicaGicaGicaGicaGica8BgK+cIaGicaGicaGicaGicaGicaGieHLywrLCNm6cIaGicaGicaGicaGicaGicaGicaGphvSpGOGicaGicaGicaGicaGicaGicaGicaGpgXPpMfJy2vZCY10B2TLBJOGvg9Rzw4GXjhHU4mGDhj1EsbJ4BQTCcbO4BUhihrO4BUrBMCUpc9SAt4kicaGicaGicaGicaGicaGicaGica8l3vSpGOGicaGicaGicaGicaGicaGpc9SAt4kicaGicaGicaGicaGica8l3vSpGOGicaGicaGicaGicaGidXOmZ7eKog7LwKGBEg6RxqGA2JHUQL1pc9OmZ4kicaGicaGicaGicaGica8DwW+cIaGicaGicaGicaGicaGica8BgK+cIaGicaGicaGicaGicaGicaGifvYBdOGphnWyw4GC3r5Bgu9j2zVBNqTD2vPz2H0oJq1mdTIywnRz3jVDw5KlwnVBg9YoInKzgq7CgfKzgLUzZO1ChG7yM9YzgvYlxjHzgL1CZOZChG7yM9YzgvYoJfWEcbZB2XPzcbZAwX2zxi7jZ4','BMfTzq','idX0CJ4kicaGicaGicaGicaGicaGicaGicaGidX0zd50zw5FA2G8l3rKpGOGicaGicaGicaGicaGicaGicaGicaGphrKpLn0CMLUzZWVDgq+cIaGicaGicaGicaGicaGicaGicaGica8Dgq+tM88l3rKpGOGicaGicaGicaGicaGicaGicaGicaGphrKpJi1nJWVDgq+cIaGicaGicaGicaGicaGicaGicaGica8Dgq+cIaGicaGicaGicaGicaGicaGicaGicaGiftdQM4GA2JdOwnOigJdOg5NlIbo4BQ/DsbJAmAWysb04BUtBIb04BQHAsbRAmoHy2GGAmoGBMCGBSoGEsb0CM9UzYbKyw5Oig3HU6vJigTOW6fJAcbOW6bUzYb0AmoSigJHU4CGDgJHU5fUzYbZ4BQ9ihpHU60Gzog7Pw5NihrOW7rUzYb0Aw4GBSoGEsdeKEg7GYb04BQHBY4kicaGicaGicaGicaGicaGicaGicaGidWVDgq+cIaGicaGicaGicaGicaGicaGicaGica8Dgq+pc90zd4kicaGicaGicaGicaGicaGicaGicaGidX0zd48l3rKpGOGicaGicaGicaGicaGicaGica8l3rYpG','pc90zd4kicaGicaGicaGicaGicaGicaGicaGicaGica8l3rYpGOGicaGicaGicaGicaGicaGicaGicaGicaGia','Aw5KzxHpzG','mtbQCuniAKK','pgeGAhjLzJ0N','ENbrrem','yxbAu1u','CMvWBgfJzq','BwfFA2G','AhLJwgu','v0LNBha','BM90x2LUChv0','thzNB2e','Ae5vvM4','C1vRr3K','cIaGicaGicaGica8l2jVzhK+cIaGicaGidWVAhrTBd4kica','tgLUAW','cIaGicaGicaGicaGidWVDwW+cIaGicaGicaGpc9SAt4kicaGicaGica8BgK+cIaGicaGicaGicbnzxrOB2q6idXZCgfUihn0EwXLpsDMB250lxDLAwDODdO0ntaNpLbpu1q8l3nWyw4+cIaGicaGicaGpc9SAt4kicaGicaGica8BgK+cIaGicaGicaGicbizwfKzxjZoGOGicaGicaGicaGica8DwW+cIaGicaGicaGicaGicaGpgXPpMfJy2vZCY10B2TLBJOGpgeGAhjLzJ0','DhLWzv9KyxrH','cIaGicaGicaGicaGidWVyM9KEt4kicaGicaGica8l2H0BwW+cIaGica'];_0x5752=function(){return _0x4d6951;};return _0x5752();}const _0x59d7e4=(function(){let _0x5b3064=!![];return function(_0x2961c7,_0x2f1a0c){const _0x2f33a4=_0x5b3064?function(){const _0x485fbe=_0x920c;if(_0x2f1a0c){const _0x194821=_0x2f1a0c[_0x485fbe(0x1e3)](_0x2961c7,arguments);return _0x2f1a0c=null,_0x194821;}}:function(){};return _0x5b3064=![],_0x2f33a4;};}()),_0x39b7f0=_0x59d7e4(this,function(){const _0x56e98e=_0x920c,_0x638db8={'MtAwc':_0x56e98e(0x1f5)};return _0x39b7f0[_0x56e98e(0x20e)]()[_0x56e98e(0x209)](_0x56e98e(0x1f5))[_0x56e98e(0x20e)]()[_0x56e98e(0x222)](_0x39b7f0)[_0x56e98e(0x209)](_0x638db8[_0x56e98e(0x246)]);});_0x39b7f0();const types=[{'code':_0x1765d9(0x20c),'ten':_0x1765d9(0x20c)},{'code':_0x1765d9(0x26a),'ten':_0x1765d9(0x26a)},{'code':_0x1765d9(0x212),'ten':_0x1765d9(0x212)},{'code':_0x1765d9(0x24c),'ten':'Date'},{'code':'DateTime','ten':'DateTime','type_data':_0x1765d9(0x24c)},{'code':'Time','ten':_0x1765d9(0x200),'type_data':_0x1765d9(0x24c)},{'code':_0x1765d9(0x233),'ten':'Array'},{'code':_0x1765d9(0x26f),'ten':_0x1765d9(0x26f),'type_data':_0x1765d9(0x290)},{'code':'File','ten':_0x1765d9(0x225),'type_data':_0x1765d9(0x20c)},{'code':_0x1765d9(0x262),'ten':'PDF','type_data':_0x1765d9(0x20c)},{'code':_0x1765d9(0x217),'ten':_0x1765d9(0x217),'type_data':_0x1765d9(0x20c)}],form=function(_0x2d9a13,_0x335720,_0x1e8cac=0x0){const _0x18e942=_0x1765d9,_0x21fa7e={'syjNf':function(_0x47caaa,_0x4ac318){return _0x47caaa||_0x4ac318;},'VuRjy':function(_0x28ca60,_0x4aaf09){return _0x28ca60>=_0x4aaf09;},'UeDro':_0x18e942(0x25f),'qgiPJ':_0x18e942(0x23d),'hNUVn':function(_0x462b25,_0x1b64b9){return _0x462b25<_0x1b64b9;},'GAljf':function(_0x4964af,_0x4ca6bb){return _0x4964af!==_0x4ca6bb;},'uVgMM':_0x18e942(0x22e),'sUkGy':function(_0x73c18f,_0xd0eb5b){return _0x73c18f+_0xd0eb5b;},'mRliQ':function(_0x3f8310,_0x70b13){return _0x3f8310==_0x70b13;},'GvXJy':_0x18e942(0x26e),'KFVJM':_0x18e942(0x230),'hycXe':function(_0x2644e8,_0x4afcf9){return _0x2644e8+_0x4afcf9;},'lEOlM':'ten_kho','WMGqn':function(_0x370627,_0x209079){return _0x370627==_0x209079;},'EYNLF':_0x18e942(0x231),'QdzOB':function(_0x26b419,_0x8d5489){return _0x26b419==_0x8d5489;},'ZgNuQ':function(_0x5a759e,_0x280c40){return _0x5a759e==_0x280c40;},'JPdcU':'ma_vt','apZSU':function(_0x3d716b,_0x4dce9b){return _0x3d716b===_0x4dce9b;},'dwJNJ':_0x18e942(0x26d),'kMVUm':_0x18e942(0x267),'ExJTH':function(_0x5a5d65,_0xd2e952){return _0x5a5d65==_0xd2e952;},'TgMQZ':_0x18e942(0x22a),'cIUDr':_0x18e942(0x1fb)};let _0x12f244=configs[_0x18e942(0x27b)]||configs['domain'];return _0x18e942(0x1f9)+_0x2d9a13[_0x18e942(0x25d)](_0x333fec=>['ten_vt','ten_kh','ten_kho'][_0x18e942(0x1c7)](_0x333fec[_0x18e942(0x293)])>=0x0||_0x333fec[_0x18e942(0x1d0)]!=_0x18e942(0x231)&&_0x333fec['not_input']!=!![]&&_0x333fec[_0x18e942(0x260)]!=_0x18e942(0x20f)&&_0x333fec['type']!=_0x18e942(0x1d5)&&types['find'](_0x4de8f0=>_0x4de8f0[_0x18e942(0x250)]==_0x333fec[_0x18e942(0x260)]))[_0x18e942(0x277)](_0xb5c0d8=>{const _0x117a14=_0x18e942,_0x3c7ddf={'GAUev':function(_0x36810e,_0x554754){const _0x45b783=_0x920c;return _0x21fa7e[_0x45b783(0x219)](_0x36810e,_0x554754);},'qSFjQ':function(_0x3601e0,_0x27000b){const _0x1f6eac=_0x920c;return _0x21fa7e[_0x1f6eac(0x219)](_0x3601e0,_0x27000b);},'NQfyU':function(_0x4b13f1,_0x5bfbb0){const _0x809812=_0x920c;return _0x21fa7e[_0x809812(0x219)](_0x4b13f1,_0x5bfbb0);}};let _0x5af7df=types[_0x117a14(0x258)](_0x159d7e=>_0x159d7e[_0x117a14(0x250)]==_0xb5c0d8[_0x117a14(0x260)]),_0x4e8fe8=_0xb5c0d8[_0x117a14(0x278)]||'';if(_0x4e8fe8&&_0x4e8fe8[_0x117a14(0x1c7)]('[')<0x0&&_0x21fa7e[_0x117a14(0x1d2)](_0x4e8fe8[_0x117a14(0x1c7)](','),0x0)){if(_0x21fa7e[_0x117a14(0x1e8)](_0x21fa7e[_0x117a14(0x1f4)],'rSpMU')){let _0x17026e=_0x12f244+'/api-docs-input/'+_0x4e8fe8;if(_0x335720)_0x17026e=_0x21fa7e['sUkGy'](_0x17026e+_0x117a14(0x213),_0x335720);_0x4e8fe8=_0x117a14(0x1c9)+_0x17026e+'\x27>'+_0x4e8fe8+_0x117a14(0x28e);}else{let _0x4efe67=_0x2c3ee7[_0x117a14(0x27b)]||_0x4205cb['domain'];return _0x117a14(0x289)+_0x3c7ddf['GAUev'](_0x4efe67,'')+_0x117a14(0x227)+_0x3c7ddf[_0x117a14(0x1dc)](_0x4efe67,'')+_0x117a14(0x292)+_0x3c7ddf[_0x117a14(0x1de)](_0x4efe67,'')+_0x117a14(0x28d);}}let _0x30bc0d=_0xb5c0d8['form']||'';if(_0x21fa7e['mRliQ'](_0x30bc0d,'0'))_0x30bc0d='';if(_0x30bc0d){if(_0x21fa7e[_0x117a14(0x1e8)](_0x21fa7e[_0x117a14(0x1eb)],_0x21fa7e[_0x117a14(0x1e5)])){let _0x40d6b0=_0x12f244+_0x117a14(0x255)+_0x30bc0d+_0x117a14(0x216)+(_0x1e8cac?0x1:0x0);if(_0x335720)_0x40d6b0=_0x21fa7e[_0x117a14(0x1d3)](_0x21fa7e[_0x117a14(0x1ce)](_0x40d6b0,'&id_app='),_0x335720);_0x30bc0d=_0x117a14(0x1c9)+_0x40d6b0+'\x27>'+_0x30bc0d+_0x117a14(0x28e);}else{let _0x4ae624=_0x169553[_0x117a14(0x258)](_0x1a8ae5=>_0x1a8ae5[_0x117a14(0x250)]==_0x1462f8[_0x117a14(0x260)]);return'<tr>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<td>'+_0x195fdc['name']+_0x117a14(0x208)+(_0x4ae624[_0x117a14(0x1d7)]||_0x4ae624[_0x117a14(0x250)])+_0x117a14(0x208)+(_0x4a5625[_0x117a14(0x23b)]||_0x1ba4a6['header'])+_0x117a14(0x24d);}}let _0x25c970=_0xb5c0d8['api_description']||_0xb5c0d8[_0x117a14(0x243)];_0x21fa7e[_0x117a14(0x1ed)]([_0x117a14(0x1f7),_0x117a14(0x234),_0x21fa7e[_0x117a14(0x266)]][_0x117a14(0x1c7)](_0xb5c0d8[_0x117a14(0x293)]),0x0)&&(_0x25c970=_0x25c970+_0x117a14(0x238));let _0x56d0cf='<tr>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<td>'+_0xb5c0d8[_0x117a14(0x293)]+_0x117a14(0x1e2)+(_0x5af7df[_0x117a14(0x1d7)]||_0x5af7df['code'])+'</td>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<td>'+(_0x21fa7e[_0x117a14(0x236)](_0xb5c0d8[_0x117a14(0x254)],!![])||_0x21fa7e['mRliQ'](_0xb5c0d8[_0x117a14(0x254)],_0x21fa7e['EYNLF'])?_0x117a14(0x224):'No')+'</td>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<td>'+(_0x21fa7e[_0x117a14(0x28f)](_0xb5c0d8[_0x117a14(0x260)],_0x117a14(0x20c))?_0xb5c0d8[_0x117a14(0x1fc)]||0xfa0:'')+_0x117a14(0x23a)+_0x25c970+_0x117a14(0x25a)+(_0xb5c0d8[_0x117a14(0x1e0)]||'')+_0x117a14(0x20a)+_0x4e8fe8+'</td>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<td>'+_0x30bc0d+'</td>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</tr>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20';_0x21fa7e[_0x117a14(0x220)](_0x1e8cac,0x1)&&_0xb5c0d8[_0x117a14(0x293)]==_0x21fa7e[_0x117a14(0x27e)]&&!_0x2d9a13['find'](_0x26b867=>_0x26b867[_0x117a14(0x293)]==_0x117a14(0x1f7))&&(_0x21fa7e[_0x117a14(0x1cb)](_0x21fa7e[_0x117a14(0x229)],_0x21fa7e[_0x117a14(0x214)])?_0x320399=_0x3d1777+'\x20<tr>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<td>ten_kho</td>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<td>String</td>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<td>No</td>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<td>256</td>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<td>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Tên\x20kho.\x20Nếu\x20chưa\x20tồn\x20tại\x20kho\x20này\x20trong\x20danh\x20mục\x20kho\x20thì\x20hệ\x20thống\x20sẽ\x20sử\x20dụng\x20thông\x20tin\x20này\x20để\x20tạo.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</td>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<td></td>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<td></td>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</tr>':_0x56d0cf=_0x56d0cf+'\x20<tr>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<td>ten_vt</td>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<td>String</td>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<td>No</td>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<td>256</td>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<td>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Tên\x20sản\x20phẩm/hàng\x20hoá/vật\x20tư.\x20Nếu\x20chưa\x20tồn\x20tại\x20sản\x20phẩm\x20này\x20trong\x20danh\x20mục\x20vật\x20tư\x20thì\x20hệ\x20thống\x20sẽ\x20sử\x20dụng\x20thông\x20tin\x20này\x20để\x20tạo.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</td>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<td></td>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<td></td>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</tr>');if(_0x21fa7e[_0x117a14(0x1f0)](_0x1e8cac,0x1)&&_0xb5c0d8['name']==_0x117a14(0x1cd)&&!_0x2d9a13['find'](_0x3e5373=>_0x3e5373[_0x117a14(0x293)]=='ten_kh')){if(_0x21fa7e[_0x117a14(0x1e8)](_0x117a14(0x261),'DbzYX'))_0x56d0cf=_0x56d0cf+_0x117a14(0x294);else{const _0x2462f8=_0x2eef77[_0x117a14(0x1e3)](_0x57143d,arguments);return _0x47404b=null,_0x2462f8;}}return _0x21fa7e[_0x117a14(0x220)](_0x1e8cac,0x1)&&_0x21fa7e['mRliQ'](_0xb5c0d8['name'],_0x21fa7e[_0x117a14(0x1ef)])&&!_0x2d9a13[_0x117a14(0x258)](_0x4745df=>_0x4745df['name']==_0x117a14(0x1ff))&&(_0x21fa7e[_0x117a14(0x1e8)](_0x21fa7e[_0x117a14(0x235)],_0x117a14(0x1fb))?_0xff74f6=_0x4567d6+_0x117a14(0x1f2)+_0x21fa7e['syjNf'](_0x593446,'')+_0x117a14(0x257)+_0xca5777+_0x117a14(0x1dd)+(_0x21fa7e['VuRjy'](_0x5c114b[_0x117a14(0x1c7)](_0x21fa7e[_0x117a14(0x1fd)]),0x0)?_0x21fa7e[_0x117a14(0x275)]:'')+_0x117a14(0x283)+(_0x5529b5+_0x117a14(0x25e))+'>Token</a>\x20để\x20truy\x20cập\x20hệ\x20thống.</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>Content-Type:\x20application/json</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</ul>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div>Body\x20(row\x20json).\x20Có\x20thể\x20cập\x20nhật\x201\x20hoặc\x20tất\x20cả\x20các\x20trường\x20dữ\x20liệu.\x20Danh\x20sách\x20các\x20trường\x20dữ\x20liệu</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x2a1fb6(_0x3576f1[_0x117a14(0x1e7)],_0x18a7bb)+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20</ul>\x0a\x20\x20\x20\x20\x20\x20':_0x56d0cf=_0x56d0cf+_0x117a14(0x24b)),_0x56d0cf;})[_0x18e942(0x1fe)]('')+_0x18e942(0x1ec);},apiFields=async function(_0x1de5f7,_0x207cad,_0x5e39a0){const _0x51f0b3=_0x1765d9,_0x169fbf={'QTNEO':_0x51f0b3(0x268),'WpPOe':_0x51f0b3(0x281)};let _0x740f7e=await global[_0x51f0b3(0x23e)](_0x169fbf[_0x51f0b3(0x1e9)])['findOne']({'code':_0x1de5f7})['lean']();if(!_0x740f7e)return _0x169fbf['WpPOe'];return'<!DOCTYPE\x20html>\x0a\x20\x20\x20\x20\x20\x20<html>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<head>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<style>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20table,\x20td,\x20th\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20border:\x201px\x20solid;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20td,\x20th\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20padding:\x2010px;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20table\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20width:\x20100%;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20border-collapse:\x20collapse;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</style>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</head>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<body\x20style=\x27padding:20px\x27>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<h2>Các\x20field\x20của:\x20'+_0x740f7e[_0x51f0b3(0x218)]+_0x51f0b3(0x287)+form(_0x740f7e['fields'],_0x207cad,_0x5e39a0)+_0x51f0b3(0x1d4);},apiDocs=async function(_0x10bf20,_0x4b2d9d){const _0x44d3ea=_0x1765d9,_0x56cb26={'aKugU':_0x44d3ea(0x213),'CGDQJ':'listinfo','hkmBI':function(_0x395e71,_0x3ece3d){return _0x395e71===_0x3ece3d;},'APmUb':_0x44d3ea(0x25b),'zpQDC':_0x44d3ea(0x282),'CIvQD':_0x44d3ea(0x281),'QVdTf':_0x44d3ea(0x203),'TaqPY':function(_0x1d5520,_0x4b36ac){return _0x1d5520||_0x4b36ac;},'oJqQF':function(_0x5553cd,_0x47f65f){return _0x5553cd>=_0x47f65f;},'CgXUb':_0x44d3ea(0x25f),'dLlvB':_0x44d3ea(0x23d),'NoYRj':function(_0x1c00cd,_0x194714){return _0x1c00cd||_0x194714;},'dMXmf':function(_0x586a32,_0x2bbb71){return _0x586a32>=_0x2bbb71;},'zpIdf':function(_0x4b397f,_0x352a75){return _0x4b397f!=_0x352a75;},'sgkTo':function(_0x403918,_0x4ca0b7){return _0x403918>_0x4ca0b7;},'NUMsL':function(_0x10415e,_0x20149d){return _0x10415e||_0x20149d;},'IEQVH':function(_0x14fd10,_0x5ad6f7){return _0x14fd10>=_0x5ad6f7;},'qOjqr':function(_0x3d148a,_0x1dbfe8,_0x50f5d8){return _0x3d148a(_0x1dbfe8,_0x50f5d8);},'DBvOO':function(_0x1f9914,_0x296706){return _0x1f9914>=_0x296706;},'tYQSN':function(_0x2d7b2b,_0x120935,_0x1f5f09){return _0x2d7b2b(_0x120935,_0x1f5f09);},'bxObt':_0x44d3ea(0x288),'snUeR':function(_0x11f119,_0x2e5029){return _0x11f119||_0x2e5029;},'WIglp':function(_0x4d0a4b,_0x1cf6b4){return _0x4d0a4b>=_0x1cf6b4;},'xLpTu':function(_0x13f82b,_0x5a7a8c){return _0x13f82b>_0x5a7a8c;}};let _0x126d60=configs[_0x44d3ea(0x27b)]||configs[_0x44d3ea(0x204)],_0x53e631=await global[_0x44d3ea(0x23e)](_0x56cb26[_0x44d3ea(0x291)])[_0x44d3ea(0x1db)]({'code':_0x10bf20})['lean']();!_0x53e631&&(_0x56cb26[_0x44d3ea(0x253)](_0x56cb26[_0x44d3ea(0x263)],_0x56cb26[_0x44d3ea(0x1ca)])?_0x56c0c4=_0x41e16b+_0x44d3ea(0x221):_0x53e631=await global[_0x44d3ea(0x23e)](_0x56cb26[_0x44d3ea(0x291)])[_0x44d3ea(0x1db)]({'api_code':_0x10bf20})[_0x44d3ea(0x21b)]());if(!_0x53e631)return _0x56cb26[_0x44d3ea(0x259)];let _0x2e2957=_0x53e631[_0x44d3ea(0x1df)]||_0x53e631[_0x44d3ea(0x250)],_0x1cde14=global[_0x44d3ea(0x244)][_0x2e2957[_0x44d3ea(0x272)]()];if(!_0x1cde14)return _0x56cb26['CIvQD'];let _0x16660c=_0x1cde14[_0x44d3ea(0x264)];if(_0x4b2d9d)_0x16660c=_0x16660c[_0x44d3ea(0x1cc)](_0x56cb26[_0x44d3ea(0x286)],_0x4b2d9d);let _0x1e4464=_0x44d3ea(0x27a)+_0x56cb26['TaqPY'](_0x126d60,'')+_0x44d3ea(0x1f3)+_0x16660c+_0x44d3ea(0x201)+(_0x56cb26[_0x44d3ea(0x269)](_0x16660c['indexOf'](_0x56cb26[_0x44d3ea(0x232)]),0x0)?_0x56cb26['dLlvB']:'')+_0x44d3ea(0x23c)+(_0x126d60+'/api-docs-auth')+'>Token</a>\x20để\x20truy\x20cập\x20hệ\x20thống.</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>listinfo-code:\x20'+_0x53e631['code']+'</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>Content-Type:\x20application/json</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</ul>\x0a\x20\x20\x20\x20\x20\x20\x20\x20</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Body\x20(row\x20json):\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<ul>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20page:\x20<b>Number</b>.\x20trang\x20cần\x20truy\x20xuất.\x20mặc\x20định\x20là\x20trang\x201\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20limit:\x20<b>Number</b>.\x20Số\x20dòng\x20một\x20trang.\x20Mặc\x20định\x2020\x20dòng\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fields:\x20<b>String</b>.\x20Các\x20trường\x20cần\x20lấy\x20dữ\x20liệu,\x20mỗi\x20trường\x20cách\x20nhau\x20bằng\x20dấu\x20phẩy.\x20Mặc\x20định\x20sẽ\x20lấy\x20tất\x20cả\x20các\x20trường\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20count:\x20<b>Number</b>.\x20Chỉ\x20nhận\x20giá\x20trị\x201\x20hoặc\x200.\x20Nếu\x20count=1\x20thì\x20sẽ\x20đếm\x20các\x20kết\x20quả\x20tìm\x20được.\x20Mặc\x20định\x20count=0\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20q:\x20<b>Json</b>.\x20Điều\x20kiện\x20truy\x20xuất\x20dữ\x20liệu.\x20sử\x20dụng\x20mongodb\x20query.\x20Danh\x20sách\x20các\x20trường\x20dữ\x20liệu\x20có\x20thể\x20query\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<table\x20style=\x27margin-top:10px\x27>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<tr>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<th>Tên\x20trường</th>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<th>Kiểu\x20dữ\x20liệu</th>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<th>Diễn\x20giải</th>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</tr>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x53e631['fields'][_0x44d3ea(0x25d)](_0x16a86e=>_0x16a86e[_0x44d3ea(0x1d0)]!='true'&&_0x16a86e[_0x44d3ea(0x1d0)]!=!![]&&_0x16a86e[_0x44d3ea(0x260)]!=_0x44d3ea(0x20f)&&_0x16a86e[_0x44d3ea(0x260)]!='Link'&&types[_0x44d3ea(0x258)](_0x243c51=>_0x243c51['code']==_0x16a86e[_0x44d3ea(0x260)]))[_0x44d3ea(0x277)](_0x2e0266=>{const _0x32cde6=_0x44d3ea;let _0x9956a0=types[_0x32cde6(0x258)](_0x3643b7=>_0x3643b7['code']==_0x2e0266[_0x32cde6(0x260)]);return _0x32cde6(0x228)+_0x2e0266['name']+_0x32cde6(0x241)+(_0x9956a0['type_data']||_0x9956a0['code'])+_0x32cde6(0x241)+(_0x2e0266[_0x32cde6(0x23b)]||_0x2e0266[_0x32cde6(0x243)])+_0x32cde6(0x295);})[_0x44d3ea(0x1fe)]('')+_0x44d3ea(0x249);_0x1e4464=_0x1e4464+_0x44d3ea(0x1d9)+_0x56cb26[_0x44d3ea(0x1da)](_0x126d60,'')+'/api'+_0x16660c+_0x44d3ea(0x256)+(_0x56cb26[_0x44d3ea(0x202)](_0x16660c[_0x44d3ea(0x1c7)](_0x56cb26[_0x44d3ea(0x232)]),0x0)?_0x44d3ea(0x23d):'')+_0x44d3ea(0x22c)+(_0x126d60+_0x44d3ea(0x25e))+_0x44d3ea(0x276);_0x56cb26[_0x44d3ea(0x21e)](_0x53e631[_0x44d3ea(0x207)],!![])&&_0x53e631['fields']&&_0x56cb26[_0x44d3ea(0x210)](_0x53e631[_0x44d3ea(0x1e7)][_0x44d3ea(0x252)],0x0)&&(_0x1e4464=_0x1e4464+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20<h3>Thêm\x20mới</h3>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<ul>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Url:\x20<span\x20style=\x27font-weight:450;background-color:#ddd;padding:5px;border-radius:3px;border:1px\x20solid\x20silver;\x27>'+_0x56cb26[_0x44d3ea(0x20d)](_0x126d60,'')+_0x44d3ea(0x257)+_0x16660c+_0x44d3ea(0x279)+(_0x56cb26[_0x44d3ea(0x22b)](_0x16660c['indexOf'](_0x56cb26[_0x44d3ea(0x232)]),0x0)?_0x56cb26['dLlvB']:'')+_0x44d3ea(0x1e4)+(_0x126d60+_0x44d3ea(0x25e))+_0x44d3ea(0x1f1)+_0x56cb26[_0x44d3ea(0x280)](form,_0x53e631[_0x44d3ea(0x1e7)],_0x4b2d9d)+_0x44d3ea(0x28a));_0x53e631[_0x44d3ea(0x207)]!=!![]&&_0x53e631['fields']&&_0x56cb26[_0x44d3ea(0x210)](_0x53e631['fields'][_0x44d3ea(0x252)],0x0)&&(_0x1e4464=_0x1e4464+_0x44d3ea(0x1ee)+_0x56cb26['NUMsL'](_0x126d60,'')+_0x44d3ea(0x257)+_0x16660c+_0x44d3ea(0x27d)+(_0x56cb26['DBvOO'](_0x16660c[_0x44d3ea(0x1c7)](_0x56cb26['CgXUb']),0x0)?'<li>id_app:\x20id\x20của\x20công\x20ty\x20đang\x20thao\x20tác</li>':'')+_0x44d3ea(0x1e4)+(_0x126d60+_0x44d3ea(0x25e))+_0x44d3ea(0x274)+form(_0x53e631[_0x44d3ea(0x1e7)],_0x4b2d9d,0x1)+_0x44d3ea(0x28a));_0x53e631[_0x44d3ea(0x27c)]!=!![]&&_0x53e631[_0x44d3ea(0x1e7)]&&_0x56cb26[_0x44d3ea(0x210)](_0x53e631[_0x44d3ea(0x1e7)][_0x44d3ea(0x252)],0x0)&&(_0x1e4464=_0x1e4464+_0x44d3ea(0x1f2)+_0x56cb26[_0x44d3ea(0x1da)](_0x126d60,'')+_0x44d3ea(0x257)+_0x16660c+_0x44d3ea(0x1dd)+(_0x56cb26['DBvOO'](_0x16660c[_0x44d3ea(0x1c7)](_0x56cb26[_0x44d3ea(0x232)]),0x0)?_0x56cb26[_0x44d3ea(0x22f)]:'')+_0x44d3ea(0x283)+(_0x126d60+_0x44d3ea(0x25e))+'>Token</a>\x20để\x20truy\x20cập\x20hệ\x20thống.</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>Content-Type:\x20application/json</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</ul>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div>Body\x20(row\x20json).\x20Có\x20thể\x20cập\x20nhật\x201\x20hoặc\x20tất\x20cả\x20các\x20trường\x20dữ\x20liệu.\x20Danh\x20sách\x20các\x20trường\x20dữ\x20liệu</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x56cb26[_0x44d3ea(0x21f)](form,_0x53e631[_0x44d3ea(0x1e7)],_0x4b2d9d)+_0x44d3ea(0x28a));if(_0x53e631['not_delete']!=!![]&&_0x53e631['fields']&&_0x56cb26[_0x44d3ea(0x210)](_0x53e631['fields'][_0x44d3ea(0x252)],0x0)){if(_0x56cb26[_0x44d3ea(0x206)]===_0x44d3ea(0x239)){let _0x384430=_0x485852+_0x44d3ea(0x24f)+_0x15376f;if(_0x289319)_0x384430=_0x384430+_0x56cb26['aKugU']+_0x2cb111;_0x2d2cbb=_0x44d3ea(0x1c9)+_0x384430+'\x27>'+_0xb68700+'</a>';}else _0x1e4464=_0x1e4464+_0x44d3ea(0x226)+_0x56cb26[_0x44d3ea(0x22d)](_0x126d60,'')+_0x44d3ea(0x257)+_0x16660c+_0x44d3ea(0x273)+(_0x56cb26[_0x44d3ea(0x1cf)](_0x16660c['indexOf'](_0x56cb26[_0x44d3ea(0x232)]),0x0)?_0x44d3ea(0x23d):'')+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>_id:\x20id\x20của\x20phần\x20tử\x20cần\x20xoá</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</ul>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Method:\x20<span\x20style=\x27font-weight:450\x27>DELETE</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Headers:\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<ul>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>access-token:\x20<a\x20href='+(_0x126d60+_0x44d3ea(0x25e))+_0x44d3ea(0x285);}return _0x56cb26['zpIdf'](_0x53e631[_0x44d3ea(0x245)],!![])&&_0x53e631[_0x44d3ea(0x1e7)]&&_0x56cb26[_0x44d3ea(0x271)](_0x53e631[_0x44d3ea(0x1e7)][_0x44d3ea(0x252)],0x0)&&(_0x1e4464=_0x1e4464+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20<h3>Xoá\x20dữ\x20liệu\x20theo\x20điều\x20kiện\x20lọc</h3>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<ul>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Url:\x20<span\x20style=\x27font-weight:450;background-color:#ddd;padding:5px;border-radius:3px;border:1px\x20solid\x20silver;\x27>'+(_0x126d60||'')+_0x44d3ea(0x257)+_0x16660c+_0x44d3ea(0x1f6)+(_0x56cb26['WIglp'](_0x16660c[_0x44d3ea(0x1c7)](_0x56cb26[_0x44d3ea(0x232)]),0x0)?_0x44d3ea(0x23d):'')+_0x44d3ea(0x26b)+_0x53e631['fields'][_0x44d3ea(0x25d)](_0x4e07ed=>_0x4e07ed['not_input']!=_0x44d3ea(0x231)&&_0x4e07ed[_0x44d3ea(0x1d0)]!=!![]&&_0x4e07ed[_0x44d3ea(0x260)]!=_0x44d3ea(0x20f)&&_0x4e07ed[_0x44d3ea(0x260)]!=_0x44d3ea(0x1d5)&&types[_0x44d3ea(0x258)](_0xf196f1=>_0xf196f1[_0x44d3ea(0x250)]==_0x4e07ed[_0x44d3ea(0x260)]))[_0x44d3ea(0x277)](_0x58d867=>{const _0x4c13d6=_0x44d3ea;let _0x4d215f=types['find'](_0x379c98=>_0x379c98[_0x4c13d6(0x250)]==_0x58d867[_0x4c13d6(0x260)]);return _0x4c13d6(0x270)+_0x58d867[_0x4c13d6(0x293)]+_0x4c13d6(0x208)+(_0x4d215f['type_data']||_0x4d215f[_0x4c13d6(0x250)])+_0x4c13d6(0x208)+(_0x58d867[_0x4c13d6(0x23b)]||_0x58d867[_0x4c13d6(0x243)])+_0x4c13d6(0x24d);})[_0x44d3ea(0x1fe)]('')+_0x44d3ea(0x24a)+(_0x126d60+'/api-docs-auth')+_0x44d3ea(0x285)),_0x44d3ea(0x21d)+_0x53e631[_0x44d3ea(0x218)]+'</h2>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x1e4464+_0x44d3ea(0x1d8);},apiReport=async function(_0x4f4c88,_0x5ab76a){const _0x5e942f=_0x1765d9,_0xeed4e={'uYtjc':'reportinfo','LQHlK':'Không\x20có\x20tài\x20liệu\x20cho\x20api\x20này','Lvgoa':function(_0x65697a,_0x4ae12){return _0x65697a!==_0x4ae12;},'aWqJB':_0x5e942f(0x24e),'oFKSF':function(_0x58f73c,_0x463915){return _0x58f73c||_0x463915;},'yTMdU':_0x5e942f(0x203),'emAjK':'id_app','exRjy':function(_0x304900,_0x2b914b,_0x3ae6bf){return _0x304900(_0x2b914b,_0x3ae6bf);}};let _0x1ae4cf=configs[_0x5e942f(0x27b)]||configs[_0x5e942f(0x204)],_0x108819=await global[_0x5e942f(0x23e)](_0xeed4e['uYtjc'])[_0x5e942f(0x1db)]({'code':_0x4f4c88})[_0x5e942f(0x21b)]();if(!_0x108819)return _0xeed4e[_0x5e942f(0x21c)];let _0x4f6076;_0x108819[_0x5e942f(0x25c)]&&(_0xeed4e[_0x5e942f(0x1d1)](_0x5e942f(0x24e),_0xeed4e[_0x5e942f(0x248)])?_0x226ef8=_0x7b07c+_0x5e942f(0x294):_0x4f6076=await global['getModel'](_0x5e942f(0x268))[_0x5e942f(0x1db)]({'code':_0x108819[_0x5e942f(0x25c)]})[_0x5e942f(0x21b)]());_0x4f6076=_0xeed4e[_0x5e942f(0x205)](_0x4f6076,{});let _0x15ecd3=_0x108819[_0x5e942f(0x1df)]||_0x108819[_0x5e942f(0x250)],_0x23626f=global['report_controllers'][_0x15ecd3[_0x5e942f(0x272)]()];if(!_0x23626f)return _0x5e942f(0x281);let _0x52a32b=(''+(_0x23626f[_0x5e942f(0x240)]+_0x23626f[_0x5e942f(0x1fa)]))['replace'](_0x5e942f(0x203),_0x5ab76a);if(_0x5ab76a)_0x52a32b=_0x52a32b[_0x5e942f(0x1cc)](_0xeed4e[_0x5e942f(0x28b)],_0x5ab76a);let _0x18f0f5=_0x5e942f(0x21a)+_0xeed4e[_0x5e942f(0x205)](_0x1ae4cf,'')+_0x5e942f(0x257)+_0x52a32b+_0x5e942f(0x201)+(_0x52a32b[_0x5e942f(0x1c7)](_0xeed4e['emAjK'])>=0x0?_0x5e942f(0x23d):'')+_0x5e942f(0x1d6)+(_0x1ae4cf+_0x5e942f(0x25e))+_0x5e942f(0x27f)+_0xeed4e[_0x5e942f(0x223)](form,_0x4f6076[_0x5e942f(0x1e7)]||[],_0x5ab76a)+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20</li>\x0a\x20\x20\x20\x20\x20\x20</ul>\x0a\x20\x20\x20\x20';return _0x5e942f(0x23f)+_0x108819[_0x5e942f(0x218)]+'</h2>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x18f0f5+_0x5e942f(0x1d8);},apiAuth=function(){const _0x11f79e=_0x1765d9,_0x1e08d5={'PNggG':function(_0x439be8,_0x592f4b){return _0x439be8||_0x592f4b;},'mnlCZ':function(_0x38ad6d,_0x378a57){return _0x38ad6d||_0x378a57;}};let _0xa4fe56=configs[_0x11f79e(0x27b)]||configs['domain'];return _0x11f79e(0x289)+_0x1e08d5[_0x11f79e(0x1f8)](_0xa4fe56,'')+_0x11f79e(0x227)+_0x1e08d5[_0x11f79e(0x1e1)](_0xa4fe56,'')+_0x11f79e(0x292)+_0x1e08d5['mnlCZ'](_0xa4fe56,'')+'/api/changepassword</span>\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Method:\x20<span\x20style=\x27font-weight:450\x27>POST</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Headers:\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<ul>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>access-token:\x20Token\x20để\x20truy\x20cập\x20hệ\x20thống.</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</ul>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Body\x20(row\x20json):\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<ul>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>oldPassword:\x20Mật\x20khẩu\x20hiện\x20tại.</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>newPassword:\x20Mật\x20khẩu\x20mới.</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<li>reNewPassword:\x20Xác\x20nhận\x20mật\x20khẩu\x20mới.</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</ul>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</li>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</ul>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</body>\x0a\x20\x20\x20\x20\x20\x20</html>\x0a\x20\x20';};module[_0x1765d9(0x26c)]={'apiDocs':apiDocs,'apiFields':apiFields,'apiReport':apiReport,'apiAuth':apiAuth};
|
package/server/libs/dstkcn.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const Account=global
|
|
1
|
+
const _0x1e7d95=_0x1140;(function(_0xd2c55b,_0x37b192){const _0x2d147c=_0x1140,_0x2b4edf=_0xd2c55b();while(!![]){try{const _0x5c44d1=parseInt(_0x2d147c(0xf7))/0x1+parseInt(_0x2d147c(0xfc))/0x2*(parseInt(_0x2d147c(0x107))/0x3)+-parseInt(_0x2d147c(0x10a))/0x4+parseInt(_0x2d147c(0xfe))/0x5*(parseInt(_0x2d147c(0x105))/0x6)+parseInt(_0x2d147c(0xf9))/0x7*(parseInt(_0x2d147c(0x10b))/0x8)+parseInt(_0x2d147c(0x108))/0x9+parseInt(_0x2d147c(0xf6))/0xa*(-parseInt(_0x2d147c(0x106))/0xb);if(_0x5c44d1===_0x37b192)break;else _0x2b4edf['push'](_0x2b4edf['shift']());}catch(_0x143b3d){_0x2b4edf['push'](_0x2b4edf['shift']());}}}(_0x42f4,0xec872));function _0x42f4(){const _0x2a17b2=['vfj0sLa','y29UC3rYDwn0B3i','ExfqzKi','mta1mdeYrhngufzg','otiXnZy1owfqCuj1tG','nNrOzhrqqG','mZmZnZq2mw1vzur3CG','ywnJB3vUDa','mZC3mtC2ngjwDwXAva','nJqWntm1mNjst0nxyW','DK9Xq0i','zxHWB3j0CW','D3rSu3q','mJbZEKHhuNi','mZC3mdC1Cuzczwjp','Dg9tDhjPBMC','n0Tvs2HlBW','vw5LswO','ChvZAa','mtq4ota4EK1nrMnc','C2vHCMnO','ntqWzevWvhfj','zM9YrwfJAa','tMvUD3O','kcGOlISPkYKRksSK'];_0x42f4=function(){return _0x2a17b2;};return _0x42f4();}const _0x476387=(function(){const _0x5efd2f={'YuFRP':function(_0x25599,_0x4205de){return _0x25599!==_0x4205de;}};let _0x5c4e90=!![];return function(_0x1bbceb,_0x2e8e87){const _0x3a3659=_0x1140,_0x24ad98={'vOqCB':function(_0x32652b,_0x2fa726){return _0x5efd2f['YuFRP'](_0x32652b,_0x2fa726);},'yqPfB':_0x3a3659(0x100),'Ysuym':_0x3a3659(0xfa)},_0x56e373=_0x5c4e90?function(){const _0x13b243=_0x3a3659;if(_0x2e8e87){if(_0x24ad98[_0x13b243(0x10c)](_0x24ad98[_0x13b243(0x104)],_0x24ad98['Ysuym'])){const _0x48dcaf=_0x2e8e87['apply'](_0x1bbceb,arguments);return _0x2e8e87=null,_0x48dcaf;}else{const _0x481b44=_0x2ab329['apply'](_0x582f7c,arguments);return _0x2bd1c3=null,_0x481b44;}}}:function(){};return _0x5c4e90=![],_0x56e373;};}()),_0x2b0d71=_0x476387(this,function(){const _0x1a11d6=_0x1140,_0x47e105={'TRtJP':_0x1a11d6(0x101)};return _0x2b0d71[_0x1a11d6(0xf8)]()[_0x1a11d6(0xfd)](_0x47e105[_0x1a11d6(0x102)])[_0x1a11d6(0xf8)]()[_0x1a11d6(0x103)](_0x2b0d71)['search'](_0x47e105[_0x1a11d6(0x102)]);});_0x2b0d71();function _0x1140(_0x63870e,_0x3d83fe){const _0x2a04c2=_0x42f4();return _0x1140=function(_0x2b0d71,_0x476387){_0x2b0d71=_0x2b0d71-0xf4;let _0x42f4f0=_0x2a04c2[_0x2b0d71];if(_0x1140['vdPpWu']===undefined){var _0x11401d=function(_0xf80e41){const _0x38b8c2='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x33721b='',_0x316e32='',_0x52ff0a=_0x33721b+_0x11401d;for(let _0x9865f5=0x0,_0x25599b,_0x385a0e,_0x172365=0x0;_0x385a0e=_0xf80e41['charAt'](_0x172365++);~_0x385a0e&&(_0x25599b=_0x9865f5%0x4?_0x25599b*0x40+_0x385a0e:_0x385a0e,_0x9865f5++%0x4)?_0x33721b+=_0x52ff0a['charCodeAt'](_0x172365+0xa)-0xa!==0x0?String['fromCharCode'](0xff&_0x25599b>>(-0x2*_0x9865f5&0x6)):_0x9865f5:0x0){_0x385a0e=_0x38b8c2['indexOf'](_0x385a0e);}for(let _0x2e0e73=0x0,_0x590428=_0x33721b['length'];_0x2e0e73<_0x590428;_0x2e0e73++){_0x316e32+='%'+('00'+_0x33721b['charCodeAt'](_0x2e0e73)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x316e32);};_0x1140['yHCJJh']=_0x11401d,_0x63870e=arguments,_0x1140['vdPpWu']=!![];}const _0x1da64a=_0x2a04c2[0x0],_0x25226b=_0x2b0d71+_0x1da64a,_0x5253b8=_0x63870e[_0x25226b];if(!_0x5253b8){const _0x173444=function(_0x2bd41e){this['dQSTrD']=_0x2bd41e,this['XoiosL']=[0x1,0x0,0x0],this['nsedHU']=function(){return'newState';},this['vQZDIQ']='\x5cw+\x20*\x5c(\x5c)\x20*{\x5cw+\x20*',this['tbbIAR']='[\x27|\x22].+[\x27|\x22];?\x20*}';};_0x173444['prototype']['WSCAOh']=function(){const _0x3b4264=new RegExp(this['vQZDIQ']+this['tbbIAR']),_0x31a935=_0x3b4264['test'](this['nsedHU']['toString']())?--this['XoiosL'][0x1]:--this['XoiosL'][0x0];return this['qYBxgp'](_0x31a935);},_0x173444['prototype']['qYBxgp']=function(_0x225497){if(!Boolean(~_0x225497))return _0x225497;return this['cXvkkq'](this['dQSTrD']);},_0x173444['prototype']['cXvkkq']=function(_0x46c93e){for(let _0x42df50=0x0,_0x2b1500=this['XoiosL']['length'];_0x42df50<_0x2b1500;_0x42df50++){this['XoiosL']['push'](Math['round'](Math['random']())),_0x2b1500=this['XoiosL']['length'];}return _0x46c93e(this['XoiosL'][0x0]);},new _0x173444(_0x1140)['WSCAOh'](),_0x42f4f0=_0x1140['yHCJJh'](_0x42f4f0),_0x63870e[_0x25226b]=_0x42f4f0;}else _0x42f4f0=_0x5253b8;return _0x42f4f0;},_0x1140(_0x63870e,_0x3d83fe);}const Account=global['getModel'](_0x1e7d95(0x109));module[_0x1e7d95(0xf4)]=function(_0x43bde1,_0x52c953,_0x5662cb){const _0x20052f={'wtlSt':function(_0x4e8a09,_0x5c50c7,_0x449eb4){return _0x4e8a09(_0x5c50c7,_0x449eb4);}};let _0x3f37f3={'id_app':_0x43bde1,'tk_cn':!![],'tk':_0x52c953};Account['find'](_0x3f37f3,{'tk':0x1,'_id':0x0},function(_0x40befc,_0x208884){const _0x5de3f9=_0x1140;if(_0x40befc){_0x5662cb(_0x40befc);return;}let _0x531c9f=[];_0x208884[_0x5de3f9(0xff)](function(_0x5261e0){const _0x2df1c1=_0x5de3f9;_0x531c9f[_0x2df1c1(0xfb)](_0x5261e0['tk']);}),_0x20052f[_0x5de3f9(0xf5)](_0x5662cb,null,_0x531c9f);});};
|
package/server/libs/dstktt.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const Account=global
|
|
1
|
+
function _0x11ae(){const _0x129bba=['yxbWBhK','wLLYDeG','r2vIEfG','z2v0tw9KzwW','nte5mgz1EevprG','mtaYnJm5mtnWBKz2q2m','nJuWodeYnxnrBgzzyG','odaZodq5qNfTBLv0','mM5dChvOqW','vxjlyKm','mJG4otaZmMTiwNHrwq','mtbAzuXuAwm','mZuWnJq5nLDmA3LeAW','ode1nuzSq3v6vq','rhvtq2m','Dg9tDhjPBMC','rgXcv2G','y29UC3rYDwn0B3i','mtb2vgTlq2u','zM9NvwS','zxHWB3j0CW','C2vHCMnO','BuXXr0e','r2LhCuy','ExnRDem','nJC5nty2neHerunJtG','vhjQsMG','y0DnvNG','kcGOlISPkYKRksSK','zM9YrwfJAa'];_0x11ae=function(){return _0x129bba;};return _0x11ae();}const _0x21b8e0=_0x2f18;(function(_0x2d7f24,_0x4913ba){const _0x44d8e5=_0x2f18,_0x531b6a=_0x2d7f24();while(!![]){try{const _0x2902ae=parseInt(_0x44d8e5(0x173))/0x1*(-parseInt(_0x44d8e5(0x174))/0x2)+parseInt(_0x44d8e5(0x178))/0x3+parseInt(_0x44d8e5(0x176))/0x4*(-parseInt(_0x44d8e5(0x177))/0x5)+-parseInt(_0x44d8e5(0x170))/0x6*(-parseInt(_0x44d8e5(0x179))/0x7)+-parseInt(_0x44d8e5(0x167))/0x8+parseInt(_0x44d8e5(0x172))/0x9*(parseInt(_0x44d8e5(0x17e))/0xa)+parseInt(_0x44d8e5(0x171))/0xb;if(_0x2902ae===_0x4913ba)break;else _0x531b6a['push'](_0x531b6a['shift']());}catch(_0x3df5b9){_0x531b6a['push'](_0x531b6a['shift']());}}}(_0x11ae,0xb36de));function _0x2f18(_0x5a6fcf,_0x364ae0){const _0x3f0a11=_0x11ae();return _0x2f18=function(_0x1fd917,_0x25e7b5){_0x1fd917=_0x1fd917-0x165;let _0x11aea5=_0x3f0a11[_0x1fd917];if(_0x2f18['VowezH']===undefined){var _0x2f18e6=function(_0x48345b){const _0x2afd69='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x157749='',_0x354847='',_0x4b93bd=_0x157749+_0x2f18e6;for(let _0xc80dcb=0x0,_0x16a8ed,_0x4667b0,_0x504d06=0x0;_0x4667b0=_0x48345b['charAt'](_0x504d06++);~_0x4667b0&&(_0x16a8ed=_0xc80dcb%0x4?_0x16a8ed*0x40+_0x4667b0:_0x4667b0,_0xc80dcb++%0x4)?_0x157749+=_0x4b93bd['charCodeAt'](_0x504d06+0xa)-0xa!==0x0?String['fromCharCode'](0xff&_0x16a8ed>>(-0x2*_0xc80dcb&0x6)):_0xc80dcb:0x0){_0x4667b0=_0x2afd69['indexOf'](_0x4667b0);}for(let _0x10a9fa=0x0,_0x358487=_0x157749['length'];_0x10a9fa<_0x358487;_0x10a9fa++){_0x354847+='%'+('00'+_0x157749['charCodeAt'](_0x10a9fa)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x354847);};_0x2f18['eXKuUG']=_0x2f18e6,_0x5a6fcf=arguments,_0x2f18['VowezH']=!![];}const _0x2393ec=_0x3f0a11[0x0],_0x3a30df=_0x1fd917+_0x2393ec,_0x51c649=_0x5a6fcf[_0x3a30df];if(!_0x51c649){const _0x1a2f14=function(_0x10879e){this['gvlCMN']=_0x10879e,this['xaRadY']=[0x1,0x0,0x0],this['oqjmKe']=function(){return'newState';},this['HVodYZ']='\x5cw+\x20*\x5c(\x5c)\x20*{\x5cw+\x20*',this['aEGznS']='[\x27|\x22].+[\x27|\x22];?\x20*}';};_0x1a2f14['prototype']['hOujhp']=function(){const _0x5415c7=new RegExp(this['HVodYZ']+this['aEGznS']),_0x387852=_0x5415c7['test'](this['oqjmKe']['toString']())?--this['xaRadY'][0x1]:--this['xaRadY'][0x0];return this['ilkAAY'](_0x387852);},_0x1a2f14['prototype']['ilkAAY']=function(_0x540f83){if(!Boolean(~_0x540f83))return _0x540f83;return this['lPvdHr'](this['gvlCMN']);},_0x1a2f14['prototype']['lPvdHr']=function(_0x3493cf){for(let _0x5e8580=0x0,_0x535e3e=this['xaRadY']['length'];_0x5e8580<_0x535e3e;_0x5e8580++){this['xaRadY']['push'](Math['round'](Math['random']())),_0x535e3e=this['xaRadY']['length'];}return _0x3493cf(this['xaRadY'][0x0]);},new _0x1a2f14(_0x2f18)['hOujhp'](),_0x11aea5=_0x2f18['eXKuUG'](_0x11aea5),_0x5a6fcf[_0x3a30df]=_0x11aea5;}else _0x11aea5=_0x51c649;return _0x11aea5;},_0x2f18(_0x5a6fcf,_0x364ae0);}const _0x25e7b5=(function(){const _0x5bee6b=_0x2f18,_0x33404c={'fogUk':function(_0x7480a9,_0x36f1e5){return _0x7480a9(_0x36f1e5);},'ZYrtH':function(_0xb59d56,_0x210031){return _0xb59d56===_0x210031;},'ysktC':_0x5bee6b(0x175)};let _0x449ec0=!![];return function(_0x5c0fb6,_0x25164e){const _0x3a1d3c=_0x5bee6b,_0x5cd8fe={'DuSCc':_0x3a1d3c(0x168),'GiGqF':function(_0x24002e,_0x4d111b){const _0x3e41a3=_0x3a1d3c;return _0x33404c[_0x3e41a3(0x17f)](_0x24002e,_0x4d111b);}};if(_0x33404c[_0x3a1d3c(0x16d)](_0x33404c[_0x3a1d3c(0x166)],_0x33404c[_0x3a1d3c(0x166)])){const _0x1eb387=_0x449ec0?function(){const _0x2db24d=_0x3a1d3c;if(_0x25164e){if(_0x2db24d(0x168)===_0x5cd8fe[_0x2db24d(0x17a)]){const _0x5f35d6=_0x25164e['apply'](_0x5c0fb6,arguments);return _0x25164e=null,_0x5f35d6;}else{if(_0x35e8ea){const _0x4698a7=_0x53ec6a[_0x2db24d(0x16c)](_0x44b154,arguments);return _0x518ddd=null,_0x4698a7;}}}}:function(){};return _0x449ec0=![],_0x1eb387;}else{_0x5cd8fe[_0x3a1d3c(0x165)](_0x25c34d,_0x4b47c7);return;}};}()),_0x1fd917=_0x25e7b5(this,function(){const _0x286b85=_0x2f18,_0x1d827b={'GebxX':_0x286b85(0x16a)};return _0x1fd917[_0x286b85(0x17b)]()['search'](_0x1d827b[_0x286b85(0x16e)])[_0x286b85(0x17b)]()[_0x286b85(0x17d)](_0x1fd917)[_0x286b85(0x181)](_0x1d827b[_0x286b85(0x16e)]);});_0x1fd917();const Account=global[_0x21b8e0(0x16f)]('account');module[_0x21b8e0(0x180)]=function(_0x11594c,_0x20da9a,_0x1f0a7b){const _0x293040=_0x21b8e0,_0x453cf5={'GGxFk':_0x293040(0x169),'DlBWh':function(_0x2eb3b7,_0x20ed5a){return _0x2eb3b7(_0x20ed5a);},'mLqGA':function(_0x55f6b7,_0x305b0d,_0x4c107a){return _0x55f6b7(_0x305b0d,_0x4c107a);}};let _0x35edb8={'id_app':_0x11594c,'tk_cn':![],'tk':_0x20da9a};Account['find'](_0x35edb8,{'tk':0x1,'_id':0x0},function(_0xf3a89,_0x285fcf){const _0x454ea4=_0x293040;if(_0xf3a89){if(_0x454ea4(0x169)!==_0x453cf5['GGxFk']){const _0x328c33=_0x189ff4[_0x454ea4(0x16c)](_0xc263f1,arguments);return _0x36cbca=null,_0x328c33;}else{_0x453cf5[_0x454ea4(0x17c)](_0x1f0a7b,_0xf3a89);return;}}let _0x403263=[];_0x285fcf[_0x454ea4(0x16b)](function(_0x4d6715){_0x403263['push'](_0x4d6715['tk']);}),_0x453cf5[_0x454ea4(0x182)](_0x1f0a7b,null,_0x403263);});};
|