[积分商城]优化对接API

This commit is contained in:
2026-03-30 11:47:32 +08:00
parent b30ef21780
commit 4a42899bfe
55 changed files with 835 additions and 1241 deletions

View File

@@ -1,7 +1,7 @@
export default {
id: 'id',
mall_user_id: 'mall_user_id',
malluser__username: 'username',
playx_user_asset_id: 'PlayX user asset',
playxuserasset__username: 'username',
phone: 'phone',
region: 'region',
detail_address: 'detail_address',

View File

@@ -1,8 +1,8 @@
export default {
id: 'id',
order: 'order',
mall_user_id: 'mall_user_id',
malluser__username: 'username',
playx_user_asset_id: 'PlayX user asset',
playxuserasset__username: 'username',
type: 'type',
'type 1': 'type 1',
'type 2': 'type 2',

View File

@@ -1,9 +0,0 @@
export default {
id: 'id',
username: 'username',
password: 'password',
create_time: 'create_time',
update_time: 'update_time',
score: 'score',
quickSearchFields: 'id',
}

View File

@@ -1,7 +1,8 @@
export default {
id: 'id',
user_id: 'user_id',
username: 'username',
phone: 'phone',
playx_user_id: 'playx_user_id',
locked_points: 'locked_points',
available_points: 'available_points',
today_limit: 'today_limit',
@@ -9,5 +10,5 @@ export default {
today_limit_date: 'today_limit_date',
create_time: 'create_time',
update_time: 'update_time',
'quick Search Fields': 'id',
'quick Search Fields': 'id, playx_user_id, username, phone',
}

View File

@@ -1,8 +1,8 @@
export default {
id: 'id',
order: 'order',
mall_user_id: 'mall_user_id',
malluser__username: 'username',
playx_user_asset_id: 'PlayX user asset',
playxuserasset__username: 'username',
status: 'status',
'status 0': 'status 0',
'status 1': 'status 1',

View File

@@ -1,15 +0,0 @@
export default {
id: 'id',
username: 'username',
phone: 'phone',
password: 'password',
score: 'score',
daily_claim: 'daily_claim',
daily_claim_use: 'daily_claim_use',
available_for_withdrawal: 'available_for_withdrawal',
admin_id: 'admin_id',
admin__username: 'username',
create_time: 'create_time',
update_time: 'update_time',
'quick Search Fields': 'id',
}