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