公司要与其他网站协作,要求开发接口,供合作方调用,返回的数据是json或xml格式的

WBOY
Release: 2016-06-13 12:12:56
Original
897 people have browsed it

公司要与其他网站合作,要求开发接口,供合作方调用,返回的数据是json或xml格式的
请问这个大概流程是怎样的?求解。
------解决思路----------------------
写一个借口类就好了啊  把数据用 json_encode处理一下返回 
------解决思路----------------------
http//www.xxxx.com/interface/index.php?money=300&test=wedsd&usercode=xx&mac=wuryweosmsf098
和你平时编程没什么两样。
把每个参数意思说一下。
最好后面加个MAC,防止别人篡改数据,MAC算法,双方可以协商。
当然如果整个参数字符串都能加密更好。
------解决思路----------------------
和一般网站的页面没有区别,只是输出的内容不同而已
当然传入的参数和发回的格式,是双方约定好的,不能擅自更改
------解决思路----------------------
和一般网站的页面没有区别,只是输出的内容不同而已
当然传入的参数和发回的格式,是双方约定好的,不能擅自更改

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template