多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### 【报价】创建报价单记录(会员) ~~~[api] post:data/api.quotation/add *string:openid=5da828e6e3e9e#用户标识 *string:title#名称 *string:type#房屋类型 *string:size#房屋面积 *string:province#所在省份 *string:city#所在城市 string:amount#合同金额 <<< success { "code": 1, "info": "会员登录成功", "data": { "id": 1, "openid": "5d1f2e3ea4c3c", "username": "账号名称", "password": "e10adc3949ba59abbe56e057f20f883e", "phone": "13617343801", "create_at": "2019-07-05 19:01:14" } } <<< error { "code": 0, "info": "会员登录失败,请修改再试", "data": [] } ~~~