php调Java接口传值
程序员文章站
2022-06-13 09:53:56
...
如何利用url形式给Java接口传值;类似于这样
http://localhost:8080/oms/router?appKey=00001&method=user.getSession&v=1.0&format=xml&service=subCreateSaleOrder&encrypt=1&content=4352345dfgsdfas&secret=34532452345/
http://localhost:8080/oms/router?appKey=00001&method=user.getSession&v=1.0&format=xml&service=subCreateSaleOrder&encrypt=1&content=4352345dfgsdfas&secret=34532452345/
php改用什么函数让Java那边能接收到
回复内容:
如何利用url形式给Java接口传值;类似于这样
http://localhost:8080/oms/router?appKey=00001&method=user.getSession&v=1.0&format=xml&service=subCreateSaleOrder&encrypt=1&content=4352345dfgsdfas&secret=34532452345/
php改用什么函数让Java那边能接收到
头没要求的就 file_get_contents('http://localhost:8080/oms/router?appKey=00001&method=user.getSession&v=1.0&format=xml&service=subCreateSaleOrder&encrypt=1&content=4352345dfgsdfas&secret=34532452345/');
有要求的就Curl
传值也是这样写吗
下一篇: php通用防注入程序 推荐
推荐阅读
-
jq ajax 传递数组 后台php 接值处理
-
php调Java接口传值
-
速战速决 3 - PHP: 函数基础, 函数参数, 函数返回值, 可变函数, 匿名函数, 闭包函数, 回调函数
-
java软件工程师学php -13. 值传递与引用传递
-
json返回值带函数名,PHP里如何回调呢
-
php-java 利用md5生成带秘钥的哈希值 有相应的函数吗
-
php-java 利用md5生成带秘钥的哈希值 有相应的函数吗
-
php调Java接口传值
-
PHP页面用JS调取子窗口传值后,子窗口无法正常上传文件了
-
速战速决 (3) - PHP: 函数基础, 函数参数, 函数返回值, 可变函数, 匿名函数, 闭包函数, 回调函数 - webabcd