在web界面中,我创建了新的web服务,例如"Ticketconnector“,我是否需要商业模块或webservice bult-in?我不使用t understand how to get url path for this service to call it的方法?
谢谢!
发布于 2020-12-13 20:08:14
不幸的是不能。PHP是单流的,面向web脚本。因此RestAPI只能通过apache或任何其他web服务器实现。
https://stackoverflow.com/questions/65179706
复制相似问题