💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
#### 列表 ~~~[api] get:/admin/dealer/apply/index number:p=1#当前页数 number:ps=20#分页大小 <<< success { "code": 1, "msg": "", "time": "2018-07-12 19:15:04", "data": [ { "id": 1, "stores_name": "店铺名称1", "stores_cate_id": 1, "province": 100000, "city": 110000, "district": 111000, "twon": 0, "address": "地址", "mobile": "18666868868", "realname": "姓名", "idcard_number": "123456200001011234", "idcard_image": "http://oss.dgyouduo.com/static/img/no-image.png", "business_license_number": "", "business_license_image": "", "industry_additional_image": "", "status": 1, "created_at": "2018-06-12 07:30:10", "updated_at": "2018-06-12 07:30:10", "stores_category": { "id": 1, "parent_id": 0, "parent_id_path": "0_1", "level": 1, "type": 1, "name": "分类1", "thumb": "http://oss.dgyouduo.com/static/img/no-image.png", "template_style": 1, "delivery_scope": 1, "delivery_setting": "", "delivery_time": 0, "sort": 0, "is_support_two": 0, "is_support_express": 1, "is_support_self_pickup": 0, "is_support_delivery": 0, "is_support_make_delivery": 0, "is_self_delivery": 0, "status": 1, "created_at": "2018-06-10 22:26:52", "updated_at": "2018-06-20 15:39:07", "status_text": "正常" }, "status_text": "正常" } ], "_meta": { "totalCount": 1, "pageCount": 1, "currentPage": 1, "perPage": 20 } } ~~~ #### 详情 ~~~[api] get:/admin/dealer/apply/retrieve/id/:id *string:id=默认值#说明文字 name#说明文字 <<< success { "code": 1, "msg": "", "time": "2018-07-12 19:25:05", "data": { "id": 1, "stores_name": "店铺名称1", "stores_cate_id": 1, "province": 100000, "city": 110000, "district": 111000, "twon": 0, "address": "地址", "mobile": "18666868868", "realname": "姓名", "idcard_number": "123456200001011234", "idcard_image": "http://oss.dgyouduo.com/static/img/no-image.png", "business_license_number": "", "business_license_image": "", "industry_additional_image": "", "status": 1, "created_at": "2018-06-12 07:30:10", "updated_at": "2018-06-12 07:30:10", "status_text": "正常" } } ~~~ #### 删除 ~~~[api] post:/admin/dealer/apply/delete/id/:id <<< success { "code": 1, "msg": "success", "time": "2018-07-12 19:34:22", "data": [] } ~~~