Merge remote-tracking branch 'origin/main'

dev/voice
Lei OT 7 months ago
commit 07653ef024

@ -40,7 +40,24 @@ export const WABAccounts = [
"decision": "DEFERRED", "decision": "DEFERRED",
"requestedVerifiedName": "Global Highlights", "requestedVerifiedName": "Global Highlights",
"rejectionReason": "NONE" "rejectionReason": "NONE"
} },
{
"id": "563254206874812",
"phoneNumber": "+639454682947",
"wabaId": "190290134156880",
"verifiedName": "Customer Retention",
"qualityRating": "UNKNOWN",
"messagingLimit": "TIER_1K",
"isOfficialBusinessAccount": false,
"codeVerificationStatus": "VERIFIED",
"status": "CONNECTED",
"displayPhoneNumber": "+63 945 468 2947",
"nameStatus": "DECLINED",
"newNameStatus": "NONE",
"decision": "DEFERRED",
"requestedVerifiedName": "Customer Retention",
"rejectionReason": "NONE"
},
]; ];
export const WABAccountsMapped = WABAccounts.reduce((a, c) => ({ ...a, [removeFirstPlus(c.phoneNumber)]: c, [c.phoneNumber]: c }), {}) export const WABAccountsMapped = WABAccounts.reduce((a, c) => ({ ...a, [removeFirstPlus(c.phoneNumber)]: c, [c.phoneNumber]: c }), {})

@ -85,13 +85,12 @@ function Profile() {
label: 'GH 顾问(+8617607730395)', label: 'GH 顾问(+8617607730395)',
}, },
{ {
value: '+8618174165365', value: '+639454682947',
label: '国际事业部(+8618174165365)', label: 'GH 客运(+639454682947)',
}, },
{ {
value: 'GH 客运', value: '+8618174165365',
label: 'GH 客运(无)', label: '国际事业部(+8618174165365)',
disabled: true,
}, },
{ {
value: 'GH 客服', value: 'GH 客服',

Loading…
Cancel
Save