- 短剧播放器插件无法下载是什么原因?
[图片][图片]
02-21 - 短剧剧目提审这个状态代表什么?
[图片] 这个是过了还是没过,audit_detail中status描述的不够充分,示例中为status=3,麻烦帮看一下,谢谢
02-19 - 新增临时素材接口node怎么用?
做短剧小程序,需上传各种文件,获取media_id, 文档中只给了curl的代码示例,node怎么使用,需要传什么,怎么传[图片]
02-17 - 小程序短剧拉取上传access_token无效,是什么原因?
这个access token 获取的不对 报错{\\\"errcode\\\":40001,\\\"errmsg\\\":\\\"invalid credential, access_token is invalid or not latest, could get access_token by getStableAccessToken, more details at https://mmbizurl.cn/s/JtxxFh33r rid: 678f5de8-370a140c-15480bf0\\\"}\""} self._dao.execute( "select id,app_id,secret,comment from 数据库 "+orderByStr+" ", params, function(rows, err) { appid = rows[0].app_id; secret = rows[0].secret; grant_type = 'client_credential'; self.sendHttpRequest({ "urlPath": "https://api.weixin.qq.com/cgi-bin/token?grant_type="+grant_type+"&appid="+appid+"&secret="+secret+"", "method": "get", "retToJson": true, "headers": { } }, function(reqHttp, resHttp, errHttp, retHttp) { res.access_token = retHttp.access_token; self.end(res); }); self.sendHttpRequest({ "urlPath": "https://api.weixin.qq.com/wxa/sec/vod/pullupload?access_token=" + access_token, "method": "post", "headers": { "Content-Type": "application/json" } , "postdata": { "media_name": media_name, "media_url": self.url } }, function (reqHttp, resHttp, errHttp, retHttp) { res.data = JSON.stringify(retHttp); self.end(res); // if (resHttp.errmsg == 'ok') { // self.task_id = resHttp.task_id; // self.timer = setInterval(self.check(req, res, self), 1000); // } else { // self.onLogicError(1, "上传失败"); // } });
01-21 - 支付回调路径问题,返回400?
wx.requestPayment 调起支付二维码, 微信开发者工具 报 支付回调页 mainControl=false, hasFull=false 的提示,是什么原因?并且支付回调页可以外网访问,但支付成功后,确报400,请提供服务路径,这个是什么原因
2024-02-02