DirectMailApi2.0
  1. 公共接口
DirectMailApi2.0
  • 鉴权说明
  • 订单状态
  • webhooks
  • 公共接口
    • 获取授权
      GET
    • 获取用户信息
      GET
    • 规格信息
      GET
    • 系统常量
      GET
    • 获取公告
      GET
    • 上传模版图片
      POST
    • webhooks
      POST
    • 获取历史公告
      GET
  • 用户接口
    • 订单管理
      • 明细订单统计
      • 月统计
      • 订单列表
      • 明细订单
      • 取消订单
      • 创建直邮订单
      • 创建数据订单
      • 修改订单标签
      • 获取订单内容
      • 批量获取订单内容
      • 历史订单列表
      • 创建直邮订单(新)
    • 财务管理
      • 余额变化列表
      • 充值订单
      • 历史余额变化列表
      • 历史充值订单
    • 模板管理
      • 模版列表
      • 新增模版
      • 删除模版
      • 修改模版名称
      • 历史模版列表
      • 模版预览
    • 地址管理
      • 地址标签列表
      • 明细地址列表
      • 创建地址标签
      • 删除地址标签
      • 地址绑定标签
      • 历史地址标签列表
    • 快捷标签管理
      • 快捷标签
      • 新增快捷标签
      • 删除快捷标签
    • 发件人管理
      • 发件人列表
      • 新增发件人
      • 删除发件人
    • 用户管理
      • 邀请用户
    • 子帐户管理
      • 子用户列表
      • 编辑子账号钱包
      • 创建子账号
    • 二维码
      • 创建二维码
        • 创建二维码-回邮
        • 创建二维码-落地页
        • 创建二维码-第三方链接
      • 二维码列表
        • 获取二维码列表
        • 修改二维码列表
        • 删除二维码
        • 禁用启用恢复二维码
        • 复制二维码
      • 场景分类管理
        • 获取分类管理
        • 修改分类管理
        • 添加分类管理
        • 删除分类管理
      • 案例
        • 添加案例
          • 添加回邮案例
          • 添加落地页案例
        • 获取案例列表
        • 删除案例
        • 复制案例
  • 更新日志
    • 2024-10-22 地址验证流程优化
    • 2024-10-14 地址后验证
  1. 公共接口

获取用户信息

测试环境
http://api.testagent.mumamail.com
测试环境
http://api.testagent.mumamail.com
GET
/common/getUserInfo
用于获取用户信息

请求参数

