> ## Documentation Index
> Fetch the complete documentation index at: https://developer-cn.cregis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 响应说明

```json theme={null}
{
  "code": "00000",
  "msg": "ok",
  "data": {
    "cid": 1382813146816512
  }
}
```

| 参数   | 类型     | 描述                                                                                  | 示例    |
| ---- | ------ | ----------------------------------------------------------------------------------- | ----- |
| code | string | 响应状态码，code为00000表示响应成功，其他状态码表示响应失败。 具体系统错误码可以参考[系统错误码](/api-reference/return-codes) | 00000 |
| msg  | string | 错误消息                                                                                | 签名错误  |
| data | object | 业务数据，为 Json 对象，如果请求错误，该字段为空。                                                        | {}    |
