- 你好,你的小程序共有2笔订单未在微信公众平台上传发货信息?
你好,你的小程序"诸葛预言"共有2笔订单未在微信公众平台上传发货信息。请及时前往网页mp.weixin.qq.com,登陆小程序后台「功能-发货信息管理」页面,点击发货并上传发货信息,以免影响该小程序的订单资金正常结算。你好,你的小程序"诸葛预言"共有2笔订单未在微信公众平台上传发货信息。请及时前往网页mp.weixin.qq.com,登陆小程序后台「功能-发货信息管理」页面,点击发货并上传发货信息,以免影响该小程序的订单资金正常结算。
07-04 - 微信支付验证签名失败是什么原因?
$orderNumber = time() . mt_rand(10000, 99999); header("Content-type:text/html;charset=utf-8"); //此处进行字符集初始化, $data = array( 'appid' => "wxc93a417e631993c6", 'body' => "电动车协会", 'mch_id' => "1638940549", 'nonce_str' => $orderNumber, //随机字符串 'notify_url' => "https://ps.qijizhixin.com/api/Pay/notify", //异步回调地址 'openid' => $openid, //用户登录时获取的code中含有的值 'out_trade_no' => $orderNumber, //商家订单号 'spbill_create_ip' => $_SERVER["REMOTE_ADDR"], //APP和网页支付提交用户端ip 'total_fee' => "1", //订单总额 'attach' => 'order', //确定是哪个商家进行的支付 'trade_type' => 'JSAPI', 'sign_type'=>'MD5' //交易类型 ); //将数组转化为Xml $data['sign'] = $this->makeSign($data); $abc_xml = $this->arrayToXml($data); //统一下单接口prepay_id $url = 'https://api.mch.weixin.qq.com/pay/unifiedorder'; $xml = $this->execute($url, $abc_xml, 1); //将XMl转化为数组 $info = $this->xml2array($xml); if (!isset($info['prepay_id'])) { return $info; } $params = array( 'appId' => 'wxc93a417e631993c6', 'nonceStr' => $data['nonce_str'], 'package' => 'prepay_id=' . $info['prepay_id'], 'signType' => 'MD5', 'timeStamp' => '' . time(), ); $_info['paySign'] = $this->makeSign($params); $_info['timeStamp'] = "" . $params['timeStamp']; $_info['nonceStr'] = $params['nonceStr']; $_info['package'] = $params['package']; $_info['signType'] = $params['signType'];
2023-03-16 - 小程序直播添加并提审商品?
查看一下是什么问题 :{"goodsInfo":{"coverImgUrl":"6rNtiOPmxifKEKCowF8Ouj6QGBxYRpnRxr27R08dculOb9eP-OjzqRbjPjO28LKm","name":"\u8336\u676f","priceType":"1","price":"100.21","url":"pages\/index\/index"}}Array ( [errmsg] => goodsInfo must not be empty rid: 639ad04f-1c1a96ad-1b70fbeb [errcode] => 200002 ) appid:wx1b28a54ed2400711
2022-12-15 - 线上的小程序 获取openid报错 request:fail url not in domain?
线上的小程序 获取 openid 报错 request:fail url not in domain
2019-10-31