2 lines
1.1 KiB
JavaScript
2 lines
1.1 KiB
JavaScript
/*! For license information please see 568fd34d3b2cd1435fd3699e5df45654.js.LICENSE.txt */
|
|
"use strict";(wx["webpackJsonp"]=wx["webpackJsonp"]||[]).push([["sub-common/568fd34d3b2cd1435fd3699e5df45654"],{"./src/api/customer.ts":function(r,u,e){e.d(u,{EnumSourcePlatform:function(){return p},MpPurchaser:function(){return s},MpPurchaserLabelAdd:function(){return a},MpPurchaserList:function(){return o},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 o=function MpPurchaserList(){return(0,t.useRequest)({url:"/v2/mp/purchaser/label/list",method:"get"})};var a=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"})}}}]); |