From 8fdc98276da5f58e095aaac6a5a47cfc6f82e76b Mon Sep 17 00:00:00 2001 From: anna Date: Thu, 27 Jun 2024 14:24:09 +0800 Subject: [PATCH] fix bug --- src/utils/ApiPathConst.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/ApiPathConst.js b/src/utils/ApiPathConst.js index 5fb5032..5031f9f 100644 --- a/src/utils/ApiPathConst.js +++ b/src/utils/ApiPathConst.js @@ -44,6 +44,7 @@ export const GET_ORG_MARK_AS_CREDITOR = apiPath+'/org/mark-as-creditor'; export const GET_ORG_MARK_AS_NON_CREDITOR = apiPath+'/org/mark-as-non-creditor'; export const GET_SEND_TERMINATION_OF_CREDIT = apiPath+'/org/sendDn_terminationOfCredit'; export const GET_ORG_EXPORT = apiPath+'/org/export'; +export const GET_SEND_OVERDUE_CREDITOR_LIST = apiPath+'/org/sendDn_OverdueCreditorList';//POST //public export const GET_PUB_ORG_PATH = apiPath+'/org/pub';