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

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

WBOY
WBOYOriginal
2016-06-06 20:22:342051Durchsuche

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

回复内容:

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

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

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

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

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

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn