2023-05-12 11:35:54 +08:00

2 lines
1.1 KiB
JavaScript

/*! For license information please see 70f6ef3b44287edfd53418aa08707a3b.js.LICENSE.txt */
"use strict";(wx["webpackJsonp"]=wx["webpackJsonp"]||[]).push([["sub-common/70f6ef3b44287edfd53418aa08707a3b"],{"./src/api/newCollection.ts":function(e,r,t){t.d(r,{MpCashManagementOrder:function(){return u},MpCashManagementOrderAccount:function(){return s},MpCashManagementOrderList:function(){return a},MpCashManagementOrderPost:function(){return c},MpShouldCollectOrderPurchaser:function(){return o}});var n=t("./src/use/useHttp.ts");var a=function MpCashManagementOrderList(){return(0,n.useRequest)({url:"/v2/mp/cashManagementOrder/list",method:"get"})};var u=function MpCashManagementOrder(){return(0,n.useRequest)({url:"/v2/mp/cashManagementOrder",method:"get"})};var s=function MpCashManagementOrderAccount(){return(0,n.useRequest)({url:"/v2/mp/cashManagementOrder/account",method:"get"})};var c=function MpCashManagementOrderPost(){return(0,n.useRequest)({url:"/v2/mp/cashManagementOrder",method:"post"})};var o=function MpShouldCollectOrderPurchaser(){return(0,n.useRequest)({url:"/v2/mp/shouldCollectOrder/purchaser",method:"get"})}}}]);