充值记录查看凭证,检查二维码和上传凭证问题,首页获取商户列表更改
This commit is contained in:
@@ -13,6 +13,7 @@ export const userValidate = async function(data) {
|
||||
|
||||
// 获取用户邀请二维码
|
||||
export const getWxCode = async function(id) {
|
||||
console.log("id", id)
|
||||
return await GET(`/wx/getWxCode?id=${id}`);
|
||||
}
|
||||
|
||||
@@ -32,8 +33,8 @@ export const removeUser = async function(uid, tid) {
|
||||
}
|
||||
|
||||
// 获取用户最新信息
|
||||
export const getUserInfo = async function() {
|
||||
return await GET('/wx/getUserInfo');
|
||||
export const getUserInfo = async function(id) {
|
||||
return await GET('/wx/getUserInfo?tenement=' + id);
|
||||
}
|
||||
|
||||
// 非管理员重新提交申请
|
||||
|
Reference in New Issue
Block a user