海报:完善小程序码(添加前缀 data:image/png;base64,)

This commit is contained in:
puhui999
2024-05-25 22:20:19 +08:00
parent f46bfc6ee1
commit 2dfe61503f
9 changed files with 29 additions and 36 deletions
+8
View File
@@ -1,6 +1,14 @@
import request from '@/sheep/request';
const BrokerageApi = {
// 绑定推广员
bindBrokerageUser: (data)=>{
return request({
url: '/trade/brokerage-user/bind',
method: 'PUT',
data
});
},
// 获得个人分销信息
getBrokerageUser: () => {
return request({