sparticleinc / teamgpt-api

0 stars 0 forks source link

ws消息格式 #15

Open cc373471664 opened 1 year ago

cc373471664 commented 1 year ago

通用结构

{
  "type": "string", # 事件类型
  "client_id": "string", # 纯后端事件,此值为server
  "timestamp": 0, # 事件时间戳
  "data": { 
    # 事件的数据
  }
}

作图生成回调

订阅接口:/api/v1/ws/midjourney:auth0|642a40c9e3f60c3f8fc66265

{
    "type": "midjourney_hook",
    "client_id": "auth0|642a40c9e3f60c3f8fc66265",
    "timestamp": 1683872606,
    "data": {
        "finish_time": 644625742399,
        "image_url": "http://dummyimage.com/400x400",
        "status": "cillum",
        "taskId": "87d5f871-3aa3-4fc8-a5a4-094a08c8bd8e",
        "id": "c1d54807-6ccd-45ad-96f1-c275a0347108"
    }
}
cc373471664 commented 1 year ago

作图订阅 midjourney:auth0|642a40c9e3f60c3f8fc66265