Authorization: Bearer ********************{
"dataTime": "2025-03"
}curl --location --request POST '/my/plspkc' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataTime": "2025-03"
}'{
"msg": "string",
"code": 0,
"data": [
{
"name": "string",
"dwgs": 0,
"xse": 0,
"xseLj": 0,
"xseTq": 0,
"xseLjTq": 0,
"lse": 0,
"lseLj": 0,
"lseTq": 0,
"lseLjTq": 0,
"spgje": 0,
"spgjeLj": 0,
"spgjeTq": 0,
"spgjeLjTq": 0,
"xseRate": 0,
"xseLjRate": 0,
"lseRate": 0,
"lseLjRate": 0
}
]
}