Commit cfd69fb5 authored by 黄奎's avatar 黄奎

页面修改

parent d93fa2f3
......@@ -157,4 +157,16 @@ export function queryCustomerFinishtaskDetailsPage(data) {
method: 'post',
data
})
}
/**
* 兑换奖品
*
*/
export function saveExchangeKudo(data) {
return request({
url: '/B2BCustomer/ExchangeKudo',
method: 'post',
data
})
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment