[最新]
This commit is contained in:
@@ -74,6 +74,12 @@ const goodsSign = (order_no) => req({
|
||||
method: 'PUT'
|
||||
})
|
||||
|
||||
// 邀请码背景
|
||||
const poster = (data) => req({
|
||||
url: "poster",
|
||||
data: data
|
||||
})
|
||||
|
||||
export default ({
|
||||
home,
|
||||
invite,
|
||||
@@ -86,5 +92,6 @@ export default ({
|
||||
mallGoods,
|
||||
orders,
|
||||
goodsDet,
|
||||
goodsSign
|
||||
goodsSign,
|
||||
poster
|
||||
})
|
||||
Reference in New Issue
Block a user