完成对公初始操作和专区
This commit is contained in:
@@ -20,4 +20,9 @@ export const getRechargeDetail = async function(rid) {
|
||||
// 退费
|
||||
export const returnFee = async function(data) {
|
||||
return await POST(`/wx/return`, data);
|
||||
}
|
||||
|
||||
// 创建对公
|
||||
export const createPublicTopUp = async function(data) {
|
||||
return await POST(`/wx/createPublicTopUp`, data);
|
||||
}
|
Reference in New Issue
Block a user