Authorization
在 header 添加参数
x-token
示例:
x-token: ********************

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.testagent.mumamail.com/common/getUserInfo' \
--header 'x-token;'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 0,
    "data": {
        "userInfo": {
            "id": 2,
            "created_at": {},
            "updated_at": {},
            "uuid": "27fff356-6f15-4a35-ab4c-d3e6fb2c2223",
            "user_name": "atest001",
            "avatar": "",
            "nick_name": "test1",
            "authorityId": 888,
            "authority": {
                "CreatedAt": "0001-01-01T00:00:00Z",
                "UpdatedAt": "0001-01-01T00:00:00Z",
                "DeletedAt": null,
                "authorityId": 0,
                "authorityName": "",
                "parentId": null,
                "dataAuthorityId": null,
                "children": null,
                "menus": null,
                "defaultRouter": ""
            },
            "authorities": null,
            "phone": "0",
            "email": "2223@qq.com",
            "enable": 1,
            "role": 2,
            "pid": 2,
            "inv_id": 91,
            "auto_level": 1,
            "vip_id": 1,
            "total_pay": "82801.02",
            "need_reset": -1,
            "sync_template": -1,
            "agreement": 1,
            "agreement_time": {},
            "remark": "",
            "register_link": "http://localhost:4000/login/3f0e554e-d177-46ad-810d-67510f609cd6",
            "unit_prices": [
                {
                    "id": 9,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "US",
                    "type": 1,
                    "size": "4x6",
                    "color": "color",
                    "express": "usps_first_class",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "0.575",
                },
                {
                    "id": 10,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "US",
                    "type": 1,
                    "size": "6x9",
                    "color": "color",
                    "express": "usps_first_class",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "0.597",
                },
                {
                    "id": 11,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "IT",
                    "type": 2,
                    "size": "A4",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "1.686",
                },
                {
                    "id": 12,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "FR",
                    "type": 2,
                    "size": "A4",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "1.686",
                },
                {
                    "id": 13,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "ES",
                    "type": 2,
                    "size": "A4",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "1.686",
                },
                {
                    "id": 14,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "US",
                    "type": 2,
                    "size": "8.5x11",
                    "color": "blackWhite",
                    "express": "usps_standard",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "0.595",
                },
                {
                    "id": 15,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "UK",
                    "type": 1,
                    "size": "A5",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 3999,
                    "currency": "USD",
                    "unit_price": "0.949",
                },
                {
                    "id": 16,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "ES",
                    "type": 1,
                    "size": "MAX",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "1.447",
                },
                {
                    "id": 17,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "FR",
                    "type": 1,
                    "size": "MAX",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "1.447",
                },
                {
                    "id": 18,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "DE",
                    "type": 1,
                    "size": "DL",
                    "color": "color",
                    "express": "default",
                    "min": 550,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "0.979",
                },
                {
                    "id": 19,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "US",
                    "type": 1,
                    "size": "6x9",
                    "color": "color",
                    "express": "usps_standard",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "0.565",
                },
                {
                    "id": 20,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "DE",
                    "type": 1,
                    "size": "A6",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 549,
                    "currency": "USD",
                    "unit_price": "1.177",
                },
                {
                    "id": 21,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "DE",
                    "type": 1,
                    "size": "MAX",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 549,
                    "currency": "USD",
                    "unit_price": "1.281",
                },
                {
                    "id": 22,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "UK",
                    "type": 2,
                    "size": "A4",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 3999,
                    "currency": "USD",
                    "unit_price": "0.949",
                },
                {
                    "id": 23,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "IT",
                    "type": 1,
                    "size": "DL",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "1.385",
                },
                {
                    "id": 24,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "FR",
                    "type": 1,
                    "size": "DL",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "1.385",
                },
                {
                    "id": 25,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "UK",
                    "type": 1,
                    "size": "A6",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 3999,
                    "currency": "USD",
                    "unit_price": "0.902",
                },
                {
                    "id": 26,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "DE",
                    "type": 2,
                    "size": "A4",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "1.114",
                },
                {
                    "id": 27,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "UK",
                    "type": 1,
                    "size": "DL",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 3999,
                    "currency": "USD",
                    "unit_price": "0.937",
                },
                {
                    "id": 28,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "CA",
                    "type": 1,
                    "size": "6x11",
                    "color": "color",
                    "express": "FIRST_CLASS",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "1.292",
                },
                {
                    "id": 29,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "CA",
                    "type": 1,
                    "size": "4x6",
                    "color": "color",
                    "express": "FIRST_CLASS",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "0.842",
                },
                {
                    "id": 30,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "IT",
                    "type": 1,
                    "size": "MAX",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "1.447",
                },
                {
                    "id": 31,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "US",
                    "type": 2,
                    "size": "8.5x11",
                    "color": "color",
                    "express": "usps_standard",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "0.625",
                },
                {
                    "id": 32,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "DE",
                    "type": 1,
                    "size": "DL",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 549,
                    "currency": "USD",
                    "unit_price": "1.239",
                },
                {
                    "id": 33,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "DE",
                    "type": 1,
                    "size": "MAX",
                    "color": "color",
                    "express": "default",
                    "min": 550,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "1.031",
                },
                {
                    "id": 34,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "IT",
                    "type": 1,
                    "size": "A6",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "1.281",
                },
                {
                    "id": 35,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "DE",
                    "type": 1,
                    "size": "A6",
                    "color": "color",
                    "express": "default",
                    "min": 550,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "0.917",
                },
                {
                    "id": 36,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "CA",
                    "type": 2,
                    "size": "8.5x11",
                    "color": "color",
                    "express": "FIRST_CLASS",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "1.172",
                },
                {
                    "id": 37,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "CA",
                    "type": 2,
                    "size": "8.5x11",
                    "color": "color",
                    "express": "common",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "0.972",
                },
                {
                    "id": 38,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "ES",
                    "type": 1,
                    "size": "A6",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "1.281",
                },
                {
                    "id": 39,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "CA",
                    "type": 1,
                    "size": "6x9",
                    "color": "color",
                    "express": "FIRST_CLASS",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "0.912",
                },
                {
                    "id": 40,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "US",
                    "type": 1,
                    "size": "6x11",
                    "color": "color",
                    "express": "usps_first_class",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "0.76",
                },
                {
                    "id": 41,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "US",
                    "type": 1,
                    "size": "6x11",
                    "color": "color",
                    "express": "usps_standard",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "0.595",
                },
                {
                    "id": 42,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "US",
                    "type": 2,
                    "size": "8.5x11",
                    "color": "blackWhite",
                    "express": "usps_first_class",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "0.77",
                },
                {
                    "id": 43,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "ES",
                    "type": 1,
                    "size": "DL",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "1.385",
                },
                {
                    "id": 44,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "FR",
                    "type": 1,
                    "size": "A6",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "1.281",
                },
                {
                    "id": 45,
                    "created_at": "2023-02-26 20:49:49",
                    "updated_at": "2023-02-26 20:49:49",
                    "vip_id": 1,
                    "country_code": "US",
                    "type": 2,
                    "size": "8.5x11",
                    "color": "color",
                    "express": "usps_first_class",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "0.8",
                },
                {
                    "id": 46,
                    "created_at": "0001-01-01 00:00:00",
                    "updated_at": "2023-04-02 13:51:31",
                    "vip_id": 1,
                    "country_code": "NONE",
                    "type": 4,
                    "size": "0",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "1",
                },
                {
                    "id": 47,
                    "created_at": "0001-01-01 00:00:00",
                    "updated_at": "2023-04-02 13:51:25",
                    "vip_id": 1,
                    "country_code": "NONE",
                    "type": 3,
                    "size": "0",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 99999,
                    "currency": "USD",
                    "unit_price": "1",
                },
                {
                    "id": 48,
                    "created_at": "2023-02-26 23:19:39",
                    "updated_at": "2023-02-26 23:19:39",
                    "vip_id": 1,
                    "country_code": "GB",
                    "type": 2,
                    "size": "A4",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 9999,
                    "currency": "USD",
                    "unit_price": "1",
                },
                {
                    "id": 49,
                    "created_at": "2023-03-20 23:42:08",
                    "updated_at": "2023-03-20 23:42:08",
                    "vip_id": 1,
                    "country_code": "GB",
                    "type": 1,
                    "size": "A6",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 9999,
                    "currency": "USD",
                    "unit_price": "1",
                },
                {
                    "id": 50,
                    "created_at": "2023-04-16 11:39:40",
                    "updated_at": "2023-04-16 11:39:40",
                    "vip_id": 1,
                    "country_code": "JP",
                    "type": 1,
                    "size": "A4",
                    "color": "color",
                    "express": "default",
                    "min": 1,
                    "max": 9999,
                    "currency": "USD",
                    "unit_price": "1",
                }
            ],
            "admin_remark": "",
            "vip_info": {
                "id": 1,
                "created_at": {},
                "updated_at": {},
                "name": "VIP001",
                "sub_agent_num": null,
                "unit_prices": null,
                "level_min": "1",
                "level_max": "1000",
                "is_default": 1
            },
            "wallet": [
                {
                    "id": 1,
                    "created_at": "0001-01-01 00:00:00",
                    "updated_at": "2023-04-19 01:11:55",
                    "agent_id": 2,
                    "currency": "CNY",
                    "balance": "115",
                    "total_pay": "100"
                },
                {
                    "id": 2,
                    "created_at": "0001-01-01 00:00:00",
                    "updated_at": "2023-04-19 01:13:57",
                    "agent_id": 2,
                    "currency": "USD",
                    "balance": "50227.02",
                    "total_pay": "55"
                }
            ]
        }
    },
    "msg": "获取成功"
}
🟢200默认响应结构体
修改于 2024-09-22 08:05:39
上一页
获取授权
下一页
规格信息
Built with