EZTRANS OPEN Platform
CtrlK
  • EZTRANS OPEN Platform
  • EZTRANS OPEN API
  • EZTRANS iframe
  • Reference
    • API Reference
      • 用户
      • 地址获取
      • 查价
      • 用户收发通
      • 订单
      • 订单轨迹
  • Enumerations
    • UserStatus
    • QueryGoodsStatus
    • TransportType
    • FinancialAccountPhase
    • FinancialAccountCurrency
    • MarginLogicType
    • UserContactType
    • ServiceScope
    • OrderStatus
    • OrderTrackingType
  • Data Structure
    • User
    • UserRegistration
    • Address
    • QueryHistory
    • QueryResult
    • QueryPlanSeparated
    • QueryPlanCombined
    • PlanSummary
    • AtCostData
    • FinancialAccount
    • AccountingProduct
    • UserContacts
    • Order
    • OrderStatusDoc
    • OrderTrackingInfo
      • ShippingTrackingData
      • AirTrackingData
      • ExpressTrackingData
      • BasicTrackingData
    • VesselLocation
由 GitBook 提供支持
在本页
  1. Data Structure

UserRegistration

{
        "user": {
		User
	},
	// 用户security hash,用于API请求时辨别用户
	// 若某API需要用户信息,则必须在Cookie中添加
	//     X-JYY-UserId=200...nDc
	//     X-JYY-SecurityHash=dal...3jk
	"securityHash": "dalfd9123jk",
	// 登录或注册行为,true则代表登录,false代表注册
	"isLogin": true
}
上一页User下一页Address

最后更新于2年前