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

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

WBOY
WBOYOriginal
2016-06-23 13:42:29812browse

请问这个大概流程是怎样的?求解。


回复讨论(解决方案)

是api接口

写一个借口类就好了啊  把数据用 json_encode处理一下返回 

http//www.xxxx.com/interface/index.php?money=300&test=wedsd&usercode=xx&mac=wuryweosmsf098
和你平时编程没什么两样。
把每个参数意思说一下。
最好后面加个MAC,防止别人篡改数据,MAC算法,双方可以协商。
当然如果整个参数字符串都能加密更好。

和一般网站的页面没有区别,只是输出的内容不同而已
当然传入的参数和发回的格式,是双方约定好的,不能擅自更改

和一般网站的页面没有区别,只是输出的内容不同而已
当然传入的参数和发回的格式,是双方约定好的,不能擅自更改

Statement:
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
Previous article:mssql_query问题Next article:给jam00的分,请来领取