会员列表,详情,充值,订单列表

This commit is contained in:
wwz
2025-03-01 14:38:02 +08:00
parent 0ab9235f6c
commit 04a84aa17f
33 changed files with 5665 additions and 982 deletions

View File

@@ -5,7 +5,7 @@ const url = '/order'
export const APIuserorder = (data) => {
return request({
url: url + '/user/order',
method: 'post',
method: 'get',
data: data
})
}