Mint
Generate equipment from the system and return a JSON data list. If the equipment cannot be generated, an empty list will be returned. The equipment here is generated by the system.
Request Body
Name
Type
Description
{
"code": 200,
"data": [
{
"tradingId": "58921c186166b2002fdcb5df6bd4d5f4",
"cfgEquipmentId": 90101,
"name": "Sword of God",
"desc": "Limited weapons, the legendary weapons used by the gods",
}
]
}Last updated