🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 获取小程序模块列表 ~~~[api] post:branch.template/bind *template_id=24#小程序模板ID <<< 操作成功 { "code": 1, "msg": "绑定模板成功!", "data": { "store": { "id": 24, "pid": 23, "uid": 10, "cid": 19, "template_id": 24, "template_auditid": 0, "template_qrc": "", "is_master": 0, "is_discount": 0, "logo": "", "title": "楚才总店", "desc": "", "level": 3, "phone": "13617343800", "appid": "wx19f64200446c3582", "appkey": "fd4a29abd3c1d49e04c11f8ee914a245", "active_at": "2028-08-16 18:33:12", "active_no": 0, "province": "广东", "city": "广州", "status": 1, "create_at": "2018-08-16 18:33:12" } } } <<< 操作失败 { "code": 0, "msg": "无效的模板ID,请重新选择!", "data": [] } ~~~