perf: 增加客运商业号

dev/voice
LiaoYijun 7 months ago
parent a8156f33ed
commit 841a8c725f

@ -40,7 +40,24 @@ export const WABAccounts = [
"decision": "DEFERRED",
"requestedVerifiedName": "Global Highlights",
"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 }), {})

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

Loading…
Cancel
Save