stlsw / wyo-router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

项目需求

stlsw opened this issue · comments

| # Chat Api
├── POST /api/v1/accounts/:accountGuid/chat / send message
│   ├── Headers
│   │   ├──x-api-key xxx
│   │   ├──x-session-guid xxx
│   │   ├──x-channel sms / whatsapp / hybrid
1.  sms => sms 发送
2.  whatsapp => whatsapp 发送
3. hybrid => 先尝试发送 whatsapp 然后在尝试发送 sms