This commit is contained in:
2024-03-16 18:57:35 +08:00
parent 3f78415cf2
commit 43969b9313
2 changed files with 2 additions and 2 deletions

View File

@ -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: {

View File

@ -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) {