我正在尝试用我的 Druplal 应用程序实现微信。无法获取微信appID,如何获取微信APPID?
HTTP请求方式:GET https://api.wechat.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET
我正在尝试用我的 Druplal 应用程序实现微信。无法获取微信appID,如何获取微信APPID?
HTTP请求方式:GET https://api.wechat.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET
你应该去http://dev.wechat.com/创建一个应用程序并获取APPID和APPSECRET。
https://www.drupal.org/project/wechat,这里有一个 Drupal 模块。
在https://mp.weixin.qq.com/上注册一个账号,就可以获得 app_id 和 app_serect。
难点是怎么激活账号。。。因为微信在中国是腾讯的,激活前需要提供一些公司简介,合格的公司简介应该来自“a chinese compmay”...。
无论如何我已经开发了很多微信平台应用程序......如果您有任何其他问题,您可以@me