curl --location --request POST 'https://qiyukf.com/openapi/v2/ticket/create?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"title":"工单标题",
"uid":"someone",
"uniqueId":"123456789ABCDE",
"typeId":12345,
"content":"我有一个问题",
"userName":"游客1",
"userMobile":"18888888888",
"userEmail":"some@163.com",
"targetStaffId":12345,
"targetGroupId":12345,
"staffId":12345,
"priority": 5,
"templateId":1234,
"followerIds":["1001","1003"],
"attachments":[
{
"fileName":"附件1.txt",
"type":1,
"payload":"附件BASE64"
}
],
"properties":[
{
"key":"服务器",
"value":"瘦西湖"
},
{
"key":"玩家ID",
"value":"12345"
}
],
"customFields":[
{
"id":12345,
"value":"你好"
},
{
"id":12346,
"value":"恩"
}
]
}'