轻易云
注册体验

顺兴方案配置

2 条评论

示例方案

轻易云数据集成平台

一:方案配置指南

查询适配器:\Adapter\ShunXin\SXQueryAdapter

写入适配器:\Adapter\ShunXin\SXExecuteAdapter

二:请求调度者配置指南

2.1查询商品接口和客户接口的时候需要增加对应的字段

商品:invtxt
客户:custxt

{
  "invtxt": "25010"
}

查询所有为空即可

三:写入调度者配置指南

3.1写入订单需要注意最外层需要套 items

{
  "items": [
    {
      "cuser_id": "27780",
      "ccus_name": "测试订单",
      "ccus_phone": "15266648887",
      "ccus_oaddress": "",
      "ccus_remaker": "测试订单不需要发货",
      "iusegold": "0",
      "paytype": "5",
      "cbeescode": "20250731637499991",
      "cashmoney": "230.60",
      "order": [
        {
          "cinvimg": "http://pic.hnsxtj.com/sxemall/public/30851_0_500.jpg",
          "cinvname": "百威经典瓶装500ml",
          "cinvstd": "500ml(1*12)",
          "iprice": "92.60",
          "iquantity": "1",
          "cinvcode": "30851",
          "bsale": "0"
        }
      ],
      "cshiptype": "01",
      "iquan_sum": "2",
      "imoney_sum": "230.60",
      "csotype": "01",
      "csource": "01",
      "ctype": "01",
      "xpoint_order": "28.184251",
      "ypoint_order": "112.996920",
      "bsoorder": "0",
      "userid": "01228"
    }
  ]
}