## 入驻协议
~~~[api]
post:Design/getDesignReadme
<<<
success
{
"code": 1,
"msg": "success",
"data": {
"readme": "协议内容"
},
"token": "372q2p1f1c1i1l2r2u1p38321g1h1c382t352s2y392q1l302w2q1h2u2q2t341d2q371d1c"
}
<<<
error
{
"code": 0,
"msg": "error",
"token": "372q2p1f1c1i1l2r2u1p38321g1h1c382t352s2y392q1l302w2q1h2u2q2t341d2q371d1c"
}
~~~