${reps} GET On Session factory printing-package-mall-service/user/page/user-shipping-address params=pageNum=1&pageSize=100
${AddressList} Get From Dictionary ${reps.json()['data']} records #地址列表
${Address} Evaluate random.choice(${AddressList}) random #随机获取送货地址
${CityId} Get From Dictionary ${Address} cityId #市id
${DistrictId} Get From Dictionary ${Address} districtId #区id
${ProvinceId} Get From Dictionary ${Address} provinceId #省id
Set Global Variable ${CityId}
Set Global Variable ${DistrictId}
Set Global Variable ${ProvinceId}
#自提
${LocationCityId} Set Variable 120100
${LocationDistrictId} Set Variable 120102
${LocationProvinceId} Set Variable 120000
Set Global Variable ${LocationCityId}
Set Global Variable ${LocationDistrictId}
Set Global Variable ${LocationProvinceId}
#送货-获取税点
${reps} GET On Session factory printing-package-mall-service/user/get/sale-order/other-fees-config params=factoryId=${Fid}&orgId=${organizationId}&deliveryAddressProvinceId=${ProvinceId}&deliveryAddressCityId=${CityId}&deliveryAddressDistrictId=${DistrictId}