Compare commits

..

5 Commits

Author SHA1 Message Date
Lei OT a3ef048865 + 客运新的商业号 1 month ago
LiaoYijun ea00e7d2fd 1.6.5 1 month ago
LiaoYijun c600958384 feat: 增加客运香港号码 1 month ago
LiaoYijun 576532ebe6 1.6.4 1 month ago
LiaoYijun 7769929d00 fix:马币不支持跨境付款 1 month ago

@ -1,7 +1,7 @@
{
"name": "global-sales",
"private": true,
"version": "1.6.3",
"version": "1.6.5",
"type": "module",
"scripts": {
"dev": "vite",

@ -58,6 +58,27 @@ export const WABAccounts = [
"requestedVerifiedName": "Customer Relation Specialist",
"rejectionReason": "NONE"
},
{
"id": "955633124303178",
"phoneNumber": "+85265210895",
"wabaId": "190290134156880",
"verifiedName": "Customer Relation Specialist at Highlights",
"qualityRating": "UNKNOWN",
"qualityUpdateEvent": "ONBOARDING",
"messagingLimit": "TIER_2K",
"whatsappBusinessManagerMessagingLimit": "TIER_2K",
"isOfficialBusinessAccount": false,
"codeVerificationStatus": "VERIFIED",
"status": "CONNECTED",
"displayPhoneNumber": "+852 6521 0895",
"nameStatus": "APPROVED",
"newName": "Customer Relation Specialist at Highlights",
"newNameStatus": "NONE",
"decision": "APPROVED",
"requestedVerifiedName": "Customer Relation Specialist at Highlights",
"rejectionReason": "NONE",
"isOnBizApp": false
},
];
export const WABAccountsMapped = WABAccounts.reduce((a, c) => ({ ...a, [removeFirstPlus(c.phoneNumber)]: c, [c.phoneNumber]: c }), {})

@ -155,7 +155,6 @@ function GeneratePayment() {
{ value: 'SGD', label: '新加坡元' },
{ value: 'NZD', label: '新西兰元' },
{ value: 'THB', label: '泰铢' },
{ value: 'MYR', label: '马币' },
]}></Select>
</Form.Item>
}

@ -89,23 +89,12 @@ function Profile() {
label: 'GH 客运(+639454682947)',
},
{
value: '+8618174165365',
label: '国际事业部(+8618174165365)',
},
{
value: 'GH 客服',
label: 'GH 客服(无)',
disabled: true,
value: '+85265210895',
label: 'GH 客运 HK(+85265210895)',
},
{
value: 'CT 事业部',
label: 'CT 事业部(无)',
disabled: true,
},
{
value: '花梨鹰事业部',
label: '花梨鹰事业部(无)',
disabled: true,
value: '+8618174165365',
label: '国际事业部(+8618174165365)',
},
]}
/>

Loading…
Cancel
Save