@pisell/private-materials 6.1.1 → 6.2.2
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +8 -8
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +11 -11
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +11 -11
- package/es/businessModel/SalesModel/Sales/index.js +37 -4
- package/es/businessModel/SalesModel/index.d.ts +0 -1
- package/es/components/Sales/Cart/index.js +13 -4
- package/es/components/Sales/Cart/utils.d.ts +40 -0
- package/es/components/Sales/Cart/utils.js +171 -0
- package/es/components/Sales/Checkout/index.d.ts +4 -0
- package/es/components/Sales/Checkout/index.js +52 -8
- package/es/components/Sales/Checkout/serve.d.ts +13 -0
- package/es/components/Sales/Checkout/serve.js +16 -2
- package/es/components/Sales/Checkout/utils.d.ts +6 -1
- package/es/components/Sales/Checkout/utils.js +15 -4
- package/es/components/Sales/Customer/index.d.ts +1 -0
- package/es/components/Sales/Customer/index.js +1 -0
- package/es/components/Sales/Resource/index.js +2 -2
- package/es/components/Sales/Resource/serve.d.ts +7 -0
- package/es/components/Sales/Resource/serve.js +10 -0
- package/es/components/Sales/Summary/index.d.ts +10 -0
- package/es/components/Sales/Summary/index.js +17 -2
- package/es/components/Sales/Summary/serve.d.ts +1 -0
- package/es/components/Sales/Summary/serve.js +6 -0
- package/es/components/Sales/Summary/utils.d.ts +15 -0
- package/es/components/Sales/Summary/utils.js +43 -1
- package/es/components/appointmentBooking/components/Cart/Item/index.js +1 -0
- package/es/components/appointmentBooking/components/Content/index.js +15 -1
- package/es/components/appointmentBooking/components/Deposit/index.d.ts +6 -0
- package/es/components/appointmentBooking/components/Deposit/index.js +27 -7
- package/es/components/appointmentBooking/components/Form/index.js +1 -1
- package/es/components/appointmentBooking/components/Form/utils.d.ts +1 -1
- package/es/components/appointmentBooking/components/Form/utils.js +17 -15
- package/es/components/appointmentBooking/components/Header/index.js +2 -1
- package/es/components/appointmentBooking/components/Resource/index.js +1 -0
- package/es/components/appointmentBooking/deposit/components/PolicyModal/index.js +25 -20
- package/es/components/appointmentBooking/deposit/index.js +4 -2
- package/es/components/booking/components/TabProduct/index.d.ts +0 -1
- package/es/components/booking/components/footer/index.js +9 -33
- package/es/components/booking/components/footer/utils.d.ts +1 -0
- package/es/components/booking/components/footer/utils.js +47 -18
- package/es/components/booking/components/formItemChildrenWrap/index.d.ts +0 -1
- package/es/components/booking/components/reloadResourceModal/index.d.ts +8 -0
- package/es/components/{pay/toB/store/provider.js → booking/components/reloadResourceModal/index.js} +48 -52
- package/es/components/booking/components/reloadResourceModal/index.less +6 -0
- package/es/components/booking/components/voucher/index.js +2 -2
- package/es/components/booking/editBookingModal/index.d.ts +5 -0
- package/es/components/booking/editBookingModal/index.js +386 -0
- package/es/components/booking/editBookingModal/index.less +8 -0
- package/es/components/booking/editBookingModal/locales.d.ts +21 -0
- package/es/components/booking/editBookingModal/locales.js +20 -0
- package/es/components/booking/editBookingModal/mock.d.ts +807 -0
- package/es/components/booking/editBookingModal/mock.js +2993 -0
- package/es/components/booking/editBookingModal/serve.d.ts +51 -0
- package/es/components/booking/editBookingModal/serve.js +288 -0
- package/es/components/booking/editBookingModal/type.d.ts +12 -0
- package/es/components/booking/editBookingModal/type.js +1 -0
- package/es/components/booking/editBookingModal/utils.d.ts +12 -0
- package/es/components/booking/editBookingModal/utils.js +157 -0
- package/es/components/booking/forms/table/index.d.ts +0 -1
- package/es/components/booking/hooks/useIsBooking4Shop.js +2 -2
- package/es/components/booking/info/addServiceVariant/index.d.ts +1 -0
- package/es/components/booking/info/addServiceVariant/index.js +2 -2
- package/es/components/booking/info/client/index.js +2 -2
- package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
- package/es/components/booking/info/hooks/useInfoHolder.js +8 -1
- package/es/components/booking/info/index.d.ts +1 -0
- package/es/components/booking/info/index.js +4 -5
- package/es/components/booking/info/model.js +5 -0
- package/es/components/booking/info/service/Lists.d.ts +1 -0
- package/es/components/booking/info/service/addService/index.js +2 -2
- package/es/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
- package/es/components/booking/info/service/editService/index.js +1 -1
- package/es/components/booking/info/service/like/index.d.ts +0 -1
- package/es/components/booking/info/service/serviceManager/index.js +4 -4
- package/es/components/booking/info/service2/utils.js +6 -4
- package/es/components/booking/info/utils.js +1 -1
- package/es/components/booking/info2/index.js +45 -13
- package/es/components/booking/info2/service/addService/index.js +22 -9
- package/es/components/booking/info2/service/addService/utils.d.ts +10 -0
- package/es/components/booking/info2/service/addService/utils.js +48 -14
- package/es/components/booking/info2/service/addTimeModal/index.js +32 -9
- package/es/components/booking/info2/service/editService/Resources/index.js +22 -8
- package/es/components/booking/info2/service/editService/Resources/index.less +6 -0
- package/es/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.d.ts +7 -0
- package/es/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.js +26 -0
- package/es/components/booking/info2/service/editService/ResourcesV2/index.d.ts +10 -0
- package/es/components/booking/info2/service/editService/ResourcesV2/index.js +308 -0
- package/es/components/booking/info2/service/editService/ResourcesV2/index.less +44 -0
- package/es/components/booking/info2/service/editService/index.js +12 -15
- package/es/components/booking/info2/utils.js +13 -16
- package/es/components/booking/info2/utilsByBooking.js +10 -1
- package/es/components/booking/locales.d.ts +12 -0
- package/es/components/booking/locales.js +12 -0
- package/es/components/booking/materiels/startTime/index.d.ts +0 -1
- package/es/components/booking/model.d.ts +1 -0
- package/es/components/eftpos/deviceList/index.d.ts +0 -1
- package/es/components/eftpos/form/index.d.ts +0 -1
- package/es/components/eftpos/group/index.d.ts +0 -1
- package/es/components/eftpos/hooks.d.ts +0 -1
- package/es/components/eftpos/icon/apiKey.d.ts +0 -1
- package/es/components/eftpos/icon/device.d.ts +0 -1
- package/es/components/eftpos/receipt/index.d.ts +0 -1
- package/es/components/eftpos/surcharge/index.d.ts +0 -1
- package/es/components/eftposPay/component/alert/warn.d.ts +0 -1
- package/es/components/eftposPay/component/header/titlebar.d.ts +0 -1
- package/es/components/eftposPay/component/step/index.d.ts +0 -1
- package/es/components/eftposPay/component/step/step.d.ts +0 -1
- package/es/components/eftposPay/const.d.ts +4 -1
- package/es/components/eftposPay/const.js +3 -1
- package/es/components/eftposPay/hooks.d.ts +1 -1
- package/es/components/eftposPay/hooks.js +3 -1
- package/es/components/eftposPay/index.js +1 -1
- package/es/components/eftposPay/linkly/const.d.ts +23 -0
- package/es/components/eftposPay/linkly/const.js +82 -0
- package/es/components/eftposPay/linkly/hooks/index.d.ts +2 -0
- package/es/components/eftposPay/linkly/hooks/index.js +2 -0
- package/es/components/eftposPay/linkly/hooks/normal.d.ts +30 -0
- package/es/components/eftposPay/linkly/hooks/normal.js +321 -0
- package/es/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +4 -0
- package/es/components/{pay/toB/store/hooks.js → eftposPay/linkly/hooks/useTimeQuery.js} +252 -59
- package/es/components/eftposPay/linkly/index.d.ts +2 -0
- package/es/components/eftposPay/linkly/index.js +197 -0
- package/es/components/eftposPay/linkly/service.d.ts +32 -0
- package/es/components/eftposPay/linkly/service.js +81 -0
- package/es/components/eftposPay/manufacturer.d.ts +1 -0
- package/es/components/eftposPay/manufacturer.js +4 -0
- package/es/components/eftposPay/pay.d.ts +1 -1
- package/es/components/eftposPay/pay.js +6 -2
- package/es/components/eftposPay/payo/config.js +30 -3
- package/es/components/eftposPay/store/index.d.ts +2 -2
- package/es/components/eftposPay/tyro/hooks.d.ts +0 -1
- package/es/components/eventBooking/components/Provider/Cart/ContinueButton/index.js +40 -19
- package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +2 -0
- package/es/components/eventBooking/components/Provider/Cart/Deposit/index.js +17 -0
- package/es/components/eventBooking/components/Provider/Cart/Item/Total.js +10 -6
- package/es/components/eventBooking/components/Provider/Cart/Item/index.js +4 -2
- package/es/components/eventBooking/components/Provider/Event/index.js +13 -4
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingDetailModal/index.js +22 -4
- package/es/components/eventBooking/index.js +21 -7
- package/es/components/eventBooking/locales.d.ts +24 -0
- package/es/components/eventBooking/locales.js +30 -6
- package/es/components/index.d.ts +3 -1
- package/es/components/index.js +3 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -1
- package/es/components/productExtension/fields/Actor/index.d.ts +0 -1
- package/es/components/productSelect/components/pisellPriceText/index.js +2 -3
- package/es/components/schedules/calendar/calendarItem.d.ts +0 -1
- package/es/components/schedules/components/CurrentDay/index.d.ts +0 -1
- package/es/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +0 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +0 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +0 -1
- package/es/components/schedules/products/index.d.ts +0 -1
- package/es/components/schedules/resources/relationProduct/index.d.ts +0 -1
- package/es/components/shoppingCart/components/Empty/index.d.ts +0 -1
- package/es/components/shoppingCart/components/Render/index.d.ts +0 -1
- package/es/components/stepController/components/Content/index.d.ts +7 -0
- package/es/components/stepController/components/Content/index.js +9 -0
- package/es/components/stepController/components/Content/index.less +8 -0
- package/es/components/stepController/components/Footer/index.d.ts +8 -0
- package/es/components/stepController/components/Footer/index.js +15 -0
- package/es/components/stepController/components/Footer/index.less +39 -0
- package/es/components/stepController/components/Header/index.d.ts +20 -0
- package/es/components/stepController/components/Header/index.js +97 -0
- package/es/components/stepController/components/Header/index.less +21 -0
- package/es/components/stepController/index.d.ts +5 -0
- package/es/components/stepController/index.js +64 -0
- package/es/components/stepController/index.less +11 -0
- package/es/components/stepController/locales.d.ts +27 -0
- package/es/components/stepController/locales.js +32 -0
- package/es/components/stepController/types.d.ts +23 -0
- package/es/components/stepController/types.js +1 -0
- package/es/components/ticketBooking/components/addServiceVariant/addService.js +19 -9
- package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -1
- package/es/components/ticketBooking/components/menuBar/index.d.ts +0 -1
- package/es/components/ticketBooking/components/ticketBooking/index.d.ts +1 -0
- package/es/components/ticketBooking/components/ticketBooking/index.js +141 -142
- package/es/components/ticketBooking/index.js +4 -3
- package/es/components/ticketBooking/serve.d.ts +0 -1
- package/es/components/ticketBooking/serve.js +0 -26
- package/es/components/ticketBooking/utils/index.js +2 -1
- package/es/hooks/useWindowSize.d.ts +5 -0
- package/es/hooks/useWindowSize.js +26 -0
- package/es/index.d.ts +2 -1
- package/es/index.js +3 -2
- package/lib/businessModel/SalesModel/Sales/index.js +22 -8
- package/lib/businessModel/SalesModel/index.d.ts +0 -1
- package/lib/components/Sales/Cart/index.js +9 -4
- package/lib/components/Sales/Cart/utils.d.ts +40 -0
- package/lib/components/Sales/Cart/utils.js +120 -0
- package/lib/components/Sales/Checkout/index.d.ts +4 -0
- package/lib/components/Sales/Checkout/index.js +39 -7
- package/lib/components/Sales/Checkout/serve.d.ts +13 -0
- package/lib/components/Sales/Checkout/serve.js +7 -2
- package/lib/components/Sales/Checkout/utils.d.ts +6 -1
- package/lib/components/Sales/Checkout/utils.js +7 -3
- package/lib/components/Sales/Customer/index.d.ts +1 -0
- package/lib/components/Sales/Customer/index.js +1 -0
- package/lib/components/Sales/Resource/index.js +1 -1
- package/lib/components/Sales/Resource/serve.d.ts +7 -0
- package/lib/components/Sales/Resource/serve.js +9 -2
- package/lib/components/Sales/Summary/index.d.ts +10 -0
- package/lib/components/Sales/Summary/index.js +7 -1
- package/lib/components/Sales/Summary/serve.d.ts +1 -0
- package/lib/components/Sales/Summary/serve.js +32 -0
- package/lib/components/Sales/Summary/utils.d.ts +15 -0
- package/lib/components/Sales/Summary/utils.js +30 -1
- package/lib/components/appointmentBooking/components/Cart/Item/index.js +1 -0
- package/lib/components/appointmentBooking/components/Content/index.js +6 -1
- package/lib/components/appointmentBooking/components/Deposit/index.d.ts +6 -0
- package/lib/components/appointmentBooking/components/Deposit/index.js +36 -4
- package/lib/components/appointmentBooking/components/Form/index.js +6 -1
- package/lib/components/appointmentBooking/components/Form/utils.d.ts +1 -1
- package/lib/components/appointmentBooking/components/Form/utils.js +9 -12
- package/lib/components/appointmentBooking/components/Header/index.js +1 -0
- package/lib/components/appointmentBooking/components/Resource/index.js +1 -0
- package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.js +8 -4
- package/lib/components/appointmentBooking/deposit/index.js +4 -2
- package/lib/components/booking/components/TabProduct/index.d.ts +0 -1
- package/lib/components/booking/components/footer/index.js +4 -23
- package/lib/components/booking/components/footer/utils.d.ts +1 -0
- package/lib/components/booking/components/footer/utils.js +27 -7
- package/lib/components/booking/components/formItemChildrenWrap/index.d.ts +0 -1
- package/lib/components/booking/components/reloadResourceModal/index.d.ts +8 -0
- package/lib/components/booking/components/reloadResourceModal/index.js +74 -0
- package/lib/components/booking/components/reloadResourceModal/index.less +6 -0
- package/lib/components/booking/components/voucher/index.js +2 -2
- package/lib/components/booking/editBookingModal/index.d.ts +5 -0
- package/lib/components/booking/editBookingModal/index.js +363 -0
- package/lib/components/booking/editBookingModal/index.less +8 -0
- package/lib/components/booking/editBookingModal/locales.d.ts +21 -0
- package/lib/components/booking/editBookingModal/locales.js +44 -0
- package/lib/components/booking/editBookingModal/mock.d.ts +807 -0
- package/lib/components/booking/editBookingModal/mock.js +3314 -0
- package/lib/components/booking/editBookingModal/serve.d.ts +51 -0
- package/lib/components/booking/editBookingModal/serve.js +178 -0
- package/lib/components/booking/editBookingModal/type.d.ts +12 -0
- package/lib/components/{pay/toB/store/context.js → booking/editBookingModal/type.js} +3 -18
- package/lib/components/booking/editBookingModal/utils.d.ts +12 -0
- package/lib/components/booking/editBookingModal/utils.js +158 -0
- package/lib/components/booking/forms/table/index.d.ts +0 -1
- package/lib/components/booking/hooks/useIsBooking4Shop.js +2 -2
- package/lib/components/booking/info/addServiceVariant/index.d.ts +1 -0
- package/lib/components/booking/info/addServiceVariant/index.js +3 -3
- package/lib/components/booking/info/client/index.js +19 -57
- package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
- package/lib/components/booking/info/hooks/useInfoHolder.js +6 -1
- package/lib/components/booking/info/index.d.ts +1 -0
- package/lib/components/booking/info/index.js +6 -4
- package/lib/components/booking/info/model.js +3 -0
- package/lib/components/booking/info/service/Lists.d.ts +1 -0
- package/lib/components/booking/info/service/addService/index.js +3 -3
- package/lib/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
- package/lib/components/booking/info/service/editService/index.js +1 -0
- package/lib/components/booking/info/service/like/index.d.ts +0 -1
- package/lib/components/booking/info/service/serviceManager/index.js +3 -3
- package/lib/components/booking/info/service2/utils.js +5 -4
- package/lib/components/booking/info/utils.js +2 -1
- package/lib/components/booking/info2/index.js +64 -25
- package/lib/components/booking/info2/service/addService/index.js +20 -7
- package/lib/components/booking/info2/service/addService/utils.d.ts +10 -0
- package/lib/components/booking/info2/service/addService/utils.js +32 -5
- package/lib/components/booking/info2/service/addTimeModal/index.js +26 -10
- package/lib/components/booking/info2/service/editService/Resources/index.js +54 -10
- package/lib/components/booking/info2/service/editService/Resources/index.less +6 -0
- package/lib/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.d.ts +7 -0
- package/lib/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.js +53 -0
- package/lib/components/booking/info2/service/editService/ResourcesV2/index.d.ts +10 -0
- package/lib/components/booking/info2/service/editService/ResourcesV2/index.js +311 -0
- package/lib/components/booking/info2/service/editService/ResourcesV2/index.less +44 -0
- package/lib/components/booking/info2/service/editService/index.js +25 -28
- package/lib/components/booking/info2/utils.js +0 -15
- package/lib/components/booking/info2/utilsByBooking.js +7 -1
- package/lib/components/booking/locales.d.ts +12 -0
- package/lib/components/booking/locales.js +12 -0
- package/lib/components/booking/materiels/startTime/index.d.ts +0 -1
- package/lib/components/booking/model.d.ts +1 -0
- package/lib/components/eftpos/deviceList/index.d.ts +0 -1
- package/lib/components/eftpos/form/index.d.ts +0 -1
- package/lib/components/eftpos/group/index.d.ts +0 -1
- package/lib/components/eftpos/hooks.d.ts +0 -1
- package/lib/components/eftpos/icon/apiKey.d.ts +0 -1
- package/lib/components/eftpos/icon/device.d.ts +0 -1
- package/lib/components/eftpos/receipt/index.d.ts +0 -1
- package/lib/components/eftpos/surcharge/index.d.ts +0 -1
- package/lib/components/eftposPay/component/alert/warn.d.ts +0 -1
- package/lib/components/eftposPay/component/header/titlebar.d.ts +0 -1
- package/lib/components/eftposPay/component/step/index.d.ts +0 -1
- package/lib/components/eftposPay/component/step/step.d.ts +0 -1
- package/lib/components/eftposPay/const.d.ts +4 -1
- package/lib/components/eftposPay/const.js +2 -0
- package/lib/components/eftposPay/hooks.d.ts +1 -1
- package/lib/components/eftposPay/hooks.js +11 -4
- package/lib/components/eftposPay/index.js +1 -1
- package/lib/components/eftposPay/linkly/const.d.ts +23 -0
- package/lib/components/eftposPay/linkly/const.js +102 -0
- package/lib/components/eftposPay/linkly/hooks/index.d.ts +2 -0
- package/lib/components/{pay/toB/types → eftposPay/linkly/hooks}/index.js +7 -5
- package/lib/components/eftposPay/linkly/hooks/normal.d.ts +30 -0
- package/lib/components/eftposPay/linkly/hooks/normal.js +242 -0
- package/lib/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +4 -0
- package/lib/components/eftposPay/linkly/hooks/useTimeQuery.js +222 -0
- package/lib/components/eftposPay/linkly/index.d.ts +2 -0
- package/lib/components/eftposPay/linkly/index.js +208 -0
- package/lib/components/eftposPay/linkly/service.d.ts +32 -0
- package/lib/components/eftposPay/linkly/service.js +55 -0
- package/lib/components/eftposPay/manufacturer.d.ts +1 -0
- package/lib/components/eftposPay/manufacturer.js +6 -0
- package/lib/components/eftposPay/pay.d.ts +1 -1
- package/lib/components/eftposPay/pay.js +13 -2
- package/lib/components/eftposPay/payo/config.js +22 -2
- package/lib/components/eftposPay/store/index.d.ts +2 -2
- package/lib/components/eftposPay/tyro/hooks.d.ts +0 -1
- package/lib/components/eventBooking/components/Provider/Cart/ContinueButton/index.js +29 -8
- package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +2 -0
- package/lib/components/{pay/toB/components → eventBooking/components/Provider/Cart/Deposit}/index.js +26 -22
- package/lib/components/eventBooking/components/Provider/Cart/Item/Total.js +8 -5
- package/lib/components/eventBooking/components/Provider/Cart/Item/index.js +4 -2
- package/lib/components/eventBooking/components/Provider/Event/index.js +10 -3
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingDetailModal/index.js +10 -4
- package/lib/components/eventBooking/index.js +11 -7
- package/lib/components/eventBooking/locales.d.ts +24 -0
- package/lib/components/eventBooking/locales.js +30 -6
- package/lib/components/index.d.ts +3 -1
- package/lib/components/index.js +6 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -1
- package/lib/components/productExtension/fields/Actor/index.d.ts +0 -1
- package/lib/components/productSelect/components/pisellPriceText/index.js +2 -8
- package/lib/components/schedules/calendar/calendarItem.d.ts +0 -1
- package/lib/components/schedules/components/CurrentDay/index.d.ts +0 -1
- package/lib/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +0 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +0 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +0 -1
- package/lib/components/schedules/products/index.d.ts +0 -1
- package/lib/components/schedules/resources/relationProduct/index.d.ts +0 -1
- package/lib/components/shoppingCart/components/Empty/index.d.ts +0 -1
- package/lib/components/shoppingCart/components/Render/index.d.ts +0 -1
- package/lib/components/stepController/components/Content/index.d.ts +7 -0
- package/lib/components/{pay/toB/components/Content/Header.js → stepController/components/Content/index.js} +9 -9
- package/lib/components/stepController/components/Content/index.less +8 -0
- package/lib/components/stepController/components/Footer/index.d.ts +8 -0
- package/lib/components/{pay/toB/components/CardGroup → stepController/components/Footer}/index.js +17 -11
- package/lib/components/stepController/components/Footer/index.less +39 -0
- package/lib/components/stepController/components/Header/index.d.ts +20 -0
- package/lib/components/stepController/components/Header/index.js +104 -0
- package/lib/components/stepController/components/Header/index.less +21 -0
- package/lib/components/stepController/index.d.ts +5 -0
- package/lib/components/stepController/index.js +89 -0
- package/lib/components/stepController/index.less +11 -0
- package/lib/components/stepController/locales.d.ts +27 -0
- package/lib/components/stepController/locales.js +50 -0
- package/lib/components/stepController/types.d.ts +23 -0
- package/lib/components/{pay/toB/store/index.js → stepController/types.js} +3 -13
- package/lib/components/ticketBooking/components/addServiceVariant/addService.js +22 -11
- package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -1
- package/lib/components/ticketBooking/components/menuBar/index.d.ts +0 -1
- package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +1 -0
- package/lib/components/ticketBooking/components/ticketBooking/index.js +147 -143
- package/lib/components/ticketBooking/index.js +5 -16
- package/lib/components/ticketBooking/serve.d.ts +0 -1
- package/lib/components/ticketBooking/serve.js +0 -11
- package/lib/components/ticketBooking/utils/index.js +2 -1
- package/lib/hooks/useWindowSize.d.ts +5 -0
- package/lib/hooks/useWindowSize.js +51 -0
- package/lib/index.d.ts +2 -1
- package/lib/index.js +6 -3
- package/lowcode/edit-booking-modal/meta.ts +53 -0
- package/lowcode/step-controller/meta.ts +88 -0
- package/package.json +3 -3
- package/es/components/pay/toB/components/Cache/index.d.ts +0 -10
- package/es/components/pay/toB/components/Cache/index.js +0 -94
- package/es/components/pay/toB/components/Cache/index.less +0 -41
- package/es/components/pay/toB/components/Card/index.d.ts +0 -7
- package/es/components/pay/toB/components/Card/index.js +0 -32
- package/es/components/pay/toB/components/Card/index.less +0 -26
- package/es/components/pay/toB/components/CardGroup/index.d.ts +0 -7
- package/es/components/pay/toB/components/CardGroup/index.js +0 -22
- package/es/components/pay/toB/components/CardGroup/index.less +0 -18
- package/es/components/pay/toB/components/ConfirmedPayment/index.d.ts +0 -6
- package/es/components/pay/toB/components/ConfirmedPayment/index.js +0 -67
- package/es/components/pay/toB/components/ConfirmedPayment/index.less +0 -69
- package/es/components/pay/toB/components/Content/Footer.d.ts +0 -7
- package/es/components/pay/toB/components/Content/Footer.js +0 -36
- package/es/components/pay/toB/components/Content/Header.d.ts +0 -4
- package/es/components/pay/toB/components/Content/Header.js +0 -12
- package/es/components/pay/toB/components/Content/index.d.ts +0 -4
- package/es/components/pay/toB/components/Content/index.js +0 -277
- package/es/components/pay/toB/components/Content/index.less +0 -9
- package/es/components/pay/toB/components/Content/utils.d.ts +0 -16
- package/es/components/pay/toB/components/Content/utils.js +0 -76
- package/es/components/pay/toB/components/index.d.ts +0 -5
- package/es/components/pay/toB/components/index.js +0 -5
- package/es/components/pay/toB/hooks.d.ts +0 -12
- package/es/components/pay/toB/hooks.js +0 -30
- package/es/components/pay/toB/index.d.ts +0 -3
- package/es/components/pay/toB/index.js +0 -24
- package/es/components/pay/toB/locales.d.ts +0 -54
- package/es/components/pay/toB/locales.js +0 -65
- package/es/components/pay/toB/store/context.d.ts +0 -3
- package/es/components/pay/toB/store/context.js +0 -2
- package/es/components/pay/toB/store/hooks.d.ts +0 -15
- package/es/components/pay/toB/store/index.d.ts +0 -3
- package/es/components/pay/toB/store/index.js +0 -3
- package/es/components/pay/toB/store/provider.d.ts +0 -4
- package/es/components/pay/toB/store/utils.d.ts +0 -13
- package/es/components/pay/toB/store/utils.js +0 -66
- package/es/components/pay/toB/types/index.d.ts +0 -1
- package/es/components/pay/toB/types/index.js +0 -1
- package/es/components/pay/toB/types/storeTypes.d.ts +0 -141
- package/es/components/pay/toB/types/storeTypes.js +0 -24
- package/lib/components/pay/toB/components/Cache/index.d.ts +0 -10
- package/lib/components/pay/toB/components/Cache/index.js +0 -108
- package/lib/components/pay/toB/components/Cache/index.less +0 -41
- package/lib/components/pay/toB/components/Card/index.d.ts +0 -7
- package/lib/components/pay/toB/components/Card/index.js +0 -66
- package/lib/components/pay/toB/components/Card/index.less +0 -26
- package/lib/components/pay/toB/components/CardGroup/index.d.ts +0 -7
- package/lib/components/pay/toB/components/CardGroup/index.less +0 -18
- package/lib/components/pay/toB/components/ConfirmedPayment/index.d.ts +0 -6
- package/lib/components/pay/toB/components/ConfirmedPayment/index.js +0 -77
- package/lib/components/pay/toB/components/ConfirmedPayment/index.less +0 -69
- package/lib/components/pay/toB/components/Content/Footer.d.ts +0 -7
- package/lib/components/pay/toB/components/Content/Footer.js +0 -63
- package/lib/components/pay/toB/components/Content/Header.d.ts +0 -4
- package/lib/components/pay/toB/components/Content/index.d.ts +0 -4
- package/lib/components/pay/toB/components/Content/index.js +0 -209
- package/lib/components/pay/toB/components/Content/index.less +0 -9
- package/lib/components/pay/toB/components/Content/utils.d.ts +0 -16
- package/lib/components/pay/toB/components/Content/utils.js +0 -91
- package/lib/components/pay/toB/components/index.d.ts +0 -5
- package/lib/components/pay/toB/hooks.d.ts +0 -12
- package/lib/components/pay/toB/hooks.js +0 -60
- package/lib/components/pay/toB/index.d.ts +0 -3
- package/lib/components/pay/toB/index.js +0 -54
- package/lib/components/pay/toB/locales.d.ts +0 -54
- package/lib/components/pay/toB/locales.js +0 -77
- package/lib/components/pay/toB/store/context.d.ts +0 -3
- package/lib/components/pay/toB/store/hooks.d.ts +0 -15
- package/lib/components/pay/toB/store/hooks.js +0 -85
- package/lib/components/pay/toB/store/index.d.ts +0 -3
- package/lib/components/pay/toB/store/provider.d.ts +0 -4
- package/lib/components/pay/toB/store/provider.js +0 -70
- package/lib/components/pay/toB/store/utils.d.ts +0 -13
- package/lib/components/pay/toB/store/utils.js +0 -72
- package/lib/components/pay/toB/types/index.d.ts +0 -1
- package/lib/components/pay/toB/types/storeTypes.d.ts +0 -141
- package/lib/components/pay/toB/types/storeTypes.js +0 -36
- package/lowcode/tob-pay/meta.ts +0 -44
@@ -0,0 +1,321 @@
|
|
1
|
+
import { useRequest } from 'ahooks';
|
2
|
+
import { useEffect, useRef } from 'react';
|
3
|
+
import { locales, sendWarningLog } from '@pisell/utils';
|
4
|
+
import { linklyPayCancelApi, linklyPayApi, linklyRefundCancelApi, linklyRefundApi, linklyPaySignatureApi, linklyRefundSignatureApi } from "../service";
|
5
|
+
import { useFail, useStoreRef } from "../../hooks";
|
6
|
+
import { ModeEnum, PayStatus, StatusEnum } from "../../const";
|
7
|
+
import { useDispatch, updateState, updateCustom, updateStatus } from "../../store";
|
8
|
+
import { LinklyActionStatus } from "../const";
|
9
|
+
|
10
|
+
/**
|
11
|
+
* 支付或退款
|
12
|
+
* @param failAction 失败回调
|
13
|
+
*/
|
14
|
+
export var useLinklyPayOrRefund = function useLinklyPayOrRefund(handleCheck) {
|
15
|
+
var dispatch = useDispatch();
|
16
|
+
var _useStoreRef = useStoreRef(),
|
17
|
+
numRef = _useStoreRef.numRef,
|
18
|
+
modeRef = _useStoreRef.modeRef,
|
19
|
+
orderIdRef = _useStoreRef.orderIdRef,
|
20
|
+
deviceRef = _useStoreRef.deviceRef,
|
21
|
+
payRef = _useStoreRef.payRef,
|
22
|
+
amountRef = _useStoreRef.amountRef;
|
23
|
+
var fail = useFail(0);
|
24
|
+
var failRef = useRef(fail);
|
25
|
+
var resultQueryRef = useRef(null);
|
26
|
+
var handleLinklySuccessRef = useRef(null);
|
27
|
+
useEffect(function () {
|
28
|
+
failRef.current = fail;
|
29
|
+
}, [fail]);
|
30
|
+
var isPay = modeRef.current === ModeEnum.Pay || modeRef.current === ModeEnum.FullPay;
|
31
|
+
var _pay = useRequest(isPay ? linklyPayApi : linklyRefundApi, {
|
32
|
+
manual: true,
|
33
|
+
onSuccess: function onSuccess(res) {
|
34
|
+
_onSuccess(res);
|
35
|
+
},
|
36
|
+
onError: function onError(error) {
|
37
|
+
_onError(error);
|
38
|
+
|
39
|
+
// TODO: mock数据
|
40
|
+
// console.log('mock>>>>>>');
|
41
|
+
// const res = {
|
42
|
+
// status: true,
|
43
|
+
// code: 200,
|
44
|
+
// message: '',
|
45
|
+
// data: {
|
46
|
+
// pinpad_id: 3,
|
47
|
+
// is_auto_print: 0,
|
48
|
+
// session_id: '923d4abe-6521-43c8-915b-decde8b406bd',
|
49
|
+
// status: 0,
|
50
|
+
// response_code: '00',
|
51
|
+
// response_text: 'APPROVED',
|
52
|
+
// signature_flag: 0,
|
53
|
+
// },
|
54
|
+
// };
|
55
|
+
// onSuccess(res, isPay ? 'pay' : 'refund');
|
56
|
+
}
|
57
|
+
});
|
58
|
+
var _onSuccess = function _onSuccess(res) {
|
59
|
+
var _res$data;
|
60
|
+
console.log("linkly".concat(isPay ? 'Pay' : 'Refund', "Success---->>>>>>>"), res);
|
61
|
+
if (!handleCheck()) {
|
62
|
+
return;
|
63
|
+
}
|
64
|
+
sendWarningLog({
|
65
|
+
title: "Linkly-".concat(isPay ? 'Pay' : 'Refund', "-\u63A5\u53E3\u6210\u529F"),
|
66
|
+
content: [{
|
67
|
+
key: 'response',
|
68
|
+
value: JSON.stringify(res)
|
69
|
+
}]
|
70
|
+
});
|
71
|
+
|
72
|
+
// status 交易状态 0:未知,继续查询 1:成功 -1:失败 -2:交易错误
|
73
|
+
// signature_flag 是否弹框确认签名 0:不用签名 1:等待签名确认 2:签名取消 3:签名确认
|
74
|
+
var status = res === null || res === void 0 || (_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.status;
|
75
|
+
|
76
|
+
// 继续查询交易状态
|
77
|
+
if (status === 0) {
|
78
|
+
var _res$data2;
|
79
|
+
// 交易流水号
|
80
|
+
numRef.current = res === null || res === void 0 || (_res$data2 = res.data) === null || _res$data2 === void 0 ? void 0 : _res$data2.session_id;
|
81
|
+
dispatch(updateState({
|
82
|
+
number: numRef.current
|
83
|
+
}));
|
84
|
+
// 需要展示取消按钮
|
85
|
+
dispatch(updateCustom({
|
86
|
+
actionStatus: LinklyActionStatus.Cancel
|
87
|
+
}));
|
88
|
+
// 调用支付查询接口
|
89
|
+
setTimeout(function () {
|
90
|
+
var _resultQueryRef$curre;
|
91
|
+
(_resultQueryRef$curre = resultQueryRef.current) === null || _resultQueryRef$curre === void 0 || _resultQueryRef$curre.call(resultQueryRef);
|
92
|
+
});
|
93
|
+
return;
|
94
|
+
}
|
95
|
+
|
96
|
+
// 无需展示取消按钮
|
97
|
+
dispatch(updateCustom({
|
98
|
+
actionStatus: LinklyActionStatus.Empty
|
99
|
+
}));
|
100
|
+
|
101
|
+
// 交易成功
|
102
|
+
if (status === 1) {
|
103
|
+
var _handleLinklySuccessR;
|
104
|
+
(_handleLinklySuccessR = handleLinklySuccessRef.current) === null || _handleLinklySuccessR === void 0 || _handleLinklySuccessR.call(handleLinklySuccessRef, res);
|
105
|
+
return;
|
106
|
+
}
|
107
|
+
|
108
|
+
// 交易失败
|
109
|
+
if (status < 0) {
|
110
|
+
var _failRef$current;
|
111
|
+
// 需要特殊处理,将code码转换为支付失败code码
|
112
|
+
res.code = PayStatus.Unknown;
|
113
|
+
(_failRef$current = failRef.current) === null || _failRef$current === void 0 || _failRef$current.call(failRef, res, false);
|
114
|
+
}
|
115
|
+
};
|
116
|
+
var _onError = function _onError(error) {
|
117
|
+
var _failRef$current2;
|
118
|
+
console.log("linkly".concat(isPay ? 'Pay' : 'Refund', "Error---->>>>>>>"), error);
|
119
|
+
// 无网 或 已卸载 则不进行处理
|
120
|
+
if (!handleCheck()) {
|
121
|
+
return;
|
122
|
+
}
|
123
|
+
sendWarningLog({
|
124
|
+
title: "Linkly-".concat(isPay ? 'Pay' : 'Refund', "-\u63A5\u53E3\u5931\u8D25"),
|
125
|
+
content: [{
|
126
|
+
key: 'error',
|
127
|
+
value: JSON.stringify(error)
|
128
|
+
}]
|
129
|
+
});
|
130
|
+
(_failRef$current2 = failRef.current) === null || _failRef$current2 === void 0 || _failRef$current2.call(failRef, error, false);
|
131
|
+
};
|
132
|
+
var payOrRefund = function payOrRefund(resultQuery, handleLinklySuccess) {
|
133
|
+
var _deviceRef$current, _payRef$current;
|
134
|
+
handleLinklySuccessRef.current = handleLinklySuccess;
|
135
|
+
resultQueryRef.current = resultQuery;
|
136
|
+
var param = {
|
137
|
+
// 订单id
|
138
|
+
order_id: orderIdRef.current,
|
139
|
+
// 设备id
|
140
|
+
pinpad_id: deviceRef === null || deviceRef === void 0 || (_deviceRef$current = deviceRef.current) === null || _deviceRef$current === void 0 || (_deviceRef$current = _deviceRef$current.metadata) === null || _deviceRef$current === void 0 ? void 0 : _deviceRef$current.linkly_pinpad_id,
|
141
|
+
// 交易金额, 包含选择的订单金额+手续费,订单金额+手续费=交易金额
|
142
|
+
amount: isPay ? (_payRef$current = payRef.current) === null || _payRef$current === void 0 ? void 0 : _payRef$current.total : amountRef.current
|
143
|
+
};
|
144
|
+
sendWarningLog({
|
145
|
+
title: "Linkly-".concat(isPay ? 'Pay' : 'Refund'),
|
146
|
+
content: [{
|
147
|
+
key: 'params',
|
148
|
+
value: JSON.stringify(param)
|
149
|
+
}]
|
150
|
+
});
|
151
|
+
_pay.run(param);
|
152
|
+
};
|
153
|
+
return {
|
154
|
+
action: {
|
155
|
+
pay: _pay
|
156
|
+
},
|
157
|
+
payOrRefund: payOrRefund
|
158
|
+
};
|
159
|
+
};
|
160
|
+
|
161
|
+
/**
|
162
|
+
* @title: 取消支付或退款
|
163
|
+
* @description: 取消支付或退款调用接口后不管成功还是失败都需要调用支付查询接口
|
164
|
+
*/
|
165
|
+
export var useLinklyCancel = function useLinklyCancel(handleCheck) {
|
166
|
+
var dispatch = useDispatch();
|
167
|
+
var _useStoreRef2 = useStoreRef(),
|
168
|
+
numRef = _useStoreRef2.numRef,
|
169
|
+
modeRef = _useStoreRef2.modeRef,
|
170
|
+
deviceRef = _useStoreRef2.deviceRef;
|
171
|
+
var resultQueryRef = useRef(null);
|
172
|
+
var isPay = modeRef.current === ModeEnum.Pay || modeRef.current === ModeEnum.FullPay;
|
173
|
+
var cancelAction = function cancelAction(res, type) {
|
174
|
+
var _resultQueryRef$curre2;
|
175
|
+
// 需要将按钮状态释放
|
176
|
+
dispatch(updateCustom({
|
177
|
+
buttonDisabled: false
|
178
|
+
}));
|
179
|
+
if (!handleCheck()) {
|
180
|
+
return;
|
181
|
+
}
|
182
|
+
if (type === 'success') {
|
183
|
+
sendWarningLog({
|
184
|
+
title: "Linkly-".concat(isPay ? 'Pay' : 'Refund', "-\u53D6\u6D88\u6210\u529F"),
|
185
|
+
content: [{
|
186
|
+
key: 'response',
|
187
|
+
value: JSON.stringify(res)
|
188
|
+
}]
|
189
|
+
});
|
190
|
+
} else {
|
191
|
+
sendWarningLog({
|
192
|
+
title: "Linkly-".concat(isPay ? 'Pay' : 'Refund', "-\u53D6\u6D88\u5931\u8D25"),
|
193
|
+
content: [{
|
194
|
+
key: 'error',
|
195
|
+
value: JSON.stringify(res)
|
196
|
+
}]
|
197
|
+
});
|
198
|
+
}
|
199
|
+
(_resultQueryRef$curre2 = resultQueryRef.current) === null || _resultQueryRef$curre2 === void 0 || _resultQueryRef$curre2.call(resultQueryRef);
|
200
|
+
};
|
201
|
+
var _cancel = useRequest(isPay ? linklyPayCancelApi : linklyRefundCancelApi, {
|
202
|
+
manual: true,
|
203
|
+
onSuccess: function onSuccess(res) {
|
204
|
+
return cancelAction(res, 'success');
|
205
|
+
},
|
206
|
+
onError: function onError(error) {
|
207
|
+
return cancelAction(error, 'error');
|
208
|
+
}
|
209
|
+
});
|
210
|
+
var linklyCancel = function linklyCancel(resultQuery) {
|
211
|
+
var _deviceRef$current2;
|
212
|
+
resultQueryRef.current = resultQuery;
|
213
|
+
// 需要将按钮状态锁定,防止重复点击
|
214
|
+
dispatch(updateCustom({
|
215
|
+
buttonDisabled: true
|
216
|
+
}));
|
217
|
+
var param = {
|
218
|
+
// 设备id
|
219
|
+
pinpad_id: deviceRef === null || deviceRef === void 0 || (_deviceRef$current2 = deviceRef.current) === null || _deviceRef$current2 === void 0 || (_deviceRef$current2 = _deviceRef$current2.metadata) === null || _deviceRef$current2 === void 0 ? void 0 : _deviceRef$current2.linkly_pinpad_id,
|
220
|
+
// 交易流水号
|
221
|
+
session_id: numRef.current
|
222
|
+
};
|
223
|
+
sendWarningLog({
|
224
|
+
title: "Linkly-".concat(isPay ? 'Pay' : 'Refund', "-\u53D6\u6D88"),
|
225
|
+
content: [{
|
226
|
+
key: 'params',
|
227
|
+
value: JSON.stringify(param)
|
228
|
+
}]
|
229
|
+
});
|
230
|
+
_cancel.run(param);
|
231
|
+
dispatch(updateCustom({
|
232
|
+
actionStatus: LinklyActionStatus.CancelWaiting
|
233
|
+
}));
|
234
|
+
};
|
235
|
+
return {
|
236
|
+
action: {
|
237
|
+
cancel: _cancel
|
238
|
+
},
|
239
|
+
linklyCancel: linklyCancel
|
240
|
+
};
|
241
|
+
};
|
242
|
+
|
243
|
+
/**
|
244
|
+
* @title: 支付或退款签名
|
245
|
+
* @description: 支付或退款签名调用接口后不管成功还是失败都需要调用支付查询接口
|
246
|
+
*/
|
247
|
+
export var useLinklySignature = function useLinklySignature(handleCheck) {
|
248
|
+
var dispatch = useDispatch();
|
249
|
+
var _useStoreRef3 = useStoreRef(),
|
250
|
+
numRef = _useStoreRef3.numRef,
|
251
|
+
modeRef = _useStoreRef3.modeRef,
|
252
|
+
deviceRef = _useStoreRef3.deviceRef;
|
253
|
+
var resultQueryRef = useRef(null);
|
254
|
+
var isPay = modeRef.current === ModeEnum.Pay || modeRef.current === ModeEnum.FullPay;
|
255
|
+
var signatureAction = function signatureAction(res, type) {
|
256
|
+
var _resultQueryRef$curre3;
|
257
|
+
console.log('signatureAction---->>>>>>>', res);
|
258
|
+
if (!handleCheck()) {
|
259
|
+
return;
|
260
|
+
}
|
261
|
+
if (type === 'success') {
|
262
|
+
sendWarningLog({
|
263
|
+
title: "Linkly-".concat(isPay ? 'Pay' : 'Refund', "-\u7B7E\u540D\u6210\u529F"),
|
264
|
+
content: [{
|
265
|
+
key: 'response',
|
266
|
+
value: JSON.stringify(res)
|
267
|
+
}]
|
268
|
+
});
|
269
|
+
} else {
|
270
|
+
sendWarningLog({
|
271
|
+
title: "Linkly-".concat(isPay ? 'Pay' : 'Refund', "-\u7B7E\u540D\u5931\u8D25"),
|
272
|
+
content: [{
|
273
|
+
key: 'error',
|
274
|
+
value: JSON.stringify(res)
|
275
|
+
}]
|
276
|
+
});
|
277
|
+
}
|
278
|
+
(_resultQueryRef$curre3 = resultQueryRef.current) === null || _resultQueryRef$curre3 === void 0 || _resultQueryRef$curre3.call(resultQueryRef);
|
279
|
+
};
|
280
|
+
var _signature = useRequest(isPay ? linklyPaySignatureApi : linklyRefundSignatureApi, {
|
281
|
+
manual: true,
|
282
|
+
onSuccess: function onSuccess(res) {
|
283
|
+
return signatureAction(res, 'success');
|
284
|
+
},
|
285
|
+
onError: function onError(error) {
|
286
|
+
return signatureAction(error, 'error');
|
287
|
+
}
|
288
|
+
});
|
289
|
+
var linklySignature = function linklySignature(status, resultQuery) {
|
290
|
+
var _deviceRef$current3;
|
291
|
+
resultQueryRef.current = resultQuery;
|
292
|
+
var param = {
|
293
|
+
// 设备id
|
294
|
+
pinpad_id: deviceRef === null || deviceRef === void 0 || (_deviceRef$current3 = deviceRef.current) === null || _deviceRef$current3 === void 0 || (_deviceRef$current3 = _deviceRef$current3.metadata) === null || _deviceRef$current3 === void 0 ? void 0 : _deviceRef$current3.linkly_pinpad_id,
|
295
|
+
// 交易流水号
|
296
|
+
session_id: numRef.current,
|
297
|
+
signature_flag: status
|
298
|
+
};
|
299
|
+
dispatch(updateStatus(StatusEnum.Loading));
|
300
|
+
dispatch(updateState({
|
301
|
+
title: locales.getText('page.eftpos-pay.text.loading')(modeRef.current)
|
302
|
+
}));
|
303
|
+
dispatch(updateCustom({
|
304
|
+
actionStatus: LinklyActionStatus.SignatureWaiting
|
305
|
+
}));
|
306
|
+
sendWarningLog({
|
307
|
+
title: "Linkly-".concat(isPay ? 'Pay' : 'Refund', "-\u7B7E\u540D"),
|
308
|
+
content: [{
|
309
|
+
key: 'params',
|
310
|
+
value: JSON.stringify(param)
|
311
|
+
}]
|
312
|
+
});
|
313
|
+
_signature.run(param);
|
314
|
+
};
|
315
|
+
return {
|
316
|
+
action: {
|
317
|
+
signature: _signature
|
318
|
+
},
|
319
|
+
linklySignature: linklySignature
|
320
|
+
};
|
321
|
+
};
|
@@ -2,79 +2,272 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
2
2
|
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, catch: function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
|
3
3
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
4
4
|
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
5
|
-
import
|
6
|
-
import {
|
7
|
-
import {
|
5
|
+
import { useRef } from 'react';
|
6
|
+
import { getUniqueId, locales, sendWarningLog } from '@pisell/utils';
|
7
|
+
import { useDispatch, updateCustom, updateStatus, updateState } from "../../store";
|
8
|
+
import { useFail, useStoreRef } from "../../hooks";
|
9
|
+
import { ModeEnum, PayStatus, StatusEnum } from "../../const";
|
10
|
+
import { LinklyActionStatus } from "../const";
|
8
11
|
|
9
|
-
|
10
|
-
*
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
var
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
var
|
32
|
-
|
33
|
-
var
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
pisellOS.effects.off('payment:onPaymentMethodsChanged', onPaymentMethodsChanged);
|
41
|
-
pisellOS.effects.off('payment:onOrderChanged', onOrderChanged);
|
42
|
-
};
|
43
|
-
var onPaymentMethodsChanged = /*#__PURE__*/function () {
|
44
|
-
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(res) {
|
12
|
+
// 全局超时时间
|
13
|
+
var GlobalTimeout = 1000 * 60;
|
14
|
+
// 单次请求超时时间
|
15
|
+
var RequestTimeout = 1000 * 5;
|
16
|
+
export var useTimeResultQuery = function useTimeResultQuery(api, resultCheck, handleLinklySuccess) {
|
17
|
+
var dispatch = useDispatch();
|
18
|
+
var _useStoreRef = useStoreRef(),
|
19
|
+
numRef = _useStoreRef.numRef,
|
20
|
+
modeRef = _useStoreRef.modeRef,
|
21
|
+
deviceRef = _useStoreRef.deviceRef;
|
22
|
+
var fail = useFail(0);
|
23
|
+
var failRef = useRef(fail);
|
24
|
+
var isPay = modeRef.current === ModeEnum.Pay || modeRef.current === ModeEnum.FullPay;
|
25
|
+
// 记录请求控制器
|
26
|
+
var controllerRef = useRef(null);
|
27
|
+
// 记录定时器ID
|
28
|
+
var requestTimeoutIdRef = useRef(null);
|
29
|
+
// 记录全局超时定时器ID
|
30
|
+
var globalTimeoutIdRef = useRef(null);
|
31
|
+
// 请求是否被取消
|
32
|
+
var isRequestCanceledRef = useRef(false);
|
33
|
+
// 请求开始时间
|
34
|
+
var startTimeRef = useRef(null);
|
35
|
+
// 查询是否结束
|
36
|
+
var isQueryFinishedRef = useRef(true);
|
37
|
+
// 每轮查询的唯一标识
|
38
|
+
var queryIdRef = useRef(null);
|
39
|
+
var _resultQuery = /*#__PURE__*/function () {
|
40
|
+
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
41
|
+
var _deviceRef$current;
|
42
|
+
var signal, requestApi, params, requestPromise;
|
45
43
|
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
46
44
|
while (1) switch (_context.prev = _context.next) {
|
47
45
|
case 0:
|
48
|
-
|
49
|
-
|
46
|
+
if (controllerRef.current) {
|
47
|
+
controllerRef.current.abort();
|
48
|
+
controllerRef.current = null;
|
49
|
+
}
|
50
|
+
if (requestTimeoutIdRef.current) {
|
51
|
+
clearTimeout(requestTimeoutIdRef.current);
|
52
|
+
requestTimeoutIdRef.current = null;
|
53
|
+
}
|
54
|
+
controllerRef.current = new AbortController();
|
55
|
+
signal = controllerRef.current.signal;
|
56
|
+
isRequestCanceledRef.current = false;
|
57
|
+
|
58
|
+
// 设置单次请求超时定时器
|
59
|
+
requestTimeoutIdRef.current = setTimeout(function () {
|
60
|
+
var _controllerRef$curren;
|
61
|
+
console.log('单次请求超时,将尝试重试');
|
62
|
+
_log("RequestTimeout");
|
63
|
+
(_controllerRef$curren = controllerRef.current) === null || _controllerRef$curren === void 0 || _controllerRef$curren.abort();
|
64
|
+
isRequestCanceledRef.current = true;
|
65
|
+
}, RequestTimeout);
|
66
|
+
requestApi = isPay ? api.linklyPayQuery : api.linklyRefundQuery;
|
67
|
+
params = {
|
68
|
+
// 设备id
|
69
|
+
pinpad_id: deviceRef === null || deviceRef === void 0 || (_deviceRef$current = deviceRef.current) === null || _deviceRef$current === void 0 || (_deviceRef$current = _deviceRef$current.metadata) === null || _deviceRef$current === void 0 ? void 0 : _deviceRef$current.linkly_pinpad_id,
|
70
|
+
// 交易流水号
|
71
|
+
session_id: numRef.current
|
72
|
+
};
|
73
|
+
requestPromise = requestApi(params, {
|
74
|
+
signal: signal
|
75
|
+
});
|
76
|
+
requestPromise.then(function (result) {
|
77
|
+
console.log('Success: 请求成功', result);
|
78
|
+
// status 交易状态 0:未知,继续查询 1:成功 -1:失败 -2:交易错误
|
79
|
+
// signature_flag 是否弹框确认签名 0:不用签名 1:等待签名确认 2:签名取消 3:签名确认
|
80
|
+
// 检查是否全局超时 或 是否需要处理结果
|
81
|
+
if (checkNeedToHandleResult()) {
|
82
|
+
console.log('Success: 全局超时或不需要处理结果,终止查询');
|
83
|
+
return;
|
84
|
+
}
|
85
|
+
_log("Success", result);
|
86
|
+
isQueryFinishedRef.current = true;
|
87
|
+
var data = (result === null || result === void 0 ? void 0 : result.data) || {};
|
88
|
+
// 交易成功,终止查询
|
89
|
+
if (data.status === 1) {
|
90
|
+
console.log('交易成功,终止查询');
|
91
|
+
reset();
|
92
|
+
handleLinklySuccess(result);
|
93
|
+
return;
|
94
|
+
}
|
95
|
+
|
96
|
+
// 交易状态为0,且不需要签名,则继续查询
|
97
|
+
if (data.status !== undefined && (data === null || data === void 0 ? void 0 : data.status) === 0) {
|
98
|
+
console.log('交易状态为0需要继续查询');
|
99
|
+
isQueryFinishedRef.current = false;
|
100
|
+
_resultQuery();
|
101
|
+
return;
|
102
|
+
}
|
103
|
+
|
104
|
+
// 交易状态为-1,则交易失败,不可前往支付标记页面
|
105
|
+
if (data.status < 0) {
|
106
|
+
var _failRef$current;
|
107
|
+
console.log('交易失败,终止查询');
|
108
|
+
reset();
|
109
|
+
// 交易失败,code码转换为支付失败code码
|
110
|
+
result.code = PayStatus.Unknown;
|
111
|
+
(_failRef$current = failRef.current) === null || _failRef$current === void 0 || _failRef$current.call(failRef, result, false);
|
112
|
+
return;
|
113
|
+
}
|
114
|
+
|
115
|
+
// 需要签名
|
116
|
+
if (data.signature_flag === 1) {
|
117
|
+
console.log('交易需要签名,终止查询');
|
118
|
+
reset();
|
119
|
+
gotoSignature();
|
120
|
+
return;
|
121
|
+
}
|
122
|
+
}).catch(function (error) {
|
123
|
+
var _failRef$current2;
|
124
|
+
console.log('Error: 请求失败', error);
|
125
|
+
// 检查是否全局超时 或 是否需要处理结果
|
126
|
+
if (checkNeedToHandleResult()) {
|
127
|
+
console.log('Error: 全局超时或不需要处理结果,终止查询');
|
128
|
+
return;
|
129
|
+
}
|
130
|
+
isQueryFinishedRef.current = true;
|
131
|
+
if ((error === null || error === void 0 ? void 0 : error.name) === "AbortError" || isRequestCanceledRef.current) {
|
132
|
+
_log("AbortError");
|
133
|
+
console.log('Error: 请求被取消,将继续查询');
|
134
|
+
isQueryFinishedRef.current = false;
|
135
|
+
_resultQuery();
|
136
|
+
return;
|
137
|
+
}
|
138
|
+
_log("Error", error);
|
139
|
+
reset();
|
140
|
+
(_failRef$current2 = failRef.current) === null || _failRef$current2 === void 0 || _failRef$current2.call(failRef, error, true);
|
141
|
+
}).finally(function () {
|
142
|
+
if (requestTimeoutIdRef.current) {
|
143
|
+
clearTimeout(requestTimeoutIdRef.current);
|
144
|
+
requestTimeoutIdRef.current = null;
|
145
|
+
}
|
146
|
+
});
|
147
|
+
case 10:
|
50
148
|
case "end":
|
51
149
|
return _context.stop();
|
52
150
|
}
|
53
151
|
}, _callee);
|
54
152
|
}));
|
55
|
-
return function
|
153
|
+
return function _resultQuery() {
|
56
154
|
return _ref.apply(this, arguments);
|
57
155
|
};
|
58
156
|
}();
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
}, _callee2);
|
157
|
+
|
158
|
+
/**
|
159
|
+
* 前往签名步骤
|
160
|
+
*/
|
161
|
+
var gotoSignature = function gotoSignature() {
|
162
|
+
dispatch(updateStatus(StatusEnum.Question));
|
163
|
+
dispatch(updateState({
|
164
|
+
title: locales.getText('page.eftpos-pay.text.receipt.again.title')
|
165
|
+
}));
|
166
|
+
dispatch(updateCustom({
|
167
|
+
actionStatus: LinklyActionStatus.Signature
|
71
168
|
}));
|
72
|
-
|
73
|
-
|
169
|
+
};
|
170
|
+
|
171
|
+
/**
|
172
|
+
* 检查是否需要处理结果
|
173
|
+
*/
|
174
|
+
var checkNeedToHandleResult = function checkNeedToHandleResult() {
|
175
|
+
return checkIsGlobalTimeout() || !resultCheck() || isQueryFinishedRef.current;
|
176
|
+
};
|
177
|
+
|
178
|
+
/**
|
179
|
+
* 检查是否全局超时
|
180
|
+
*/
|
181
|
+
var checkIsGlobalTimeout = function checkIsGlobalTimeout() {
|
182
|
+
if (startTimeRef.current) {
|
183
|
+
var elapsedTime = Date.now() - startTimeRef.current;
|
184
|
+
if (elapsedTime > GlobalTimeout) {
|
185
|
+
return true;
|
186
|
+
} else {
|
187
|
+
return false;
|
188
|
+
}
|
189
|
+
}
|
190
|
+
return false;
|
191
|
+
};
|
192
|
+
|
193
|
+
/**
|
194
|
+
* 重置查询状态
|
195
|
+
*/
|
196
|
+
var reset = function reset() {
|
197
|
+
console.log('linkly查询状态重制<<<<<<<----');
|
198
|
+
_log("Reset");
|
199
|
+
if (globalTimeoutIdRef.current) {
|
200
|
+
clearTimeout(globalTimeoutIdRef.current);
|
201
|
+
globalTimeoutIdRef.current = null;
|
202
|
+
}
|
203
|
+
if (requestTimeoutIdRef.current) {
|
204
|
+
clearTimeout(requestTimeoutIdRef.current);
|
205
|
+
requestTimeoutIdRef.current = null;
|
206
|
+
}
|
207
|
+
if (controllerRef.current) {
|
208
|
+
controllerRef.current.abort();
|
209
|
+
controllerRef.current = null;
|
210
|
+
}
|
211
|
+
startTimeRef.current = null;
|
212
|
+
isRequestCanceledRef.current = false;
|
213
|
+
isQueryFinishedRef.current = true;
|
214
|
+
queryIdRef.current = null;
|
215
|
+
};
|
216
|
+
var _log = function _log(type, res) {
|
217
|
+
var _deviceRef$current2;
|
218
|
+
var params = {
|
219
|
+
// 设备id
|
220
|
+
pinpad_id: deviceRef === null || deviceRef === void 0 || (_deviceRef$current2 = deviceRef.current) === null || _deviceRef$current2 === void 0 || (_deviceRef$current2 = _deviceRef$current2.metadata) === null || _deviceRef$current2 === void 0 ? void 0 : _deviceRef$current2.linkly_pinpad_id,
|
221
|
+
// 交易流水号
|
222
|
+
session_id: numRef.current
|
74
223
|
};
|
75
|
-
|
224
|
+
var content = [{
|
225
|
+
key: 'queryId',
|
226
|
+
value: JSON.stringify(queryIdRef.current)
|
227
|
+
}, {
|
228
|
+
key: 'params',
|
229
|
+
value: JSON.stringify(params)
|
230
|
+
}];
|
231
|
+
if (type === "Success") {
|
232
|
+
content.push({
|
233
|
+
key: 'response',
|
234
|
+
value: JSON.stringify(res)
|
235
|
+
});
|
236
|
+
} else if (type === "Error") {
|
237
|
+
content.push({
|
238
|
+
key: 'error',
|
239
|
+
value: JSON.stringify(res)
|
240
|
+
});
|
241
|
+
}
|
242
|
+
sendWarningLog({
|
243
|
+
title: "Linkly-".concat(isPay ? 'Pay' : 'Refund', "-\u7ED3\u679C\u67E5\u8BE2--").concat(type),
|
244
|
+
content: content
|
245
|
+
});
|
246
|
+
};
|
247
|
+
var run = function run() {
|
248
|
+
// 重置状态
|
249
|
+
reset();
|
250
|
+
console.log('开始查询linkly结果---->>>>>>>');
|
251
|
+
_log("Start");
|
252
|
+
|
253
|
+
// 设置全局超时定时器
|
254
|
+
globalTimeoutIdRef.current = setTimeout(function () {
|
255
|
+
var _failRef$current3;
|
256
|
+
console.log('全局超时,终止所有重试');
|
257
|
+
_log("GlobalTimeout");
|
258
|
+
setTimeout(reset, 0);
|
259
|
+
// 交易超时,需要手动标记交易状态
|
260
|
+
(_failRef$current3 = failRef.current) === null || _failRef$current3 === void 0 || _failRef$current3.call(failRef, {
|
261
|
+
code: PayStatus.Timeout
|
262
|
+
}, false);
|
263
|
+
}, GlobalTimeout);
|
264
|
+
startTimeRef.current = Date.now();
|
265
|
+
isQueryFinishedRef.current = false;
|
266
|
+
queryIdRef.current = getUniqueId();
|
267
|
+
return _resultQuery();
|
268
|
+
};
|
76
269
|
return {
|
77
|
-
|
78
|
-
|
270
|
+
run: run,
|
271
|
+
stop: reset
|
79
272
|
};
|
80
273
|
};
|