- 母公司的《预包装食品销售备案凭证》怎么申请酒类类目?
我们母公司有《预包装食品销售备案凭证》,但是子公司没有这个证,需要如何才能申请酒类这个类目,需要提供一些什么材料? appid:wx338f3f73fb75e60f
09-29 - 一个小程序是否可以多商户支付?
业务场景,我们有10个餐饮公司,每个餐饮公司都是独立的对公账户,现在需要开发一个小程序在上面订餐付款,怎么实现比较好? 是否是申请10个商户号,全部绑定到开发的小程序里面,付款的时候是否付每个商户号都需要重新获取openid等信息?
2023-11-16 - 申请商家转账到零钱17天了还在审核中我们需要怎么处理?
申请商家转账到零钱17天了还在审核中,麻烦帮催一下,9号申请的今天都26号了,怎么算都已经超过7个工作日了。
2022-12-26 - 小程序名称 广电到家审核不通过,需要提供授权文件,具体如何操作?
[图片] 我们需要申请这个名称,我们国有企业旗下子公司,上级管理部门是自治区宣传部,指导部门是自治区广播电视局,具体需要提供什么材料,有没有相关模板,有谁知道麻烦告知一下,谢谢!
2022-07-05 - 服务商分账,公众号调用js支付,使用的是HMAC-SHA256签名方式,一直报支付验证签名失败?
服务商分账下单,公众号下调用js支付,使用的是HMAC-SHA256签名方式,前端获取到返回数据后调用支付,前端也是使用的"signType":"HMAC-SHA256",签名方式,一直报支付验证签名失败; 相同代码相同参数使用MD5加密方式,去掉此参数$post['profit_sharing'] = $profit_sharing;的时候是可以支付的 下面是分账的php调用代码 $appid = 'xxxxxxxxxx';//如果是公众号 就是公众号的appid $body = 'tt11'; $mch_id = 'xxxxxx';//商户号 $sub_mch_id = 'xxxxxx';//子商户号 $sub_appid = 'xxxxxx';//子商户公众账号ID $device_info ='WEB'; $nonce_str = $this->nonce_str();//随机字符串 // $signtype ='MD5'; $signtype ='HMAC-SHA256'; $notify_url = 'xxxxxx'; $out_trade_no = $this->order_number($openid);//商户订单号 $spbill_create_ip = 'xxxxxx'; $total_fee = $price*100;//因为充值金额最小是1 而且单位为分 如果是充值1元所以这里需要*100 $trade_type = 'JSAPI';//交易类型 默认 $profit_sharing="Y"; $post['appid'] = $appid; $post['body'] = $body; $post['mch_id'] = $mch_id; $post['nonce_str'] = $nonce_str; //随机字符串 $post['notify_url'] = $notify_url; $post['out_trade_no'] = $out_trade_no; $post['profit_sharing'] = $profit_sharing;//分账修改 $post['sign_type'] =$signtype; $post['spbill_create_ip'] = $spbill_create_ip; //终端的ip $post['sub_appid'] = $sub_appid; $post['sub_mch_id'] = $sub_mch_id; $post['sub_openid'] = $openid; $post['total_fee'] = $total_fee; //总金额 最低为一块钱 必须是整数 $post['trade_type'] = $trade_type; $sign = $this->sign_hash_hmac($post,$result['wxkey']); //签名 // $sign = $this->sign($post,$result['wxkey']); //签名 $post_xml = '<xml>'. '<appid>'.$appid.'</appid> <body>'.$body.'</body> <mch_id>'.$mch_id.'</mch_id> <nonce_str>'.$nonce_str.'</nonce_str> <notify_url>'.$notify_url.'</notify_url> <out_trade_no>'.$out_trade_no.'</out_trade_no> <profit_sharing>' . $profit_sharing . '</profit_sharing> <sign_type>' . $signtype . '</sign_type> <spbill_create_ip>'.$spbill_create_ip.'</spbill_create_ip> <sub_appid>'.$sub_appid.'</sub_appid> <sub_mch_id>'.$sub_mch_id.'</sub_mch_id> <sub_openid>'.$openid.'</sub_openid> <total_fee>'.$total_fee.'</total_fee> <trade_type>'.$trade_type.'</trade_type> <sign>'.$sign.'</sign> </xml> '; $url = 'https://api.mch.weixin.qq.com/pay/unifiedorder'; $xml = $this->http_request($url,$post_xml); $array = $this->xml($xml);//全要大写 前端调用代码; WeixinJSBridge.invoke( 'getBrandWCPayRequest', { "appId":appId, //公众号名称,由商户传入 "timeStamp":timeStamp, //时间戳,自1970年以来的秒数 "nonceStr":nonceStr, //随机串 "package":package, "signType":"HMAC-SHA256", //微信签名方式: "paySign":paySign //微信签名 }, function(res){ alert(JSON.stringify(res)); }); 前端所有调用参数均为后端返回,包括时间戳 麻烦帮看一下到底是哪里的问题?整了四五天了,该如何修改。
2021-01-07 - 附近小程序通过后且显示展示中,但是找不到,一定要做开发一个小程序上线发布吗?
122我们需要弄一个附近的小程序展示门店信息,没做任何的开发就无法展示出来吗,附近小程序哪里显示展示中,顶部又提示小程序暂未发布,但是如果要发布就必须我们在开发一个小程序提交发布 现在附近的小程序门店不做任何开发不能展示出来了吗?必须要定制开发一个小程序提交发布 才能展示?
2020-07-18