wx.getExtConfigSync() 在开发版本真机预览时返回了正确的对象,但是通过第三方平台上传代码后,通过api获取体验码时,wx.getExtConfigSync()返回的是空对象
上传代码参数如下:
{
"user_version": "1.0.6",
"template_id": 25,
"user_desc":"dddd",
"ext_json": "{\"extEnable\":true,\"extAppid\":\"wxadd2adb7ea5b1ea3\",\"ext\":\"{\\\"componentAppId\\\":\\\"wx260bcb42f44ba437\\\",\\\"merchantId\\\":104,\\\"appId\\\":\\\"wxadd2adb7ea5b1ea3\\\"}\"}"
}
componentAppId = wx260bcb42f44ba437 extAppid = wxadd2adb7ea5b1ea3
你好,麻烦具体描述下问题流程,提供完整的请求,最近一次操作时间(特别说明,5小时内才有机会快速定位),收到的回复消息
错误:{\"extEnable\":true,\"extAppid\":\"wxadd2adb7ea5b1ea3\",\"ext\":\"{\\\"componentAppId\\\":\\\"wx260bcb42f44ba437\\\",\\\"merchantId\\\":104,\\\"appId\\\":\\\"wxadd2adb7ea5b1ea3\\\"}\"}"
}
正确:
{\"extEnable\":true,\"extAppid\":\"wxadd2adb7ea5b1ea3\",\"ext\":{\"componentAppId\":\"wx260bcb42f44ba437\",\"merchantId\":104,\"appId\":\"wxadd2adb7ea5b1ea3\"}}"
}