暂无描述
curl --location --request POST 'http://test1.moranblog.cn/api/pay_post' \
--form 'appid="10000"' \
--form 'usertoken="8a35538ec2b0cb9cc45ab2e8cc40e51e2d3f65cb"' \
--form 'postid="1"' \
--form 'type="0"'
{
"code": 1,
"msg": "success",
"data": [],
"timestamp": 1686030276
}