D黑奴背锅 文档中心
修仙 API经济
GET/business/xiuxian/economy/get_alchemy_recipes

获取当前角色可用的丹药炼制配方。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/business/xiuxian/economy/get_alchemy_recipes"
{  "code": 0,  "message": "获取丹药配方成功",  "data": [    {      "name": "回灵丹",      "materials": {        "灵草": 3,        "灵泉水": 1      },      "level_required": 1    }  ],  "time": 1779502528}