API接口目录

平台业务

商品API
价格API
库存API
销售准备API
交易API
退货退款API(新)
财务API
店铺API
物流API
促销API
分销API
发票API
招商API
换货API
互动营销API
退货退款API
客服API
平台营销API
风控API
会员通API
账房API
财务记账API
异常码自查工具
suning.custom.suncode.create 生成太阳码
¥免费

生成太阳码

公共参数
请求参数
名称 类型 是否必须 示例值 描述
posterUrlStringNhttp://xxx.suning.com/pic/xxx.jpg海报图片地址
posterWithStringN1000海报图片宽度
posterHeightStringN100海报图片高度
sunCodeXStringN100太阳码X
sunCodeYStringN100太阳码Y
pageUrlStringYpages/fourth/fourthpage为小程序url(不能带参数),如pages/fourth/fourth
sceneParamStringYtestNamescene字段(路径后的参数)需要小程序解析
widthStringY120二维码宽度
showExpireDateStringN1显示有效期 1:显示,0:不显示,默认是0
appIdStringNtestApp小程序名称 默认是易购小程序名称
响应参数
名称 类型 示例值 描述
urlStringhttp://xxx.suning.com/pic/suncode.jpg太阳码地址
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                <sn_request>
  <sn_body>
    <createSuncode>
      <showExpireDate>1</showExpireDate>
      <posterWith>1000</posterWith>
      <posterUrl>http://xxx.suning.com/pic/xxx.jpg</posterUrl>
      <sceneParam>testName</sceneParam>
      <sunCodeX>100</sunCodeX>
      <appId>testApp</appId>
      <posterHeight>100</posterHeight>
      <width>120</width>
      <sunCodeY>100</sunCodeY>
      <pageUrl>pages/fourth/fourth</pageUrl>
    </createSuncode>
  </sn_body>
</sn_request>

                                
                                {
  "sn_request": {
    "sn_body": {
      "createSuncode": {
        "showExpireDate": "1",
        "posterWith": "1000",
        "posterUrl": "http://xxx.suning.com/pic/xxx.jpg",
        "sceneParam": "testName",
        "sunCodeX": "100",
        "appId": "testApp",
        "posterHeight": "100",
        "width": "120",
        "sunCodeY": "100",
        "pageUrl": "pages/fourth/fourth"
      }
    }
  }
}
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              <sn_responseContent>
  <sn_body>
    <createSuncode>
      <url>http://xxx.suning.com/pic/suncode.jpg</url>
    </createSuncode>
  </sn_body>
</sn_responseContent>

                              
                              {
  "sn_responseContent": {
    "sn_body": {
      "createSuncode": {
        "url": "http://xxx.suning.com/pic/suncode.jpg"
      }
    }
  }
}
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.custom.createsuncode.length-overlong:* 参数的值超过规定长度 请检查此参数的值,*号表示参数字段名
biz.custom.createsuncode.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
biz.custom.createsuncode.format-error:* 参数格式错误 请检查此参数的值,*号表示参数字段名
isp.sys.service.unavailable.xhwmp 服务不可用 请联系苏宁技术人员
公共异常码
API工具
FAQ