Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

基准URL: /smartfin/api/v1/physical_trade

 

 

取得下拉菜单文本对接


GET /smartfin/api/v1/physical_trade/dropdown

 

验证 / 授权

  • API密钥(令牌)

 

请求标头

架构


请求标头:

Screenshot 2024-03-01 at 11.26.10 AM.png

Authorization (验证):

  • JWT <<您的API密钥(令牌)>> (必填项)

 

响应 (成功):

{
    "error_code": 0,
    "value": {
      "wh_id":  [
                  {
                      "label": "约定仓储名",     #约定仓储名称文本
                      "value": 171,            #约定仓储名称ID
                      "wh_add": "约定仓储地址",  #约定仓储地址文本
                      "wh_entity": "仓储公司"   #仓储公司
                  },
                  ...
                ]
      "self_entity": [ ... ],
      "stock_action": [ ... ]
      ...
    }
}

 

响应 (失败):

{
    "error_code": 3000,
    "error_msg": "" # 响应失败消息
}

 

  • No labels