@myyzs
        
        2021-06-17T09:37:09.000000Z
        字数 434
        阅读 32
    /api/tenant-open/get-openids-by-codes?access_token=ACCESS_TOKEN
GET
| 参数 | 类型 | 说明 | 
|---|---|---|
| user_code | 字符串 | 多个用 ,分隔,(zhangsan,lisi) | 
正常结果
{
    "errcode": 0,
    "errmsg": "ok",
    "data": {
        "023924": "mysoft5a1cdc394ab50074225105"
    }
}
异常结果
  {
    "errcode": -1,
    "errmsg": "user_code不能为空",
    "data": ""
   }
