收藏
回答

第三方平台上传小程序代码爆错47001

框架类型 问题类型 提审时间 AppID
小程序 Bug 2018-06-04 wx32fd2620efef436c

string(362) "{ "template_id":0, "ext_json":{ "extEnable": false, "extAppid": "wx32fd2620efef436c", "directCommit": false, "ext": { }, "extPages": { }, "window":{ }, "tabBar": { }, "networkTimeout": { } }, "user_version":"V1.13", "user_desc":"isset" }" string(69) "{"errcode":47001,"errmsg":"data format error hint: [2Mzb6a07924529]"}"

回答关注问题邀请回答
收藏

2 个回答

  • 思
    2018-07-27


    2018-07-27
    有用 1
    回复
  • SHIELD
    SHIELD
    2018-12-27
    {
        "extEnable": true,
        "extAppid": "授权小程序",
        "directCommit": false,
        "ext": {},
        "extPages": {},
        "window": {},
        "tabBar": {},
        "networkTimeout": {}
    }

    要把上方JSON对象1转为JSON字符串,再填入下方JSON对象2

    {
        "template_id": 1,
        "ext_json": "JSON字符串填在这里",
        "user_version": "",
        "user_desc": ""
    }

    最后请求 https://api.weixin.qq.com/wxa/release?access_token=TOKEN 把JSON对象2POST过去就好了。


    2018-12-27
    有用
    回复 1
登录 后发表内容