xg
This commit is contained in:
parent
3f78415cf2
commit
43969b9313
@ -13,7 +13,7 @@ export function prizelist(data) {
|
||||
//兑换奖品
|
||||
export function prizeExchangesave(data) {
|
||||
return request({
|
||||
url: ` /fd/point/exchange/approval/submit`,
|
||||
url: `/applet/score/prizeExchange/submit`,
|
||||
method: 'post',
|
||||
data: data,
|
||||
header: {
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
var obj = {
|
||||
identity: this.query.identity,
|
||||
prizeId: item.prizeId,
|
||||
source: 1
|
||||
source: 2
|
||||
}
|
||||
prizeExchangesave(obj).then(res => {
|
||||
if (res.code == 200) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user