| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742 |
- ### ping
- POST {{host}}/project/pet/v1/ping
- Content-Type: application/json
- {}
- ### user code
- POST {{host}}/central/open/v1/user/code
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "phone": "15218979950",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1
- }
- ### user login
- POST {{host}}/central/open/v1/user/login
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "phone": "15218979950",
- "code": "0000",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1
- }
- ### user login oneclick
- POST {{host}}/central/open/v1/user/login/oneclick
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "phone": "15218979950",
- "code": "0000",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1,
- "token": "",
- "accessToken": ""
- }
- ### user logout
- POST {{host}}/central/open/v1/user/logout
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1
- }
- ### user deprecate
- POST {{host}}/central/open/v1/user/deprecate
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1
- }
- ### user info
- POST {{host}}/project/pet/v1/user/info
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1
- }
- ### complaint submit
- POST {{host}}/project/pet/v1/complaint/submit
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1,
- "type": 1,
- "content": "建议"
- }
- ### home info
- POST {{host}}/project/pet/v1/home/info
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1
- }
- ### group info page
- POST {{host}}/project/pet/v1/pet/group/info/page
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1,
- "id": "74ef248dd02c4ca490c3a9bde05a757c",
- "page": 1,
- "pageSize": 10
- }
- ### pet info
- POST {{host}}/project/pet/v1/pet/info
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1,
- "petId": "3dd516a35b0b444e869d23ff678fe3cd",
- "petType": 0
- }
- ### pet operate
- POST {{host}}/project/pet/v1/pet/operate
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1,
- "id": "3dd516a35b0b444e869d23ff678fe3cd",
- "type": 1
- }
- ### pet buy
- POST {{host}}/project/pet/v1/pet/buy
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1,
- "id": "e1a6c82625b640c798e50c64c88579ff"
- }
- ### pet inUse
- POST {{host}}/project/pet/v1/pet/inUse
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1
- }
- ### pet pick
- POST {{host}}/project/pet/v1/pet/pick
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1
- }
- ### ornament info
- POST {{host}}/project/pet/v1/ornament/info
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1
- }
- ### ornament buy
- POST {{host}}/project/pet/v1/ornament/buy
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1
- }
- ### diy body list
- POST {{host}}/project/pet/v1/diy/body/list
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1
- }
- ### diy body seg
- POST {{host}}/project/pet/v1/diy/body/seg
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1
- }
- ### diy body config
- POST {{host}}/project/pet/v1/diy/body/config
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1,
- "id": "ac657dc724c74e7885fe77c355ea9fe1"
- }
- ### diy cnf upload
- POST {{host}}/project/pet/v1/diy/cnf/upload
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1,
- "id": "0ea023dd0eae4e23b6d5c9da5393caca",
- "petCnf": [{"picInfo": {"angel": "-10", "point": "55,46", "imgWidth": 160, "imgHeight": 160}, "picPath": "pose2/2.png"}, {"picInfo": {"angel": "9", "point": "89,36", "imgWidth": 160, "imgHeight": 160}, "picPath": "pose2/1.png"}, {"picInfo": {"angel": "0", "point": "72,38", "imgWidth": 160, "imgHeight": 160}, "picPath": "pose2/3.png"}, {"picInfo": {"angel": "10", "point": "75,27", "imgWidth": 160, "imgHeight": 160}, "picPath": "pose1/2.png"}, {"picInfo": {"angel": "-10", "point": "42,38", "imgWidth": 160, "imgHeight": 160}, "picPath": "pose1/1.png"}, {"picInfo": {"angel": "-12", "point": "39,37", "imgWidth": 160, "imgHeight": 160}, "picPath": "pose1/3.png"}, {"picInfo": {"angel": "11", "point": "-44,17", "imgWidth": 160, "imgHeight": 160}, "picPath": "absorbleft/absorbleft.png"}, {"picInfo": {"angel": "-10", "point": "54,47", "imgWidth": 160, "imgHeight": 160}, "picPath": "goleft/1.png"}, {"picInfo": {"angel": "10", "point": "87,37", "imgWidth": 160, "imgHeight": 160}, "picPath": "goleft/2.png"}, {"picInfo": {"angel": "0", "point": "63,41", "imgWidth": 160, "imgHeight": 160}, "picPath": "default/1.png"}, {"picInfo": {"angel": "0", "point": "73,2", "imgWidth": 150, "imgHeight": 150}, "picPath": "drop/drop.png"}, {"picInfo": {"angel": "0", "point": "75,3", "imgWidth": 150, "imgHeight": 150}, "picPath": "drop/drop2.png"}, {"picInfo": {"angel": "-10", "point": "193,27", "imgWidth": 160, "imgHeight": 160}, "picPath": "absorbright/absorbfight.png"}, {"picInfo": {"angel": "-82", "point": "-1,-25", "imgWidth": 140, "imgHeight": 140}, "picPath": "topleft/topleft1.png"}, {"picInfo": {"angel": "-99", "point": "7,-20", "imgWidth": 140, "imgHeight": 140}, "picPath": "topleft/topleft2.png"}, {"picInfo": {"angel": "9", "point": "-26,-3", "imgWidth": 160, "imgHeight": 160}, "picPath": "left/left.png"}, {"picInfo": {"angel": "-10", "point": "-47,5", "imgWidth": 160, "imgHeight": 160}, "picPath": "left/left2.png"}]
- }
- ### video start
- POST {{host}}/project/pet/v1/video/start
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1
- }
- ### video end
- POST {{host}}/project/pet/v1/video/end
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1,
- "sign": "1cbc210e44784d019a4b719832144e2f"
- }
- ### task info
- POST {{host}}/project/pet/v1/task/info
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1
- }
- ### task initiate
- POST {{host}}/project/pet/v1/task/initiate
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1,
- "type": 1005
- }
- ### task award receive
- POST {{host}}/project/pet/v1/task/award/receive
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1,
- "sign": "7d5b91e42bb841338756a758c43c6e8c",
- "type": 2001
- }
- ### task daily signIn info
- POST {{host}}/project/pet/v1/task/daily/signIn/info
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1
- }
- ### task daily signIn
- POST {{host}}/project/pet/v1/task/daily/signIn
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1,
- "sign": "0311593000bf4d5dbf62678213235352"
- }
- ### task award check
- POST {{host}}/project/pet/v1/task/award/check
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1,
- "type": 4
- }
- ### task newUser award
- POST {{host}}/project/pet/v1/task/newUser/award
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1
- }
- ### props
- POST {{host}}/project/pet/v1/props
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1
- }
- ### prop info
- POST {{host}}/project/pet/v1/prop/info
- Content-Type: application/json
- {
- "authToken": "tZ6U1yWY02cLohHiFd7CIVzNw4GvenmB",
- "ssid": "8949c5750c474db6aa7512f358258a69"
- }
- ### prop reset
- POST {{host}}/project/pet/v1/prop/reset
- Content-Type: application/json
- {
- "authToken": "tZ6U1yWY02cLohHiFd7CIVzNw4GvenmB",
- "ssid": "9591c7400c4f491eb3af03c6de1d411c",
- "propId": "1001",
- "propNum": 20000
- }
- ### chat list page
- POST {{host}}/project/pet/v1/chat/list/page
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1
- }
- ### chat config
- POST {{host}}/project/pet/v1/chat/config
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1,
- "petId": "3dd516a35b0b444e869d23ff678fe3cd",
- "petType": 0
- }
- ### chat stream
- POST {{host}}/project/pet/v1/chat/stream
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1,
- "petId": "3dd516a35b0b444e869d23ff678fe3cd",
- "petType": 0,
- "content": "你是谁"
- }
- ### chat page
- POST {{host}}/project/pet/v1/chat/page
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1,
- "petId": "3dd516a35b0b444e869d23ff678fe3cd",
- "page": 1,
- "pageSize": 10,
- "id_": 0
- }
- ### chat assistant reply
- POST {{host}}/project/pet/v1/chat/assistant/reply
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1,
- "petId": "3dd516a35b0b444e869d23ff678fe3cd",
- "petType": 0
- }
- ### confs
- POST {{host}}/project/pet/v1/confs
- Content-Type: application/json
- {
- "authToken": "{{authToken}}",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1,
- "confCodes": ["qq_group", "app_update"]
- }
- ### refresh pet group
- POST {{host}}/project/pet/v1/refresh/pet/group
- Content-Type: application/json
- {
- "authToken": "QsthDr0pcP5GJsGGHdYQr7WhYAdYpb8S",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "GooglePlay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "com.manyue.chongwu",
- "appPlatform": 1,
- "groupId": "74ef248dd02c4ca490c3a9bde05a757c"
- }
- ### fastgpt
- POST http://119.29.148.108:3000/api/v1/chat/completions
- Content-Type: application/json
- Authorization: Bearer fastgpt-akr3dQVmKIXZkrQgDrLjk2EFEUqZnSzXJ7MpOpQ9Qa54DrGsBQi4am
- Authorization2: Bearer fastgpt-jUyY63hHiVhyXhE6NXd0C3EXtaW9AzJM3ZjUYgUQpGb4UWWybzsfi
- {
- "chatId": "4e5767cddb8a4e07a678c32c633390ff32",
- "stream": true,
- "messages": [
- {
- "role": "user",
- "content": [
- {
- "type": "text",
- "text": "你是谁"
- }
- ]
- }
- ],
- "variables": {
- "name": "安琪妹妹",
- "last_chat_time": "2024-12-23 00:00:00",
- "current_time": "2024-12-23 00:00:00",
- "current_date": "2024-12-23",
- "type": "系统宠物",
- "type2": "测试"
- }
- }
|