Commit 7f312312 authored by 黄奎's avatar 黄奎

页面修改

parent fa5f58fa
......@@ -170,4 +170,18 @@ export function queryCustomerFinishtaskDetailsPage(data) {
method: 'post',
data
})
}
\ No newline at end of file
}
/**
* 奖品兑换
*
*/
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