#设计师
~~~[api]
post:/inde/getDesigner
<<<
success
{
"info": "success",
"status": 1,
"data": {
"data": [
{
"id": 1,
"name": "梅勤斌",
"avatar": "http://mz.icewl.com/static/upload/3855cd5cff42d51b/2f1c38e7c34ca2ee.png"
}
]
}
}
<<<
error
{
"info": "error",
"status": 0,
}
~~~