
submitpost中的操作参数
{ "name": "submitpost", "base": "", "fields": [ { "name": "creator", "type": "name" }, { "name": "image", "type": "string" }, { "name": "content", "type": "string" }, { "name": "permlink", "type": "string" } ] }

submitpost中的操作参数
{
"name": "submitpost",
"base": "",
"fields": [
{
"name": "creator",
"type": "name"
},
{
"name": "image",
"type": "string"
},
{
"name": "content",
"type": "string"
},
{
"name": "permlink",
"type": "string"
}
]
}