Home >Backend Development >PHP Tutorial >?[问题]微信公众平台开发模式的url怎么填写!

?[问题]微信公众平台开发模式的url怎么填写!

WBOY
WBOYOriginal
2016-06-23 14:19:101300browse

微信 URL 服务器 odbc 数据库

本人正在进行微信公众平台的开发,以个人名义申请了一个订阅号,打算开启开发模式。 
但是,我要过一阵子才能拿到服务器地址,现在我想先用自己电脑作为服务器试玩一下,但是不知道怎么填写url。 
PS:我已经在电脑上安装了wamp集成环境,创建好了数据库和odbc连接,就剩下url这一栏了。 

回复讨论(解决方案)

最好有自己的网站,端口80

首先你的个人电脑得有一个能通过互联网访问的ip地址吧(比如说是1.1.1.1);
其次,你得有一个能够访问到的php接口文件吧(比如说是wx.php)

那么这个时候,url就是:

http://1.1.1.1/wx.php
(当然还取决于你的wx.php文件在你的web应用中的位置)

最关键的,还是你的个人电脑,是否有一个可访问的ip地址?

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