AlipayClient alipayClient = new DefaultAlipayClient("https://openapi.alipay.com/gateway.do","app_id","your private_key","json","GBK","alipay_public_key","RSA2");
AlipayInsAutoAutoinsprodEnquriyApplyRequest request = new AlipayInsAutoAutoinsprodEnquriyApplyRequest();
request.setBizContent("{" +
"\"out_biz_no\":\"2014112611001004680073956707\"," +
"\"city_code\":\"100010\"," +
"\"agent\":{" +
"\"cert_type\":\"100\"," +
"\"cert_no\":\"422802198687870098\"," +
"\"cert_name\":\"弥勒\"," +
"\"user_id\":\"2088102165951510\"," +
"\"phone\":\"18668098909\"," +
"\"birthday\":\"1988-06-04\"," +
"\"gender\":\"M\"," +
"\"email\":\"milu123456@163.com\"," +
"\"address\":\"浙江杭州西湖区黄龙时代广场B座\"," +
"\"channel_user_source\":\"1\"," +
"\"channel_user_id\":\"2088000000000012\"," +
"\"pronounce_name\":\"发音名\"," +
"\"nationality\":\"中国\"," +
"\"biz_data\":\"{\\\"age\\\":\\\"22\\\"}\"" +
" }," +
"\"applicant\":{" +
"\"cert_type\":\"100\"," +
"\"cert_no\":\"422802198687870098\"," +
"\"cert_name\":\"弥勒\"," +
"\"user_id\":\"2088102165951510\"," +
"\"phone\":\"18668098909\"," +
"\"birthday\":\"1988-06-04\"," +
"\"gender\":\"M\"," +
"\"email\":\"milu123456@163.com\"," +
"\"address\":\"浙江杭州西湖区黄龙时代广场B座\"," +
"\"channel_user_source\":\"1\"," +
"\"channel_user_id\":\"2088000000000012\"," +
"\"pronounce_name\":\"发音名\"," +
"\"nationality\":\"中国\"," +
"\"biz_data\":\"{\\\"age\\\":\\\"22\\\"}\"" +
" }," +
"\"insured\":{" +
"\"cert_type\":\"100\"," +
"\"cert_no\":\"422802198687870098\"," +
"\"cert_name\":\"弥勒\"," +
"\"user_id\":\"2088102165951510\"," +
"\"phone\":\"18668098909\"," +
"\"birthday\":\"1988-06-04\"," +
"\"gender\":\"M\"," +
"\"email\":\"milu123456@163.com\"," +
"\"address\":\"浙江杭州西湖区黄龙时代广场B座\"," +
"\"channel_user_source\":\"1\"," +
"\"channel_user_id\":\"2088000000000012\"," +
"\"pronounce_name\":\"发音名\"," +
"\"nationality\":\"中国\"," +
"\"biz_data\":\"{\\\"age\\\":\\\"22\\\"}\"" +
" }," +
"\"car_owner\":{" +
"\"cert_type\":\"100\"," +
"\"cert_no\":\"422802198687870098\"," +
"\"cert_name\":\"弥勒\"," +
"\"user_id\":\"2088102165951510\"," +
"\"phone\":\"18668098909\"," +
"\"birthday\":\"1988-06-04\"," +
"\"gender\":\"M\"," +
"\"email\":\"milu123456@163.com\"," +
"\"address\":\"浙江杭州西湖区黄龙时代广场B座\"," +
"\"channel_user_source\":\"1\"," +
"\"channel_user_id\":\"2088000000000012\"," +
"\"pronounce_name\":\"发音名\"," +
"\"nationality\":\"中国\"," +
"\"biz_data\":\"{\\\"age\\\":\\\"22\\\"}\"" +
" }," +
"\"car\":{" +
"\"car_no\":\"浙A88888\"," +
"\"car_frame_no\":\"L3454767878985432\"," +
"\"car_engine_no\":\"CA18773\"," +
"\"first_register_date\":\"20140129\"," +
"\"car_model_code\":\"雅阁HG7230\"," +
"\"transfer_car\":\"true\"," +
"\"vehicle_type\":\"xxxxxx\"," +
"\"license_address\":\"万塘路18号\"," +
"\"transfer_date\":\"2017-09-19\"," +
"\"data_source\":\"1\"," +
" \"vehicle_info_list\":[{" +
" \"company_id\":\"2388xxxxxxxxxxxx\"," +
"\"vehicle_code\":\"DZAAKD0113\"" +
" }]" +
" }," +
"\"agent_user_id\":\"12223\"" +
" }");
AlipayInsAutoAutoinsprodEnquriyApplyResponse response = alipayClient.execute(request,accessToken);
if(response.isSuccess()){
System.out.println("调用成功");
} else {
System.out.println("调用失败");
}
IAopClient client = new DefaultAopClient("https://openapi.alipay.com/gateway.do", "app_id", "merchant_private_key", "json", "1.0", "RSA2", "alipay_public_key", "GBK", false);
AlipayInsAutoAutoinsprodEnquriyApplyRequest request= new AlipayInsAutoAutoinsprodEnquriyApplyRequest() ;
request.BizContent="{" +
"\"out_biz_no\":\"2014112611001004680073956707\"," +
"\"city_code\":\"100010\"," +
"\"agent\":{" +
"\"cert_type\":\"100\"," +
"\"cert_no\":\"422802198687870098\"," +
"\"cert_name\":\"弥勒\"," +
"\"user_id\":\"2088102165951510\"," +
"\"phone\":\"18668098909\"," +
"\"birthday\":\"1988-06-04\"," +
"\"gender\":\"M\"," +
"\"email\":\"milu123456@163.com\"," +
"\"address\":\"浙江杭州西湖区黄龙时代广场B座\"," +
"\"channel_user_source\":\"1\"," +
"\"channel_user_id\":\"2088000000000012\"," +
"\"pronounce_name\":\"发音名\"," +
"\"nationality\":\"中国\"," +
"\"biz_data\":\"{\\\"age\\\":\\\"22\\\"}\"" +
" }," +
"\"applicant\":{" +
"\"cert_type\":\"100\"," +
"\"cert_no\":\"422802198687870098\"," +
"\"cert_name\":\"弥勒\"," +
"\"user_id\":\"2088102165951510\"," +
"\"phone\":\"18668098909\"," +
"\"birthday\":\"1988-06-04\"," +
"\"gender\":\"M\"," +
"\"email\":\"milu123456@163.com\"," +
"\"address\":\"浙江杭州西湖区黄龙时代广场B座\"," +
"\"channel_user_source\":\"1\"," +
"\"channel_user_id\":\"2088000000000012\"," +
"\"pronounce_name\":\"发音名\"," +
"\"nationality\":\"中国\"," +
"\"biz_data\":\"{\\\"age\\\":\\\"22\\\"}\"" +
" }," +
"\"insured\":{" +
"\"cert_type\":\"100\"," +
"\"cert_no\":\"422802198687870098\"," +
"\"cert_name\":\"弥勒\"," +
"\"user_id\":\"2088102165951510\"," +
"\"phone\":\"18668098909\"," +
"\"birthday\":\"1988-06-04\"," +
"\"gender\":\"M\"," +
"\"email\":\"milu123456@163.com\"," +
"\"address\":\"浙江杭州西湖区黄龙时代广场B座\"," +
"\"channel_user_source\":\"1\"," +
"\"channel_user_id\":\"2088000000000012\"," +
"\"pronounce_name\":\"发音名\"," +
"\"nationality\":\"中国\"," +
"\"biz_data\":\"{\\\"age\\\":\\\"22\\\"}\"" +
" }," +
"\"car_owner\":{" +
"\"cert_type\":\"100\"," +
"\"cert_no\":\"422802198687870098\"," +
"\"cert_name\":\"弥勒\"," +
"\"user_id\":\"2088102165951510\"," +
"\"phone\":\"18668098909\"," +
"\"birthday\":\"1988-06-04\"," +
"\"gender\":\"M\"," +
"\"email\":\"milu123456@163.com\"," +
"\"address\":\"浙江杭州西湖区黄龙时代广场B座\"," +
"\"channel_user_source\":\"1\"," +
"\"channel_user_id\":\"2088000000000012\"," +
"\"pronounce_name\":\"发音名\"," +
"\"nationality\":\"中国\"," +
"\"biz_data\":\"{\\\"age\\\":\\\"22\\\"}\"" +
" }," +
"\"car\":{" +
"\"car_no\":\"浙A88888\"," +
"\"car_frame_no\":\"L3454767878985432\"," +
"\"car_engine_no\":\"CA18773\"," +
"\"first_register_date\":\"20140129\"," +
"\"car_model_code\":\"雅阁HG7230\"," +
"\"transfer_car\":\"true\"," +
"\"vehicle_type\":\"xxxxxx\"," +
"\"license_address\":\"万塘路18号\"," +
"\"transfer_date\":\"2017-09-19\"," +
"\"data_source\":\"1\"," +
" \"vehicle_info_list\":[{" +
" \"company_id\":\"2388xxxxxxxxxxxx\"," +
"\"vehicle_code\":\"DZAAKD0113\"" +
" }]" +
" }," +
"\"agent_user_id\":\"12223\"" +
" }";
AlipayInsAutoAutoinsprodEnquriyApplyResponse response=client.execute(request,accessToken);
Console.WriteLine(response.Body);
$aop = new AopClient ();
$aop->gatewayUrl = 'https://openapi.alipay.com/gateway.do';
$aop->appId = 'your app_id';
$aop->rsaPrivateKey = '请填写开发者私钥去头去尾去回车,一行字符串';
$aop->alipayrsaPublicKey='请填写支付宝公钥,一行字符串';
$aop->apiVersion = '1.0';
$aop->signType = 'RSA2';
$aop->postCharset='GBK';
$aop->format='json';
$request = new AlipayInsAutoAutoinsprodEnquriyApplyRequest ();
$request->setBizContent("{" .
"\"out_biz_no\":\"2014112611001004680073956707\"," .
"\"city_code\":\"100010\"," .
"\"agent\":{" .
"\"cert_type\":\"100\"," .
"\"cert_no\":\"422802198687870098\"," .
"\"cert_name\":\"弥勒\"," .
"\"user_id\":\"2088102165951510\"," .
"\"phone\":\"18668098909\"," .
"\"birthday\":\"1988-06-04\"," .
"\"gender\":\"M\"," .
"\"email\":\"milu123456@163.com\"," .
"\"address\":\"浙江杭州西湖区黄龙时代广场B座\"," .
"\"channel_user_source\":\"1\"," .
"\"channel_user_id\":\"2088000000000012\"," .
"\"pronounce_name\":\"发音名\"," .
"\"nationality\":\"中国\"," .
"\"biz_data\":\"{\\\"age\\\":\\\"22\\\"}\"" .
" }," .
"\"applicant\":{" .
"\"cert_type\":\"100\"," .
"\"cert_no\":\"422802198687870098\"," .
"\"cert_name\":\"弥勒\"," .
"\"user_id\":\"2088102165951510\"," .
"\"phone\":\"18668098909\"," .
"\"birthday\":\"1988-06-04\"," .
"\"gender\":\"M\"," .
"\"email\":\"milu123456@163.com\"," .
"\"address\":\"浙江杭州西湖区黄龙时代广场B座\"," .
"\"channel_user_source\":\"1\"," .
"\"channel_user_id\":\"2088000000000012\"," .
"\"pronounce_name\":\"发音名\"," .
"\"nationality\":\"中国\"," .
"\"biz_data\":\"{\\\"age\\\":\\\"22\\\"}\"" .
" }," .
"\"insured\":{" .
"\"cert_type\":\"100\"," .
"\"cert_no\":\"422802198687870098\"," .
"\"cert_name\":\"弥勒\"," .
"\"user_id\":\"2088102165951510\"," .
"\"phone\":\"18668098909\"," .
"\"birthday\":\"1988-06-04\"," .
"\"gender\":\"M\"," .
"\"email\":\"milu123456@163.com\"," .
"\"address\":\"浙江杭州西湖区黄龙时代广场B座\"," .
"\"channel_user_source\":\"1\"," .
"\"channel_user_id\":\"2088000000000012\"," .
"\"pronounce_name\":\"发音名\"," .
"\"nationality\":\"中国\"," .
"\"biz_data\":\"{\\\"age\\\":\\\"22\\\"}\"" .
" }," .
"\"car_owner\":{" .
"\"cert_type\":\"100\"," .
"\"cert_no\":\"422802198687870098\"," .
"\"cert_name\":\"弥勒\"," .
"\"user_id\":\"2088102165951510\"," .
"\"phone\":\"18668098909\"," .
"\"birthday\":\"1988-06-04\"," .
"\"gender\":\"M\"," .
"\"email\":\"milu123456@163.com\"," .
"\"address\":\"浙江杭州西湖区黄龙时代广场B座\"," .
"\"channel_user_source\":\"1\"," .
"\"channel_user_id\":\"2088000000000012\"," .
"\"pronounce_name\":\"发音名\"," .
"\"nationality\":\"中国\"," .
"\"biz_data\":\"{\\\"age\\\":\\\"22\\\"}\"" .
" }," .
"\"car\":{" .
"\"car_no\":\"浙A88888\"," .
"\"car_frame_no\":\"L3454767878985432\"," .
"\"car_engine_no\":\"CA18773\"," .
"\"first_register_date\":\"20140129\"," .
"\"car_model_code\":\"雅阁HG7230\"," .
"\"transfer_car\":\"true\"," .
"\"vehicle_type\":\"xxxxxx\"," .
"\"license_address\":\"万塘路18号\"," .
"\"transfer_date\":\"2017-09-19\"," .
"\"data_source\":\"1\"," .
" \"vehicle_info_list\":[{" .
" \"company_id\":\"2388xxxxxxxxxxxx\"," .
"\"vehicle_code\":\"DZAAKD0113\"" .
" }]" .
" }," .
"\"agent_user_id\":\"12223\"" .
" }");
$result = $aop->execute ( $request , $accessToken );
$responseNode = str_replace(".", "_", $request->getApiMethodName()) . "_response";
$resultCode = $result->$responseNode->code;
if(!empty($resultCode)&&$resultCode == 10000){
echo "成功";
} else {
echo "失败";
}
https://openapi.alipay.com/gateway.do?timestamp=2013-01-01 08:08:08&method=alipay.ins.auto.autoinsprod.enquriy.apply&app_id=5264&sign_type=RSA2&sign=ERITJKEIJKJHKKKKKKKHJEREEEEEEEEEEE&version=1.0&auth_token=20130319e9b8d53d09034da8998caefa756c4006&biz_content=
{
"out_biz_no":"2014112611001004680073956707",
"city_code":"100010",
"agent":{
"cert_type":"100",
"cert_no":"422802198687870098",
"cert_name":"弥勒",
"user_id":"2088102165951510",
"phone":"18668098909",
"birthday":"1988-06-04",
"gender":"M",
"email":"milu123456@163.com",
"address":"浙江杭州西湖区黄龙时代广场B座",
"channel_user_source":"1",
"channel_user_id":"2088000000000012",
"pronounce_name":"发音名",
"nationality":"中国",
"biz_data":"{\"age\":\"22\"}"
},
"applicant":{
"cert_type":"100",
"cert_no":"422802198687870098",
"cert_name":"弥勒",
"user_id":"2088102165951510",
"phone":"18668098909",
"birthday":"1988-06-04",
"gender":"M",
"email":"milu123456@163.com",
"address":"浙江杭州西湖区黄龙时代广场B座",
"channel_user_source":"1",
"channel_user_id":"2088000000000012",
"pronounce_name":"发音名",
"nationality":"中国",
"biz_data":"{\"age\":\"22\"}"
},
"insured":{
"cert_type":"100",
"cert_no":"422802198687870098",
"cert_name":"弥勒",
"user_id":"2088102165951510",
"phone":"18668098909",
"birthday":"1988-06-04",
"gender":"M",
"email":"milu123456@163.com",
"address":"浙江杭州西湖区黄龙时代广场B座",
"channel_user_source":"1",
"channel_user_id":"2088000000000012",
"pronounce_name":"发音名",
"nationality":"中国",
"biz_data":"{\"age\":\"22\"}"
},
"car_owner":{
"cert_type":"100",
"cert_no":"422802198687870098",
"cert_name":"弥勒",
"user_id":"2088102165951510",
"phone":"18668098909",
"birthday":"1988-06-04",
"gender":"M",
"email":"milu123456@163.com",
"address":"浙江杭州西湖区黄龙时代广场B座",
"channel_user_source":"1",
"channel_user_id":"2088000000000012",
"pronounce_name":"发音名",
"nationality":"中国",
"biz_data":"{\"age\":\"22\"}"
},
"car":{
"car_no":"浙A88888",
"car_frame_no":"L3454767878985432",
"car_engine_no":"CA18773",
"first_register_date":"20140129",
"car_model_code":"雅阁HG7230",
"transfer_car":"true",
"vehicle_type":"xxxxxx",
"license_address":"万塘路18号",
"transfer_date":"2017-09-19",
"data_source":"1",
"vehicle_info_list":[{
"company_id":"2388xxxxxxxxxxxx",
"vehicle_code":"DZAAKD0113"
}]
},
"agent_user_id":"12223"
}
//为确保安全通信,需自行验证响应示例中的sign值是否为蚂蚁金服所提供。