java soa接口測試,可以使用http協議調用


post調用url:“接口url”+/rpc

post調用參數body:

{
"ver": "接口版本號",
"soa":{"req":"123"},    //123取值隨意?
"iface":"接口調用依賴方法",
"method":"接口調用方法名",
"args":{"arg0":"參數0","arg1":"參數1","arg2":"參數2"}

}

例如:請求url:http://vpcb-lpdinfra-stream-1.vm.elenet.me:8989/rpc

body:

{ "ver":"1.0",
"soa":{"req":"123"},
"iface":"me.ele.lpdinfra.prediction.service.PredictionService",
"method":"restaurant_make_order_time",
"args":{"arg2":"\"stable\"","arg1":"{\"code\":[\"WIND\"],\"temperature\":11.11}","arg0":"{\"tracking_id\":\"100000000331770936\",\"eleme_order_id\":\"100000000331770936\",\"platform_id\":\"4\",\"restaurant_id\":\"482571\",\"dish_num\":1,\"dish_info\":[{\"entity_id\":142547763,\"quantity\":1,\"category_id\":1,\"dish_name\":\"番茄炒蛋\",\"price\":1.0}],\"merchant_location\":{\"longitude\":\"121.47831425\",\"latitude\":\"31.27576153\"},\"customer_location\":{\"longitude\":\"121.47831425\",\"latitude\":\"31.27576153\"},\"created_at\":1472809544,\"confirmed_at\":1472809545,\"dishes_total_price\":0.0,\"food_boxes_total_price\":2.0,\"delivery_total_price\":2.0,\"pay_amount\":0.0,\"city_id\":\"1\"}"}
}


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM