企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**简要描述:** - 商家入驻申请详情 **请求URL:** - ` /api/ShopApply/detail ` **请求方式:** - GET **参数:** |参数名|必选|类型|说明| |:---- |:---|:----- |----- | |id|是|int|申请记录id| **返回示例** ``` { "code": 1, "show": 0, "msg": "获取成功", "data": { "id": 1, "cid": 1, "user_id": 14, "name": "大参林", "nickname": "刘总", "mobile": "13700000000", "account": "dashenlin", "password": "123456", "license": [ "http://www.likeshopb2b2c.localhost/test.jpg", "http://www.likeshopb2b2c.localhost/test2.jpg" ], "audit_explain": "", "audit_status": 1, "del": 0, "apply_time": "2021-06-03 16:38:22", "create_time": 1622709502, "update_time": 1622709502, "admin_address": "http://www.likeshopb2b2c.localhost/shop", "cid_desc": "美妆" } } ```