我的订单-订单列表-一键投保

获取跨境保下拉数据  KJB.GetBaseParas  fun

参数:无

返回结构

{
    "status": true,
    "data": json字符串,
    "msg": "",
    "code": 1000

}

================================================================================================================================

获取跨境保明细数据 

proc:web_select_big_insurance_info_Client_byid

type:json

参数:

  1. trackingNo:  so号

database :morelink

返回结构:

{
    "status": true,
    "data": json字符串,
    "msg": "",
    "code": 1000

}

================================================================================================================================  

上传文件  KJB.upload_file  fun

参数:文件

返回结构

{
    "status": true,
    "data": json字符串,
    "msg": "",
    "code": 1000

}

================================================================================================================================

计算费用  KJB.calculate  fun

参数:

paras:

{"productCode":"","createUserName":"","cargoValue":"1.00","freight":"0","freightCurrencyCode":null,"baseAmountWay":"01","ratio":"100","currencyCode":"CNY","chargeableWeight":"2.00","shelf":"false","shelfName":"","unrestRisk":"false","cargoCategoryCode":"01","transportModeCode":"01","deliverywayCode":"0","expressCompanyCode":"","departureCountryCode":"CN","destinationCountryCode":"US","destType":"FBA"}

返回结构

{
    "status": true,
    "data": 字符串,
    "msg": "",
    "code": 1000

}

================================================================================================================================