@@ -36,10 +36,10 @@ POST /v1/share/info
3636 " chat_name" : " 咸料" , // 分享链接会话名称
3737 " chat_type" : 2 , // 分享链接会话类型
3838 " chat_id" : " 65535" , // 会话id
39- " key" : " 9o5UKnYgLk6z " , // 分享链接key(来自 https://yhfx.jwznb.com/share?key=9o5UKnYgLk6z &ts=1754730310 内key的值 )
39+ " key" : " 123123 " , // 分享链接key(来自 https://yhfx.jwznb.com/share?key=123123 &ts=123123123 内key的值 )
4040 " create_by" : " 114514" , // 分享链接创建者id
41- " create_time" : 1754730310 , // 创建分享链接时间戳
42- " imageUrl" : " share/f1881e952b5040a846a8bb1437a8c48f " , // 分享链接会话头像url
41+ " create_time" : 123123123 , // 创建分享链接时间戳
42+ " imageUrl" : " share/... " , // 分享链接会话头像url
4343 " imageName" : " resources/share_bg/bg1.jpg" // 图片名称
4444 }
4545 },
@@ -73,10 +73,10 @@ POST /v1/share/create
7373{
7474 " code" : 1 , // 请求状态码,1为正常
7575 " data" : {
76- " imageKey" : " share/897c53c47d767bcde2e0c65367b59871 " , // 图片key
77- " key" : " AzN8zhJXPzyd " , // 分享链接的key
76+ " imageKey" : " share/... " , // 图片key
77+ " key" : " 123123123 " , // 分享链接的key
7878 " shareUrl" : " https://yhfx.jwznb.com/" , // 分享开头的url
79- " ts" : 1754882929 // 分享链接创建时间戳
79+ " ts" : 123123123 // 分享链接创建时间戳
8080 },
8181 " msg" : " success" // 返回消息
8282}
0 commit comments