price 为当前调用方的单文件价格。Authorization: Bearer ********************curl --location 'https://api.murk.top/api/v1/encrypt/scripts?page=undefined&limit=undefined' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "操作成功",
"data": {
"list": [
{
"id": 1,
"code": "php_basic",
"name": "MurkPHP",
"version": "1.0.0",
"price": "10.00",
"originalPrice": "10.00",
"description": "脚本说明",
"pluginId": "encrypt.provider",
"pluginOptions": [
{
"key": "minimumPhpVersion",
"label": "最低 PHP 版本",
"type": "select",
"default": "auto",
"options": [
{
"label": "自动",
"value": "auto"
},
{
"label": "PHP 8.1",
"value": "8.1"
}
]
},
{
"key": "compress_code",
"label": "压缩输出",
"type": "boolean",
"default": true
}
]
}
],
"total": 1,
"page": 1,
"limit": 10
}
}