>微信jssdk 获取config配置数据
~~~[api]
get:/index.php/wechat/Apiwechat/get_wx_config
*string:url= #当前访问的url连接
<<<
success
{
"err": 0,
"data": {
"appId": "wxdde4311eedcee2b2",
"nonceStr": "YYo9zDDuOyfcMzb0",
"timestamp": 1565332557,
"url": "http://tp.tybxkj.cc/public/index.php/wechat/Wxapi/js_sdk_signature/_ajax/1.html",
"signature": "0c5fcf8dba3da00555d59c4ae74d1e867c130e3d"
}
}
<<<
error
{
"err": 1,
"code": 1000,
"content": "错误信息"
}
~~~