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

2 lines
1.1 KiB
JavaScript

/*! For license information please see f8a6dd331d5db0678cb85ef7c3928ab1.js.LICENSE.txt */
"use strict";(wx["webpackJsonp"]=wx["webpackJsonp"]||[]).push([["sub-common/f8a6dd331d5db0678cb85ef7c3928ab1"],{"./src/api/customer.ts":function(r,u,e){e.d(u,{EnumSourcePlatform:function(){return p},MpPurchaser:function(){return s},MpPurchaserLabelAdd:function(){return o},MpPurchaserList:function(){return a},MpPurchaserPost:function(){return n},MpPurchaserPut:function(){return c}});var t=e("./src/use/useHttp.ts");var s=function MpPurchaser(){return(0,t.useRequest)({url:"/v2/mp/purchaser",method:"get"})};var n=function MpPurchaserPost(){return(0,t.useRequest)({url:"/v2/mp/purchaser",method:"post"})};var c=function MpPurchaserPut(){return(0,t.useRequest)({url:"/v2/mp/purchaser",method:"put"})};var a=function MpPurchaserList(){return(0,t.useRequest)({url:"/v2/mp/purchaser/label/list",method:"get"})};var o=function MpPurchaserLabelAdd(){return(0,t.useRequest)({url:"/v2/mp/purchaser/label/add",method:"post"})};var p=function EnumSourcePlatform(){return(0,t.useRequest)({url:"/v1/mp/enum/sourcePlatform",method:"get"})}}}]);