简体中文
    详细内容

    1688会员注册

    请求 URLPOST系统级输入参数


    名称类型是否必须描述文档

    _aop_timestampString请求时间戳文档地址

    _aop_signatureString请求签名文档地址

    access_tokenString用户授权令牌文档地址


    应用级输入参数


    名称类型是否必须描述示例值

    countryAccountaccount.user.register.param.CountryAccount账号注册入参{ "country": "japan", "site": "sniff", "outLoginId": "18899993333", "outMemberId": "c5b9e8a658554771852063f3a44d4e3d", "mobile": "18899993333", "mobileArea": "JP", "ip": "11.11.11.11", "email": "123@163.com" }


    返回结果


    名称类型描述示例值

    resultaccount.user.register.result.ResultModel--


    入参示例

    1{

    2  

    3    "country":  "japan",

    4  

    5    "outLoginId":  "1234test",

    6  

    7    "outUserId":  "3333333333",

    8  

    9    "site":  "test",

    10  

    11    "mobileArea":  "JP",

    12  

    13    "ip":  "11.11.11.11",

    14  

    15    "email":  "122323@234.com",

    16  

    17    "mobile":  "1234"

    18

    19}


    出参示例

    1{

    2  

    3    "success":  true,

    4  

    5    "code":  "S0000",

    6  

    7    "message":  "success",

    8  

    9    "result":  true

    10

    11}

    seo seo