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

页面修改

parent fa5f58fa
...@@ -171,3 +171,17 @@ export function queryCustomerFinishtaskDetailsPage(data) { ...@@ -171,3 +171,17 @@ export function queryCustomerFinishtaskDetailsPage(data) {
data 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