企微门店活码列表 (v1)

获取企微助手的门店及其活码信息

请求URL:

  • https://openapi.weixin12315.com/api/sign/md.workwx.storecode/v1/getstorelists

请求方式:

  • POST

请求示例:

{
   "StoreNo":"",
   "StoreName":"",
   "LeaderName":"",
   "Mobile":"",
   "PageIndex":1,
   "PageSize":20
}

请求参数说明:

参数名必选说明

StoreNo

门店编号

StoreName

门店名称

LeaderName

门店负责人名称

Mobile

门店负责人手机号

PageIndex

页码

PageSize

每页的大小

返回示例

{
    "return_code": "0",
    "return_msg": "请求成功",
    "return_data": {
        "list": [         
            {
                "id": 3262,
                "systemstoreid": 20383,
                "storeno": "0887",
                "storename": "诶诶00",
                "stroeleader": "诶诶",
                "mobile": "13751660887",
                "memberlogin": "10003911",
                "codestatus": 1,
                "expiretime": "2022-10-08 00:00:00",
                "createdtime": "2022-06-17 11:35:48",
                "remark": null,
                "addmembercount": 1,
                "codegeneratetime": "2022-06-17 11:47:42",
                "today": "2022-07-06 15:10:54",
                "codeexceptiondesc": ""
            },
            {
                "id": 3004,
                "systemstoreid": 21373,
                "storeno": "1255855545",
                "storename": "坤坤",
                "stroeleader": "坤坤",
                "mobile": "15920414991",
                "memberlogin": "10003911",
                "codestatus": 1,
                "expiretime": "2022-10-08 00:00:00",
                "createdtime": "2022-06-17 11:35:44",
                "remark": null,
                "addmembercount": 0,
                "codegeneratetime": "2022-06-22 00:03:17",
                "today": "2022-07-06 15:10:54",
                "codeexceptiondesc": ""
            }
        ],
        "totalcount": 15
    }
}

返回参数说明

参数名类型说明
return_codeint返回状态,0为成功,其他为失败
return_msgstring返回消息
return_dataobject返回的数据

totalcount

int总数据
listarrary列表数据

id

int企微门店id

systemstoreid

int米多系统的门店id

storeno

string门店编号

storename

string门店名称

stroeleader

string门店负责人

mobile

string门店负责人手机号

memberlogin

string所属品牌商

codestatus

int门店活码状态:0为待生成,1为成功生成,2为失败

expiretime

string门店活码的过期时间,"-"为没有

createdtime

datetime企微门店的创建时间

remark

string门店活码的备注或者异常描述



addmembercount

int门店活码添加好友的数量

codegeneratetime

datetime企微门店活码的生成时间

today

datetime请求接口的返回时间
codeexceptiondescstring门店活码的异常描述










API工具

SDK下载 调试工具