Home > Backend Development > PHP Tutorial > mysql - python如何给app写API?后台是php的后台。

mysql - python如何给app写API?后台是php的后台。

WBOY
Release: 2016-06-06 20:22:34
Original
2055 people have browsed it

假定某个APP的后台是PHP编写的,现在可以用PYTHON给这个APP写一个数据调用接口吗?
要求:查询某个订单输入订单ID即可以查询到该订单的具体信息。返回一个json格式的dict。

回复内容:

假定某个APP的后台是PHP编写的,现在可以用PYTHON给这个APP写一个数据调用接口吗?
要求:查询某个订单输入订单ID即可以查询到该订单的具体信息。返回一个json格式的dict。

跟后台是什么语言写的没关系,你需要的只是网络访问库啊。例如 CURL。

像楼上说的,app的API跟语言没有关系,你用PHP也能写api,可以看看restful

建议同一公司统一开发语言,不然会发现坑一堆一堆,经常要适配,要联调,要一起debug,效率根本上不去。

有种东西叫thrift,专门用于不同语言之间的数据交换。
公司之前就是那这种框架,在python和nodejs之间做数据交互的

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