CINXE.COM
<!DOCTYPE html> <html lang="en"> <head data-n-head-ssr> <title data-n-head="true">开发者专区 | 微信开放社区</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="baidu-site-verification" content="YohnrGnVqQ" /> <meta name="google-site-verification" content="u_9F5q9UrNxwO0uNw5V949s1JTovxX8x_O5f2ZIOlds"> <meta name="google-site-verification" content="X22_H_gVbgaA2kLabxpe9Tp3BgBPKoPgxj12zbGPdWM" /> <meta name="google-site-verification" content="W7QrG9vZcOB_1SLK2aSS7QpN5-QyRrDOBgv5PV5sFWY" /> <meta name="renderer" content="webkit"> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="default"> <meta itemprop="image" content="https://res.wx.qq.com/a/wx_fed/wechat_search_common_assets/res/developers/3x/developers-8630de9303.png"> <meta property="og:image" content="https://res.wx.qq.com/a/wx_fed/wechat_search_common_assets/res/developers/3x/developers-8630de9303.png"> <!--<link href="https://res.wx.qq.com/wxopenforumres/htmledition/images/favicon318d1d.ico" rel="Shortcut Icon"> <link rel="apple-touch-icon" sizes="120x120" href="https://res.wx.qq.com/wxopenforumres/htmledition/images/favicon318d1d.ico">--> <!--<link rel="shortcut icon" type="image/x-icon" href="https://res.wx.qq.com/a/wx_fed/assets/res/NTI4MWU5.ico" /> <link rel="mask-icon" href="https://res.wx.qq.com/a/wx_fed/assets/res/MjliNWVm.svg" color="#4C4C4C" /> <link rel="apple-touch-icon-precomposed" href="https://res.wx.qq.com/a/wx_fed/assets/res/OTE0YTAw.png" />--> <link rel="shortcut icon" type="image/x-icon" href="https://res.wx.qq.com/a/wx_fed/wechat_search_common_assets/res/developers/3x/developers-db8b687441.ico" /> <link rel="mask-icon" href="https://res.wx.qq.com/a/wx_fed/wechat_search_common_assets/res/developers/3x/developers-b73356d472.svg" color="#4C4C4C" /> <link rel="apple-touch-icon-precomposed" href="https://res.wx.qq.com/a/wx_fed/wechat_search_common_assets/res/developers/3x/developers-8630de9303.png" /> <link rel="apple-touch-icon" sizes="120x120" href="https://res.wx.qq.com/a/wx_fed/wechat_search_common_assets/res/developers/3x/developers-db8b687441.ico"> <meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui, viewport-fit=cover, maximum-scale=1.0, user-scalable=0"> <script> (function () { 'use strict'; const SCRIPT_URLs = [ 'https://dldir1.qq.com/WechatWebDev/devPlatform/px.min.js', 'https://dev.weixin.qq.com/platform-console/proxy/assets/tel/px.min.js', ]; const param = { maskMode: 'all-mask', // 隐私策略, all-mask 或 no-mask, 详见:https://dev.weixin.qq.com/docs/analysis/sdk/docs.html recordCanvas: false, // 若要采集canvas, 设为true projectId: 'wxef34f91ddab0c534-0HLdQNKAk-dzsFsA', // 项目 ID,需替换为体验分析项目 ID iframe: false, // 是否采集 iframe 页面 console: true, // 是否采集 console 输出的错误日志 network: true, // 是否采集网络错误 }; function loadScript(url) { return new Promise((resolve, reject) => { const scriptEle = document.createElement('script'); scriptEle.type = 'text/javascript'; scriptEle.async = true; scriptEle.src = url; scriptEle.onload = () => { resolve(url); }; scriptEle.onerror = () => { reject(new Error('Script load error')); }; document.head.appendChild(scriptEle); }); } async function main() { try { sessionStorage.setItem('wxobs_start_timestamp', String(Date.now())); const fastestUrl = await Promise.race(SCRIPT_URLs.map(url => loadScript(url))); window.__startPX && window.__startPX(param); } catch (error) { console.error('Error loading scripts:', error); } } main(); })(); </script> <script type="text/javascript"> // 获取 cookies function getCookie(name) { var value = '; ' + document.cookie; var parts = value.split('; ' + name + '='); if (parts.length == 2) return parts.pop().split(';').shift(); else return ''; } function clearAllCookie() { var date=new Date(); date.setTime(date.getTime()-10000); var keys=document.cookie.match(/[^ =;]+(?=\=)/g); if (keys) { for (var i = keys.length; i--;) document.cookie=keys[i]+"=0; expire="+date.toGMTString()+"; path=/"; } } // 检查微信环境 var ua = navigator.userAgent.toLowerCase(); var isWeixin = ua.indexOf('micromessenger') !== -1 && ua.indexOf('wxwork') === -1; var isNewLogin = getCookie('s_rand_info') ? true : false // 清除旧的登录态 if(parseInt(getCookie('forum_login_type'), 10) === 1 && !isNewLogin) { clearAllCookie() } if (isWeixin && parseInt(getCookie('forum_login_type'), 10) !== 1 && parseInt(getCookie('forum_wx_login_err'), 10) !== 1) { var origin = location.origin || (location.protocol + '//' + location.hostname + (location.port ? ':' + location.port : '')); var redirectUri = origin + '/community/ngi/wxlogin?redirect_url=' + encodeURIComponent((location.pathname + location.search) || redirectUrl); location.href = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx807d86fb6b3d4fd2&redirect_uri=' + encodeURIComponent(redirectUri) + '&response_type=code&scope=snsapi_base&state=#wechat_redirect'; } // 测速用 var completed = function() { window.__ON_LOAD_TIMESTAMP__ = Date.now(); if (window.sendReportCache && window.sendReportCache.length) window.sendReportCache.forEach(function(func) { func && func(); }); // 如果需要提交上报,则在此时提交 window.sendReportCache = null; }; if (window.addEventListener) window.addEventListener('load', completed, false); else window.attachEvent('onload', completed); // 需要隐藏导航栏的情况 var needHideHeader = location.search.indexOf('hideheader=1') >= 0; var needCancelHideHeader = location.search.indexOf('hideheader=0') >= 0; if (!needHideHeader) { var hideHeaderUa = localStorage.getItem('HIDE_HEADER'); if (hideHeaderUa === ua) needHideHeader = true; if (needCancelHideHeader) { localStorage.removeItem('HIDE_HEADER'); needHideHeader = false; } } else { localStorage.setItem('HIDE_HEADER', ua); } if (needHideHeader) { document.documentElement.classList.add('hide-header'); } </script> <style>body{opacity:0}</style> <meta data-n-head="true" name="description" content="微信开放社区,小程序,Donut开发平台,多端应用,微信服务市场,微信学堂"/><meta data-n-head="true" name="keywords" content="微信开放社区,小程序,Donut开发平台,多端应用,微信服务市场,微信学堂"/> <link rel="preload" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/manifest.2e614345f6dc48ee1b59.js" as="script"><link rel="preload" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/styles.d3066521957e3f387497.css" as="style"><link rel="preload" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/styles.ced71dd18bff17043692.js" as="script"><link rel="preload" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendor.23ee57865aaaa34cc4c6.js" as="script"><link rel="preload" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/app.d3066521957e3f387497.css" as="style"><link rel="preload" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/app.81ba301c274a09b116f9.js" as="script"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ArticleDetail.5315b477e85f4c96ae74.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ArticleDetail.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ArticleList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ArticleList.fd17d98e76b2f575758a.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ArticleList~MixFlowBlogList~businessQuestionBlogList~questionBlogList.140cb9c1385ff0a66407.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ArticleList~MixFlowBlogList~businessQuestionBlogList~questionBlogList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/AskQuestionDetail.61eeb49038311a74a53e.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/AskQuestionDetail.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/AskQuestionDetail~CommonIssueReply~OperateEditPage~PrivatemsgSession.937208ad4c89770bcdf9.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/AskQuestionDetail~CommonIssueReply~OperateEditPage~PrivatemsgSession.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/AskQuestionDetail~InnerManageCourse.c00f30621a5614f2f4b6.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/AskQuestionDetail~InnerManageCourse.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/AskQuestionIndex.95e73383846a15f2acbc.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/AskQuestionIndex.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/BackendadminTag.c1eb23111dd7fe3483ae.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/BackendadminTag.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/BusinessMobileHome.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/BusinessMobileHome.f09a34baeae347caa6f3.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/BusinessMobileHome~businessHome.6e8eba08cb116d4647d7.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/BusinessMobileHome~businessHome.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/CategorySearch.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/CategorySearch.d818d6f67b2aa191650f.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/CommonIssueReply.7f0524619bc518abcc4a.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/CommonIssueReply.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/CourseDetail.92381a097b8edc496bc7.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/CourseDetail.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/CourseSearch.65da616324b9abca783f.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/CourseSearch.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/DevtoolsLicenses.19cfc0a2d65469b5218e.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/DevtoolsLicenses.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/DocFrame.c121623ebf29528174b2.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/DocFrame.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/DraftList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/DraftList.f81e70f8d7afab811e81.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/EduProfilePage.36bcc43e11865bebc7e8.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/EduProfilePage.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/EduProfileWeappListPage.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/EduProfileWeappListPage.df59c6291e1bdc6895da.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/EnterpriseProfileChooseSubject.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/EnterpriseProfileChooseSubject.e8910add0139d7410d87.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/EnterpriseProfileStatus.d1883bffd72963845e33.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/EnterpriseProfileStatus.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ErrorPage.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ErrorPage.eecd3088b8190910d9e6.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/HomePage.c4c90132380c7db60818.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/HomePage.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/Homepage.5175a506a266e0749cf5.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/Homepage.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/HrefMiddlePage.96081f4048a5b713bc6f.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/HrefMiddlePage.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/InnerManageCourse.6b10b4a0df38eb046021.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/InnerManageCourse.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/InnerSettingCourse.3cb0932d334f0cc5b124.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/InnerSettingCourse.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/IssueList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/IssueList.f669c1ca467d9f92a034.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/Liver.babbcf4ddf67f897f549.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/Liver.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiddleAuthDevtoolsTpl.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiddleAuthDevtoolsTpl.eeb0ce4d9fef7b8dea51.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiddleAuthEduMiniapp.98433b496f8312fac27c.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiddleAuthEduMiniapp.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHome.780147347a9e13b49af5.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHome.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHomeCreate.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHomeCreate.e99e7e0cd65f2433adac.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHomeCreate~MiniHomeEdit.22372881942acbd26a53.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHomeCreate~MiniHomeEdit.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHomeEdit.21228d8cb7d697989ade.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHomeEdit.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHome~developHome.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHome~developHome.dda2b088a682a10d9bb3.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHome~developHome~operateHome.74d9f0e1830d47c88c5e.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MiniHome~developHome~operateHome.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MixFlowBlogList.af4d28fe9ef70c248099.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MixFlowBlogList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MixFlowBlogList~businessQuestionBlogList~questionBlogList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MixFlowBlogList~businessQuestionBlogList~questionBlogList.e1fd89fe31d49348d131.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MixFlowBlogList~questionBlogList.ba8a6931026681abba9f.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MixFlowBlogList~questionBlogList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MobilePlatformComment.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MobilePlatformComment.ec84718473b040591f70.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MobilePlatformComplain.2d149b49ec9c2f296658.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MobilePlatformComplain.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MobilePlatformHomePageList.b256580b737671898ca0.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MobilePlatformHomePageList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MobilePlatformPosted.3c2249c3a1b9b34161c1.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/MobilePlatformPosted.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/OperateDetail.ca5e9244ae72a4a5c924.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/OperateDetail.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/OperateEditPage.329cc6560f334d82de7e.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/OperateEditPage.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/PrivatemsgSession.0ef3143c92b107dd9445.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/PrivatemsgSession.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ProductionList.4bfe4b7e60c0533f1f97.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ProductionList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/Propaganda.bef894c47252d29985fb.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/Propaganda.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/RecentCourse.2292879a13f1a59081f4.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/RecentCourse.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/Reminder.7195f52def7c56f89a68.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/Reminder.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ServiceIntro.63bf07799703e52c4230.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/ServiceIntro.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/SwitchLogin.068da76fb45d27453ed6.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/SwitchLogin.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/SystemProfile.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/SystemProfile.eb9ba59ae5522b3da81c.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/TopicDetail.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/TopicDetail.d489cf922d682237f6b8.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/WXCodeMirror.b2be1465026ff12c1f1f.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/WdcIndex.3dcc04fa10be4e24d7a3.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/WdcIndex.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/WeIndustryCase.433cdc8b7cef535f1738.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/WeIndustryCase.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/WeIndustryCase~industryDetail~otherList.43653227a2c72553a4fb.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/WeIndustryCase~industryDetail~otherList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/authority.849e8812f265237ba66f.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/authority.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/businessCaseList.35b2437ec7fb2aae0daa.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/businessCaseList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/businessHome.a96fa139666e0c9d7eb6.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/businessHome.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/businessQuestionBlogList.23bdf49ffed4ba340e97.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/businessQuestionBlogList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/businessQuestionBlogList~questionBlogList.1ac95b0f3dafccaea294.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/businessQuestionBlogList~questionBlogList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/developHome.8648795da54aa58669af.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/developHome.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/docCreate.c3e6528cb1a8eb0903fb.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/docCreate.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/docDetail.2f85361b488f37636a18.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/docDetail.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/docEdit.5e1a920778782fb2e1ba.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/docEdit.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/editor_dependencies.f2fd613b6305f53e9e3b.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/eduDevtoolsURL.9885b2e463a4e77b54ea.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/eduDevtoolsURL.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/enterpriseCreate.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/enterpriseCreate.f74fcb12d47c2e1e79a7.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/enterpriseModifyAdmin.cb1a4644397e7daa4028.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/enterpriseModifyAdmin.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/growUpCenter.382092a7ec2ef847acd7.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/growUpCenter.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/iframePage.ad7cec9bf68351bf13b3.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/iframePage.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/industryCreawte.785d15d02d4610df506f.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/industryCreawte.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/industryDetail.20f2d7c0588b49e3312c.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/industryDetail.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/industryList.3966b4513c65ebb87341.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/industryList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/login.de99ea194c4fcff261db.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/minicode.45cb5da9cfc03543df34.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/minicode.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/notify.17cb513be7cf753d9fab.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/notify.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/notify~personFollow.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/notify~personFollow.eb946fc93621356f6dcd.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/operateHome.1362cfe6390564cd0cbf.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/operateHome.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/otherList.3decfd726d99bf33af9b.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/otherList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personAnswer.b77eb80f23242f25e976.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personAnswer.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personArticle.6db4cb68bf97b125b55c.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personArticle.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personEdit.933e3e70835e308cfb31.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personEdit.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personFav.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personFav.d76feaca7e888a307bd9.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personFollow.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personFollow.f01a89210b8440105038.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personQuestion.bcb873c83c2c5ddd7ecb.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/personQuestion.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/questionBlogList.c88c8a617ea94e67fd31.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/questionBlogList.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/search.74aa5cd722d75a7bee21.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/search.d3066521957e3f387497.css"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendors~ArticleDetail~AskQuestionDetail~CommonIssueReply~IssueList~OperateEditPage~PrivatemsgSession~0b81ee0b.99ac6f0627499ba3896b.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendors~ArticleDetail~InnerManageCourse~IssueList~TopicDetail~docCreate~docDetail~docEdit~enterprise~24d1f334.cc6f62fef452f516fe55.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendors~ArticleDetail~IssueList~TopicDetail~docCreate~docDetail~docEdit~enterpriseCreate~personEdit~search.e801cadc11d5318baa3a.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendors~CommonIssueReply~Reminder~search.7ec3c3331c6b255c8a02.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendors~CourseDetail.ace25277af7b8cef175d.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendors~PrivatemsgSession.330867eb115ebefdb5dd.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendors~SystemProfile.3e3b7db0f3e8c95b4acd.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendors~notify.3f14e53db9e4017e9ace.js"><link rel="prefetch" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendors~notify~search.0022b50ec2375cd5e68a.js"><link rel="stylesheet" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/styles.d3066521957e3f387497.css"><link rel="stylesheet" href="https://res8.wxqcloud.qq.com.cn/community/dist/community/app.d3066521957e3f387497.css"></head> <body> <div id="app" data-server-rendered="true" class="app_container app"><div check-reduce style="display: none"><img src="https://res.wx.qq.com/op_res/dHtIRV4hVzWL3c2ZSXjoG1VcnRC3fENDSGIm_8hOS-9PWFTVVdbPfoGTaJnHJpFm"></div><div id="header" itemscope="itemscope" itemtype="http://www.schema.org/SiteNavigationElement" class="head app_header"><div class="head__nav__container head__nav__container__overflow-visible"><div class="head__nav__inner"><div class="head_box js_head_box"><div class="weui-desktop-head__inner"><div check-reduce class="weui-desktop-head__inner_hd"><div class="weui-desktop-layout"><div class="weui-desktop-layout__side"><h1 class="weui-desktop-logo"><a href="/community/homepage" title="微信开放社区" class="logo_mp"><img src="https://res8.wxqcloud.qq.com.cn/community/dist/community/images/communitySvgLogo_4dc945.svg" style="width: 100%; height: 100%;"></a></h1></div></div><div class="header__navs"><div class="header__navs__inner"><div itemprop="name" class="block_nav"><a itemprop="url" href="/community" class="block_nav_link">交流专区</a></div><div itemprop="name" class="block_nav"><a itemprop="url" href="https://fuwu.weixin.qq.com" target="_blank" class="block_nav_link">服务市场</a></div><div itemprop="name" class="block_nav"><a itemprop="url" href="/community/business" class="block_nav_link">微信学堂</a></div><div itemprop="name" class="block_nav"><a itemprop="url" href="https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/index.shtml" target="__blank" class="block_nav_link">文档</a></div></div></div></div><div class="header_ctrls js_header_ctrls"><div class="header_ctrls_extend"><a href="https://developers.weixin.qq.com/community/search" class="for_mobile icon_mobile_search_global"></a><div class="header_ctrls_meta header_ctrls_meta_navigation"><dl class="header_navigation_box"><a href="https://developers.weixin.qq.com/community/search" class="icon_mobile_search_global for_pc"></a><dt class="header_navigation_box_header wxapp">小程序</dt><dd class="header_navigation_box_body" style="display:none;"><!----><ul class="header_navigation_box_item_box"><li class="header_navigation_box_item header_navigation_box_item_orientation"><dl class="header_navigation_box_item_list"><dt class="header_navigation_box_item_list_title">常用主页</dt><dd class="header_navigation_box_item_list_item"><a href="/community" class="header_navigation_box_item_list_item_inner header_navigation_box_item_list_item_wxapp"><span class="header_navigation_box_item_list_item_icon"></span><p class="header_navigation_box_item_list_item_desc">小程序</p></a><a href="/community/minigame" class="header_navigation_box_item_list_item_inner header_navigation_box_item_list_item_minigame"><span class="header_navigation_box_item_list_item_icon"></span><p class="header_navigation_box_item_list_item_desc">小游戏</p></a><a href="/community/enterprisewechat" class="header_navigation_box_item_list_item_inner header_navigation_box_item_list_item_wxenterprise"><span class="header_navigation_box_item_list_item_icon "></span><p class="header_navigation_box_item_list_item_desc">企业微信</p></a><a href="/community/pay" class="header_navigation_box_item_list_item_inner header_navigation_box_item_list_item_wxpay"><span class="header_navigation_box_item_list_item_icon header_navigation_box_item_list_item_pay"></span><p class="header_navigation_box_item_list_item_desc">微信支付</p></a></dd><dd class="header_navigation_box_item_list_item"><span class="header_navigation_box_item_list_item_inner"></span><span class="header_navigation_box_item_list_item_inner"></span><span class="header_navigation_box_item_list_item_inner"></span><span class="header_navigation_box_item_list_item_inner"></span></dd></dl></li><li check-reduce class="header_navigation_box_item header_navigation_box_item__with-list"><a href="https://fuwu.weixin.qq.com" target="_blank" class="header_navigation_box_item_inner"><dl class="header_navigation_box_item_list"><dt class="header_navigation_box_item_list_title">服务市场</dt></dl></a><a href="/community/business" target="_blank" class="header_navigation_box_item_inner"><dl class="header_navigation_box_item_list"><dt class="header_navigation_box_item_list_title">微信学堂</dt></dl></a><a itemprop="url" target="_blank" href="https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/index.shtml" class="header_navigation_box_item_inner"><dl class="header_navigation_box_item_list"><dt class="header_navigation_box_item_list_title">文档</dt></dl></a></li><!----></ul></dd></dl></div><div class="js_search_header_box header_ctrls_meta top_search_box for_pc"><a href="javascript:;" class="js_search_btn search_switch"><i class="icon_search"></i></a><span class="js_input_box search_input_box active"><input type="text" placeholder="搜索你要的内容" value="" class="js_input"><!----></span><!----></div><div check-reduce="" class="dib"><div class="header_ctrls_meta top_notice_box header_adjust_height" style="display: none;"><span class="account_inbox_switch"><i class="icon_inbox opacity"></i></span></div><a class="js_redirect_to_loginpage hd_login_link">登录</a></div></div></div></div></div><!----></div></div><div id="SubNav" class="sub__nav sub__nav____headSub"><div check-reduce class="block_nav_wrp"><div class="block_nav_wrp_cont"><!----><ul class="block_navs"><div><li class="block_nav"><meta check-reduce itemprop="name" content="小程序"><meta check-reduce itemprop="url" content="/community"><a href="/community" class="block_nav_link router-link-active">小程序</a></li><li class="block_nav"><meta check-reduce itemprop="name" content="小游戏"><meta check-reduce itemprop="url" content="/community/minigame"><a href="/community/minigame" class="block_nav_link">小游戏</a></li><li class="block_nav"><meta check-reduce itemprop="name" content="微信小店"><meta check-reduce itemprop="url" content="/community/minihome/mixflow/1929579418541178884"><a href="/community/minihome/mixflow/1929579418541178884" class="block_nav_link">微信小店</a></li><li class="block_nav"><meta check-reduce itemprop="name" content="多端应用"><meta check-reduce itemprop="url" content="/community/minihome/mixflow/2889188691586351105"><a href="/community/minihome/mixflow/2889188691586351105" class="block_nav_link">多端应用</a></li><li class="block_nav selected"><meta check-reduce itemprop="name" content="微信支付"><meta check-reduce itemprop="url" content="/community/pay"><a href="/community/pay" class="block_nav_link router-link-exact-active router-link-active">微信支付</a></li></div><!----></ul><!----><!----><div class="search_hold"></div><!----></div></div><!----></div></div><div id="body" class="body page_simple"><div class="container_box"><div class="home_page"><!----><a href="javascript:;" class="page-widget__h5__posted for_mobile"></a><div id="pulldown-background" check-reduce class="pulldown_background list_loading" style="display: none;"><i class="weui-loading"></i>正在加载...</div><div id="pulldown-cnt" class="block_box clear_fix"><div class="post_box "><div class="mode__page__plate__head announcement_cnt"><div class="mode__page__plate__head__inner"><div class="mode__page__plate__head__head"><div class="mode__page__plate__head__head__main"><span class="mode__page__plate__head__icon mode__page__plate__head__icon__pay"></span><p class="mode__page__plate__head__title">微信支付</p></div><div class="mode__page__plate__head__head__extend">关注</div></div><div class="mode__page__plate__head__foot has-new"><div class="mode__page__plate__head__foot__left"><span class="mode__page__plate__head__foot__head">官方公告</span><div class="mode__page__plate__head__foot__main"><a href="/community/pay/doc/000a060bb4c13095b6b27cc1b6ac01" target="_blank" class="mode__page__plate__head__info"><!---->商家转账到零钱功能升级通知</a><span check-reduce class="mode__page__plate__head__foot__main__time">01-15</span></div></div><a href="/community/pay/list/2?id=" target="_blank" class="mode__page__plate__head__foot__extend">全部公告</a></div></div></div><div class="home_page_content_panel"><div id="post-list" check-reduce class="home_page_content_panel_head"><div class="mod_hd_extra"><a class="btn btn_primary js_new_blog_btn">发帖</a></div></div><div class="mod_default_bd"><div><div data-route-path="PayMixFlowBlogList" data-route-name="PayMixFlowBlogList" class="simple_container"><h1 class="simple_container_outside_header header_sticky"><span class="tab_extend">推荐<i class="ic ic_filter"></i></span><div id="topTab" class="mod_nav_tab title_tab_wrp title_tab post_filter_opr"><ul data-index="0" class="tab_navs title_tab"><li data-index="0" class="tab_nav selected first">全部</li><li data-index="1" class="tab_nav">文章</li><li data-index="2" class="tab_nav">问答</li></ul></div></h1><div class="simple_container_body"><div class="simple_container_body_header"><div class="post_tags_tab select_tags_wrp"><span class="post_tags"><a href="/community/pay/mixflow?id=&tag=" class="post_tag selected">推荐</a></span><span class="post_tags"><a href="/community/pay/mixflow?id=&tag=appreciate" class="post_tag">我的关注</a></span></div><!----></div><!----><!----><div class="simple_container_body_body hasHeader"><!----><div class="mod_article_list_container mod_mix_flow_list_item"><ul class="post_list"><li data-doc-id="00084a108d82908453e213d5b61400" data-title="服务商功能被暂停后,几天后恢复,支付成功回调信息缺失" data-create-time="1739789122" data-blog-category="1" itemscope="itemscope" itemtype="https://schema.org/Question" class="post_item post_overview post_item_simple_qa"><h2 class="post_title"><!----><!----><a href="/community/pay/doc/00084a108d82908453e213d5b61400" target="_blank">服务商功能被暂停后,几天后恢复,支付成功回调信息缺失</a><meta check-reduce itemprop="name" content="服务商功能被暂停后,几天后恢复,支付成功回调信息缺失"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/pay/doc/00084a108d82908453e213d5b61400"></h2><!----><p check-reduce class="post_desc">服务商功能被暂停后,几天后恢复,为子商户号调起支付成功,付款成功,但是回调信息缺失。线下系统什么都没有改动过。 </p><div check-reduce class="post_tags_container"></div><div class="post_info"><!----><span check-reduce class="post_group">[问答]</span><em class="post_time post_info_meta">48分钟前</em><div class="post_info_extend"><!----><span itemprop="commentCount" class="post_discuss_num post_info_meta"><i class="icon_post_opr_discuss"></i>2</span><span class="post_discuss_num post_info_meta"><i class="icon_post_opr_view"></i>70</span></div></div><div class="best_comment"><div class="best_comment_info"><a href="/community/personal/oCJUsw8yFnOFj4STQDwbDwK8ix_0" target="_blank" class="best_comment_author"><img src="https://wx.qlogo.cn/mmopen/vi_32/iaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg/0" alt="" class="ueser_head">Memory (私信不回复) <!----></a></div><div class="best_comment_link"><a href="/community/pay/doc/00084a108d82908453e213d5b61400?jumpto=comment&commentid=00020ceda50000f454e205e90614" target="_blank" itemprop="comment" class="best_comment_article"><div itemprop="text" class="post_comment_content"><p>先去查一下你请求下单配置的回调地址和你实际地址是否一致,然后核实一下url外网是否能正常访问</p><p>最后就是确认一下实际请求接口是不是V2,如果是V3需要设置V3密钥才可以</p></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><p disabled="disabled" class="btn btn_default" style="margin:12px 0;color:#999;">待楼主反馈</p><!----></div></a></div><div check-reduce class="post_best_comment_info"><span class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>有用<span style="display:none;"> 0 </span></span><div class="best_comment_discuss"><i class="icon_post_opr discuss"></i><span class="best_comment_num">0</span></div></div></div></li><li data-doc-id="00068007a4c178f357e24d2bf61800" data-title="统一下单接口设置了交易开始时间和交易结束时间, 为什么超过交易结束时间用户还是可以支付成功?" data-create-time="1739785932" data-blog-category="1" itemscope="itemscope" itemtype="https://schema.org/Question" class="post_item post_overview post_item_simple_qa"><h2 class="post_title"><!----><!----><a href="/community/pay/doc/00068007a4c178f357e24d2bf61800" target="_blank">统一下单接口设置了交易开始时间和交易结束时间, 为什么超过交易结束时间用户还是可以支付成功?</a><meta check-reduce itemprop="name" content="统一下单接口设置了交易开始时间和交易结束时间, 为什么超过交易结束时间用户还是可以支付成功?"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/pay/doc/00068007a4c178f357e24d2bf61800"></h2><!----><p check-reduce class="post_desc">JSAPI的统一下单接口里面设置了一个交易结束时间, 但是为什么交易结束时间过后, 还是可以支付成功? 像如下订单 [图片] 结束时间为2025-02-15 18:27:17, 但是我这边记录的订单创建时间为2025-02-15 18:21:07, 然后设置了支付时间为5分钟, 但是这个显然是超过5分钟的, 然后我没有执行关闭订单的操作, 是不是因为这个, 我没有执行关单操作导致支付成功了. </p><div check-reduce class="post_tags_container"></div><div class="post_info"><!----><span check-reduce class="post_group">[问答]</span><em class="post_time post_info_meta">1小时前</em><div class="post_info_extend"><!----><span itemprop="commentCount" class="post_discuss_num post_info_meta"><i class="icon_post_opr_discuss"></i>2</span><span class="post_discuss_num post_info_meta"><i class="icon_post_opr_view"></i>122</span></div></div><div class="best_comment"><div class="best_comment_info"><a href="/community/personal/oCJUsw8yFnOFj4STQDwbDwK8ix_0" target="_blank" class="best_comment_author"><img src="https://wx.qlogo.cn/mmopen/vi_32/iaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg/0" alt="" class="ueser_head">Memory (私信不回复) <!----></a></div><div class="best_comment_link"><a href="/community/pay/doc/00068007a4c178f357e24d2bf61800?jumpto=comment&commentid=000c24fe8e8980135ae29ec36668" target="_blank" itemprop="comment" class="best_comment_article"><div itemprop="text" class="post_comment_content"><p>如果有存在订单参数重入机制会刷新该时间</p></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><p disabled="disabled" class="btn btn_default" style="margin:12px 0;color:#999;">待楼主反馈</p><!----></div></a></div><div check-reduce class="post_best_comment_info"><span class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>有用<span style="display:none;"> 0 </span></span><div class="best_comment_discuss"><i class="icon_post_opr discuss"></i><span class="best_comment_num">0</span></div></div></div></li><li data-doc-id="000246613242581356e2b99456d000" data-title="微信支付服务商开通" data-create-time="1739785543" data-blog-category="1" itemscope="itemscope" itemtype="https://schema.org/Question" class="post_item post_overview post_item_simple_qa"><h2 class="post_title"><!----><!----><a href="/community/pay/doc/000246613242581356e2b99456d000" target="_blank">微信支付服务商开通</a><meta check-reduce itemprop="name" content="微信支付服务商开通"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/pay/doc/000246613242581356e2b99456d000"></h2><!----><p check-reduce class="post_desc">我现在的小程序想做到各个门店区分收款账户,怎么才能开通微信服务商账号,不是特约商户的和普通商户的那种,找不到入口在哪。 </p><div check-reduce class="post_tags_container"></div><div class="post_info"><!----><span check-reduce class="post_group">[问答]</span><em class="post_time post_info_meta">1小时前</em><div class="post_info_extend"><!----><span itemprop="commentCount" class="post_discuss_num post_info_meta"><i class="icon_post_opr_discuss"></i>1</span><span class="post_discuss_num post_info_meta"><i class="icon_post_opr_view"></i>416</span></div></div><div class="best_comment"><div class="best_comment_info"><a href="/community/personal/oCJUsw8yFnOFj4STQDwbDwK8ix_0" target="_blank" class="best_comment_author"><img src="https://wx.qlogo.cn/mmopen/vi_32/iaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg/0" alt="" class="ueser_head">Memory (私信不回复) <!----></a></div><div class="best_comment_link"><a href="/community/pay/doc/000246613242581356e2b99456d000?jumpto=comment&commentid=0002c4321bc530b357e260a12668" target="_blank" itemprop="comment" class="best_comment_article"><div itemprop="text" class="post_comment_content"><p>在这里申请<a href="https://pay.weixin.qq.com/xdc/mchapplyment4partnerweb/index.php/apply/applyment4partner_home/guide_partner/apply_auth" rel="noopener noreferrer" target="_blank">https://pay.weixin.qq.com/xdc/mchapplyment4partnerweb/index.php/apply/applyment4partner_home/guide_partner/apply_auth</a></p></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><p disabled="disabled" class="btn btn_default" style="margin:12px 0;color:#999;">待楼主反馈</p><!----></div></a></div><div check-reduce class="post_best_comment_info"><span class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>有用<span style="display:none;"> 0 </span></span><div class="best_comment_discuss"><i class="icon_post_opr discuss"></i><span class="best_comment_num">0</span></div></div></div></li><li data-doc-id="000066bf090ad88354e27229f6b000" data-title="商户号注册时是否和服务号有关联?如服务号和商户号有关联,那服务号不再认证是否会影响商户号的使用?" data-create-time="1739784965" data-blog-category="1" itemscope="itemscope" itemtype="https://schema.org/Question" class="post_item post_overview post_item_simple_qa"><h2 class="post_title"><!----><!----><a href="/community/pay/doc/000066bf090ad88354e27229f6b000" target="_blank">商户号注册时是否和服务号有关联?如服务号和商户号有关联,那服务号不再认证是否会影响商户号的使用?</a><meta check-reduce itemprop="name" content="商户号注册时是否和服务号有关联?如服务号和商户号有关联,那服务号不再认证是否会影响商户号的使用?"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/pay/doc/000066bf090ad88354e27229f6b000"></h2><!----><p check-reduce class="post_desc">商户号注册时是否和服务号有关联?如服务号和商户号有关联,那服务号不再认证是否会影响商户号的使用? </p><div check-reduce class="post_tags_container"></div><div class="post_info"><!----><span check-reduce class="post_group">[问答]</span><em class="post_time post_info_meta">1小时前</em><div class="post_info_extend"><!----><span itemprop="commentCount" class="post_discuss_num post_info_meta"><i class="icon_post_opr_discuss"></i>2</span><span class="post_discuss_num post_info_meta"><i class="icon_post_opr_view"></i>131</span></div></div><div class="best_comment"><div class="best_comment_info"><a href="/community/personal/oCJUswyFImVTq2d1PDU94_ipG6HM" target="_blank" class="best_comment_author"><img src="https://wx.qlogo.cn/mmhead/Q3auHgzwzM7OxIpQnpn59gWay3d1L9QxU56vzdfozqQ6Z2t9VaLtrQ/0" alt="" class="ueser_head">sun <!----></a></div><div class="best_comment_link"><a href="/community/pay/doc/000066bf090ad88354e27229f6b000?jumpto=comment&commentid=000820b4574ae0a354e2b304a668" target="_blank" itemprop="comment" class="best_comment_article"><div itemprop="text" class="post_comment_content"><p>商户号和服务号是两码事。服务号不认证用不了服务号认证后的功能,和你的商户号没有任何关系。</p></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><p disabled="disabled" class="btn btn_default" style="margin:12px 0;color:#999;">待楼主反馈</p><!----></div></a></div><div check-reduce class="post_best_comment_info"><span class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>有用<span style="display:;"> 1 </span></span><div class="best_comment_discuss"><i class="icon_post_opr discuss"></i><span class="best_comment_num">0</span></div></div></div></li><li data-doc-id="000442af9281f8e353e2e6a3d61400" data-title=""商家转账"功能发起转账,提示NO_AUTH(当前商户号没有相关权限,暂不支持使用)" data-create-time="1739784850" data-blog-category="1" itemscope="itemscope" itemtype="https://schema.org/Question" class="post_item post_overview post_item_simple_qa"><h2 class="post_title"><!----><!----><a href="/community/pay/doc/000442af9281f8e353e2e6a3d61400" target="_blank">"商家转账"功能发起转账,提示NO_AUTH(当前商户号没有相关权限,暂不支持使用)</a><meta check-reduce itemprop="name" content=""商家转账"功能发起转账,提示NO_AUTH(当前商户号没有相关权限,暂不支持使用)"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/pay/doc/000442af9281f8e353e2e6a3d61400"></h2><!----><p check-reduce class="post_desc">确认已开通了"商家转账"功能 [图片] 发起参数也是按照:https://pay.weixin.qq.com/doc/v3/merchant/4012716434 搞得 接口签名,使用的是wechatpay-java sdk,提供的调用http请求的方式 [图片] 调用的核心方法如下 /** * 发起转账 */ public MerchantTransferBillResponse transferBills(MerchantTransferBillRequest request) { // 文档地址:https://pay.weixin.qq.com/doc/v3/merchant/4012716434 String requestPath = "https://api.mch.weixin.qq.com/v3/fund-app/mch-transfer/transfer-bills"; requestPath = replaceApiHostName(requestPath); HttpHeaders headers = new HttpHeaders(); headers.addHeader(Constant.ACCEPT, MediaType.APPLICATION_JSON.getValue()); headers.addHeader(Constant.CONTENT_TYPE, MediaType.APPLICATION_JSON.getValue()); HttpRequest executeRequest = new HttpRequest.Builder() .httpMethod(HttpMethod.POST) .url(requestPath) .headers(headers) .body(createRequestBody(request)) .build(); HttpResponse<MerchantTransferBillResponse> executeResponse = httpClient.execute(executeRequest, MerchantTransferBillResponse.class); return executeResponse.getServiceResponse(); } 发起接口返回 403 NO_AUTH 当前商户号没有相关权限,暂不支持使用 相同的配置(商户号、证书密钥等),可以成功调用"商户转账到零钱"的转账接口 请问这种情况应该怎么处理? </p><div check-reduce class="post_tags_container"></div><div class="post_info"><!----><span check-reduce class="post_group">[问答]</span><em class="post_time post_info_meta">1小时前</em><div class="post_info_extend"><!----><span itemprop="commentCount" class="post_discuss_num post_info_meta"><i class="icon_post_opr_discuss"></i>1</span><span class="post_discuss_num post_info_meta"><i class="icon_post_opr_view"></i>582</span></div></div><div class="best_comment"><div class="best_comment_info"><a href="/community/personal/oCJUsw8yFnOFj4STQDwbDwK8ix_0" target="_blank" class="best_comment_author"><img src="https://wx.qlogo.cn/mmopen/vi_32/iaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg/0" alt="" class="ueser_head">Memory (私信不回复) <!----></a></div><div class="best_comment_link"><a href="/community/pay/doc/000442af9281f8e353e2e6a3d61400?jumpto=comment&commentid=000482d91304f80354e236bf66f4" target="_blank" itemprop="comment" class="best_comment_article"><div itemprop="text" class="post_comment_content"><p>1.15号之后申请的权限才可以使用<a href="https://pay.weixin.qq.com/doc/v3/merchant/4012716434" rel="noopener noreferrer" target="_blank">https://pay.weixin.qq.com/doc/v3/merchant/4012716434</a></p></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><p disabled="disabled" class="btn btn_default" style="margin:12px 0;color:#999;">待楼主反馈</p><!----></div></a></div><div check-reduce class="post_best_comment_info"><span class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>有用<span style="display:none;"> 0 </span></span><div class="best_comment_discuss"><i class="icon_post_opr discuss"></i><span class="best_comment_num">4</span></div></div></div></li><li data-doc-id="000c6a146a0e481350e2c2a5e61000" data-title="/secapi/pay/refundv2调用返回报错?" data-create-time="1739783983" data-blog-category="1" itemscope="itemscope" itemtype="https://schema.org/Question" class="post_item post_overview post_item_simple_qa"><h2 class="post_title"><!----><!----><a href="/community/pay/doc/000c6a146a0e481350e2c2a5e61000" target="_blank">/secapi/pay/refundv2调用返回报错?</a><meta check-reduce itemprop="name" content="/secapi/pay/refundv2调用返回报错?"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/pay/doc/000c6a146a0e481350e2c2a5e61000"></h2><!----><p check-reduce class="post_desc">微信退款调用返回报错 The element type "hr" must be terminated by the matching end-tag "</hr>" 已经更新过微信证书,交易可以正常发起,退款报错。 </p><div check-reduce class="post_tags_container"></div><div class="post_info"><!----><span check-reduce class="post_group">[问答]</span><em class="post_time post_info_meta">2小时前</em><div class="post_info_extend"><!----><span itemprop="commentCount" class="post_discuss_num post_info_meta"><i class="icon_post_opr_discuss"></i>2</span><span class="post_discuss_num post_info_meta"><i class="icon_post_opr_view"></i>75</span></div></div><div class="best_comment"><div class="best_comment_info"><a href="/community/personal/oCJUsw8yFnOFj4STQDwbDwK8ix_0" target="_blank" class="best_comment_author"><img src="https://wx.qlogo.cn/mmopen/vi_32/iaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg/0" alt="" class="ueser_head">Memory (私信不回复) <!----></a></div><div class="best_comment_link"><a href="/community/pay/doc/000c6a146a0e481350e2c2a5e61000?jumpto=comment&commentid=0004cc04720018c352e2f4623660" target="_blank" itemprop="comment" class="best_comment_article"><div itemprop="text" class="post_comment_content"><p>[图片]</p></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><p disabled="disabled" class="btn btn_default" style="margin:12px 0;color:#999;">待楼主反馈</p><!----></div></a></div><div check-reduce class="post_best_comment_info"><span class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>有用<span style="display:none;"> 0 </span></span><div class="best_comment_discuss"><i class="icon_post_opr discuss"></i><span class="best_comment_num">3</span></div></div></div></li><li data-doc-id="000acc4131c310d350e2476886b400" data-title="在授权的情况下能通过接口调用微信支付分的分数吗?" data-create-time="1739783929" data-blog-category="1" itemscope="itemscope" itemtype="https://schema.org/Question" class="post_item post_overview post_item_simple_qa"><h2 class="post_title"><!----><!----><a href="/community/pay/doc/000acc4131c310d350e2476886b400" target="_blank">在授权的情况下能通过接口调用微信支付分的分数吗?</a><meta check-reduce itemprop="name" content="在授权的情况下能通过接口调用微信支付分的分数吗?"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/pay/doc/000acc4131c310d350e2476886b400"></h2><!----><p check-reduce class="post_desc">在授权的情况下能通过接口调用微信支付分的分数吗? </p><div check-reduce class="post_tags_container"></div><div class="post_info"><!----><span check-reduce class="post_group">[问答]</span><em class="post_time post_info_meta">2小时前</em><div class="post_info_extend"><!----><span itemprop="commentCount" class="post_discuss_num post_info_meta"><i class="icon_post_opr_discuss"></i>1</span><span class="post_discuss_num post_info_meta"><i class="icon_post_opr_view"></i>34</span></div></div><div class="best_comment"><div class="best_comment_info"><a href="/community/personal/oCJUsw8yFnOFj4STQDwbDwK8ix_0" target="_blank" class="best_comment_author"><img src="https://wx.qlogo.cn/mmopen/vi_32/iaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg/0" alt="" class="ueser_head">Memory (私信不回复) <!----></a></div><div class="best_comment_link"><a href="/community/pay/doc/000acc4131c310d350e2476886b400?jumpto=comment&commentid=0002a40cb04e381350e204ed661c" target="_blank" itemprop="comment" class="best_comment_article"><div itemprop="text" class="post_comment_content"><p>不能</p></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><p disabled="disabled" class="btn btn_default" style="margin:12px 0;color:#999;">待楼主反馈</p><!----></div></a></div><div check-reduce class="post_best_comment_info"><span class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>有用<span style="display:none;"> 0 </span></span><div class="best_comment_discuss"><i class="icon_post_opr discuss"></i><span class="best_comment_num">0</span></div></div></div></li><li data-doc-id="00024c42a187b0f25fe260dc261800" data-title="商家转账-撤销转账-参数异常" data-create-time="1739783788" data-blog-category="1" itemscope="itemscope" itemtype="https://schema.org/Question" class="post_item post_overview post_item_simple_qa"><h2 class="post_title"><!----><!----><a href="/community/pay/doc/00024c42a187b0f25fe260dc261800" target="_blank">商家转账-撤销转账-参数异常</a><meta check-reduce itemprop="name" content="商家转账-撤销转账-参数异常"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/pay/doc/00024c42a187b0f25fe260dc261800"></h2><!----><p check-reduce class="post_desc">【POST】[代码]/v3/fund-app/mch-transfer/transfer-bills/out-bill-no/{out_bill_no}/cancel[代码] [代码]该接口中post请求体没有参数请求,但是官方提供的sdk中请求体的创建不能为空:[代码][图片][代码]null与" "都会被转义成字符串,从而导致参数异常。NULL虽然不会被转移成字符串,但是会出现请求体为空的异常,请问怎么处理?[代码] [图片] </p><div check-reduce class="post_tags_container"></div><div class="post_info"><!----><span check-reduce class="post_group">[问答]</span><em class="post_time post_info_meta">2小时前</em><div class="post_info_extend"><!----><span itemprop="commentCount" class="post_discuss_num post_info_meta"><i class="icon_post_opr_discuss"></i>1</span><span class="post_discuss_num post_info_meta"><i class="icon_post_opr_view"></i>73</span></div></div><div class="best_comment"><div class="best_comment_info"><a href="/community/personal/oCJUsw8yFnOFj4STQDwbDwK8ix_0" target="_blank" class="best_comment_author"><img src="https://wx.qlogo.cn/mmopen/vi_32/iaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg/0" alt="" class="ueser_head">Memory (私信不回复) <!----></a></div><div class="best_comment_link"><a href="/community/pay/doc/00024c42a187b0f25fe260dc261800?jumpto=comment&commentid=000048e48d43c0b350e2fe6ec644" target="_blank" itemprop="comment" class="best_comment_article"><div itemprop="text" class="post_comment_content"><p>空json就好了{}</p></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><p disabled="disabled" class="btn btn_default" style="margin:12px 0;color:#999;">待楼主反馈</p><!----></div></a></div><div check-reduce class="post_best_comment_info"><span class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>有用<span style="display:none;"> 0 </span></span><div class="best_comment_discuss"><i class="icon_post_opr discuss"></i><span class="best_comment_num">1</span></div></div></div></li><li data-doc-id="000caa23d20eb0025ce2ec8f769400" data-title="平台证书到期更换,没有灰度项,该如何更新" data-create-time="1739783033" data-blog-category="1" itemscope="itemscope" itemtype="https://schema.org/Question" class="post_item post_overview post_item_simple_qa"><h2 class="post_title"><!----><!----><a href="/community/pay/doc/000caa23d20eb0025ce2ec8f769400" target="_blank">平台证书到期更换,没有灰度项,该如何更新</a><meta check-reduce itemprop="name" content="平台证书到期更换,没有灰度项,该如何更新"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/pay/doc/000caa23d20eb0025ce2ec8f769400"></h2><!----><p check-reduce class="post_desc">商户调用业务API后,微信支付回调会使用平台证书的私钥生成签名,商户需要使用平台证书的公钥验签。平台证书5年过期一次,为保证业务正常使用,请及时更换![图片]选下载证书就进入操作说明那边,没有具体指示 </p><div check-reduce class="post_tags_container"></div><div class="post_info"><!----><span check-reduce class="post_group">[问答]</span><em class="post_time post_info_meta">2小时前</em><div class="post_info_extend"><!----><span itemprop="commentCount" class="post_discuss_num post_info_meta"><i class="icon_post_opr_discuss"></i>1</span><span class="post_discuss_num post_info_meta"><i class="icon_post_opr_view"></i>147</span></div></div><div class="best_comment"><div class="best_comment_info"><a href="/community/personal/oCJUsw8yFnOFj4STQDwbDwK8ix_0" target="_blank" class="best_comment_author"><img src="https://wx.qlogo.cn/mmopen/vi_32/iaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg/0" alt="" class="ueser_head">Memory (私信不回复) <!----></a></div><div class="best_comment_link"><a href="/community/pay/doc/000caa23d20eb0025ce2ec8f769400?jumpto=comment&commentid=0006ae5bb1c9c0725fe23a3b2610" target="_blank" itemprop="comment" class="best_comment_article"><div itemprop="text" class="post_comment_content"><p>联系在线技术支持处理<a href="https://support.pay.weixin.qq.com/online-service?from=wechatpay" rel="noopener noreferrer" target="_blank">https://support.pay.weixin.qq.com/online-service?from=wechatpay</a></p></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><p disabled="disabled" class="btn btn_default" style="margin:12px 0;color:#999;">待楼主反馈</p><!----></div></a></div><div check-reduce class="post_best_comment_info"><span class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>有用<span style="display:none;"> 0 </span></span><div class="best_comment_discuss"><i class="icon_post_opr discuss"></i><span class="best_comment_num">0</span></div></div></div></li><li data-doc-id="000aa8fb774ca0125be2d1bd06b000" data-title="requestMerchantTransfe确认收款之后点击完成返回的是fail close为什么?" data-create-time="1739782663" data-blog-category="1" itemscope="itemscope" itemtype="https://schema.org/Question" class="post_item post_overview post_item_simple_qa"><h2 class="post_title"><!----><!----><a href="/community/pay/doc/000aa8fb774ca0125be2d1bd06b000" target="_blank">requestMerchantTransfe确认收款之后点击完成返回的是fail close为什么?</a><meta check-reduce itemprop="name" content="requestMerchantTransfe确认收款之后点击完成返回的是fail close为什么?"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/pay/doc/000aa8fb774ca0125be2d1bd06b000"></h2><!----><p check-reduce class="post_desc">[图片][图片]如图, 有时候返回requestMerchantTransfer:ok, 有时候失败, 和在完成页停留的时间有关系吗 </p><div check-reduce class="post_tags_container"></div><div class="post_info"><!----><span check-reduce class="post_group">[问答]</span><em class="post_time post_info_meta">2小时前</em><div class="post_info_extend"><!----><span itemprop="commentCount" class="post_discuss_num post_info_meta"><i class="icon_post_opr_discuss"></i>4</span><span class="post_discuss_num post_info_meta"><i class="icon_post_opr_view"></i>136</span></div></div><div class="best_comment"><div class="best_comment_info"><a href="/community/personal/oCJUsw1zKOLMX6_-SkrpwlBDyJWA" target="_blank" class="best_comment_author"><img src="https://wx.qlogo.cn/mmhead/cMfibicialNJBTKRDKPfCYnibLAdz1UEwxibaWELIkP1wVtSDqicwB7yGTW57VY7WFy30hABJh8HZktOU/0" alt="" class="ueser_head">怜莺 <div class="checking_state_new"><span title="楼主" class="lz_new"></span><!----><!----><!----></div></a></div><div class="best_comment_link"><a href="/community/pay/doc/000aa8fb774ca0125be2d1bd06b000?jumpto=comment&commentid=00020c385604a8035ae266a3461c" target="_blank" itemprop="comment" class="best_comment_article"><div itemprop="text" class="post_comment_content"><p>有可能是真机调试有时候延迟高的原因吗?</p></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><p disabled="disabled" class="btn btn_default" style="margin:12px 0;color:#999;">待楼主反馈</p><!----></div></a></div><div check-reduce class="post_best_comment_info"><span class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>有用<span style="display:none;"> 0 </span></span><div class="best_comment_discuss"><i class="icon_post_opr discuss"></i><span class="best_comment_num">0</span></div></div></div></li><li data-doc-id="00048e0e9447e08259e2aedb769c00" data-title="商家转账 - 发起转账后 用户微信上 没有确认收款的入口" data-create-time="1739782164" data-blog-category="1" itemscope="itemscope" itemtype="https://schema.org/Question" class="post_item post_overview post_item_simple_qa"><h2 class="post_title"><!----><!----><a href="/community/pay/doc/00048e0e9447e08259e2aedb769c00" target="_blank">商家转账 - 发起转账后 用户微信上 没有确认收款的入口</a><meta check-reduce itemprop="name" content="商家转账 - 发起转账后 用户微信上 没有确认收款的入口"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/pay/doc/00048e0e9447e08259e2aedb769c00"></h2><!----><p check-reduce class="post_desc">新版商家转账 - 发起转账后 对方微信上 1、没有任何提示消息, 2、没有确认收款的入口 </p><div check-reduce class="post_tags_container"></div><div class="post_info"><!----><span check-reduce class="post_group">[问答]</span><em class="post_time post_info_meta">2小时前</em><div class="post_info_extend"><!----><span itemprop="commentCount" class="post_discuss_num post_info_meta"><i class="icon_post_opr_discuss"></i>4</span><span class="post_discuss_num post_info_meta"><i class="icon_post_opr_view"></i>130</span></div></div><div class="best_comment"><div class="best_comment_info"><a href="/community/personal/oCJUsw8yFnOFj4STQDwbDwK8ix_0" target="_blank" class="best_comment_author"><img src="https://wx.qlogo.cn/mmopen/vi_32/iaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg/0" alt="" class="ueser_head">Memory (私信不回复) <!----></a></div><div class="best_comment_link"><a href="/community/pay/doc/00048e0e9447e08259e2aedb769c00?jumpto=comment&commentid=00042aa5d34ab8a352e2cddae66c" target="_blank" itemprop="comment" class="best_comment_article"><div itemprop="text" class="post_comment_content"><p>1.15日后新申请开通商家转账产品是需要用户主动确认收款的,需要你调用接口让用户确认<a href="https://pay.weixin.qq.com/doc/v3/merchant/4012716430" rel="noopener noreferrer" target="_blank">https://pay.weixin.qq.com/doc/v3/merchant/4012716430</a></p></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><p disabled="disabled" class="btn btn_default" style="margin:12px 0;color:#999;">待楼主反馈</p><!----></div></a></div><div check-reduce class="post_best_comment_info"><span class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>有用<span style="display:none;"> 0 </span></span><div class="best_comment_discuss"><i class="icon_post_opr discuss"></i><span class="best_comment_num">0</span></div></div></div></li><li data-doc-id="0000668478cdd07259e2a58836a400" data-title="小程序支付报错" data-create-time="1739782129" data-blog-category="1" itemscope="itemscope" itemtype="https://schema.org/Question" class="post_item post_overview post_item_simple_qa"><h2 class="post_title"><!----><!----><a href="/community/pay/doc/0000668478cdd07259e2a58836a400" target="_blank">小程序支付报错</a><meta check-reduce itemprop="name" content="小程序支付报错"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/pay/doc/0000668478cdd07259e2a58836a400"></h2><!----><p check-reduce class="post_desc">[图片] </p><div check-reduce class="post_tags_container"></div><div class="post_info"><!----><span check-reduce class="post_group">[问答]</span><em class="post_time post_info_meta">2小时前</em><div class="post_info_extend"><!----><span itemprop="commentCount" class="post_discuss_num post_info_meta"><i class="icon_post_opr_discuss"></i>0</span><span class="post_discuss_num post_info_meta"><i class="icon_post_opr_view"></i>358</span></div></div><!----></li><li data-doc-id="000ae827124df8b259e2f697d6b000" data-title="请问收付通二级商户进件查询结果返回AUDITING一般是什么原因?" data-create-time="1739782031" data-blog-category="1" itemscope="itemscope" itemtype="https://schema.org/Question" class="post_item post_overview post_item_simple_qa"><h2 class="post_title"><!----><!----><a href="/community/pay/doc/000ae827124df8b259e2f697d6b000" target="_blank">请问收付通二级商户进件查询结果返回AUDITING一般是什么原因?</a><meta check-reduce itemprop="name" content="请问收付通二级商户进件查询结果返回AUDITING一般是什么原因?"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/pay/doc/000ae827124df8b259e2f697d6b000"></h2><!----><p check-reduce class="post_desc">接口文档https://pay.weixin.qq.com/doc/v3/partner/4012691376,相同的参数有时响应结果是NEED_SIGN,有时却返回AUDITING,请问AUDITING状态是进入人工审核流程了吗?一般什么原因会进入这种状态呢?如果是需要等待多久? </p><div check-reduce class="post_tags_container"></div><div class="post_info"><!----><span check-reduce class="post_group">[问答]</span><em class="post_time post_info_meta">2小时前</em><div class="post_info_extend"><!----><span itemprop="commentCount" class="post_discuss_num post_info_meta"><i class="icon_post_opr_discuss"></i>1</span><span class="post_discuss_num post_info_meta"><i class="icon_post_opr_view"></i>607</span></div></div><div class="best_comment"><div class="best_comment_info"><a href="/community/personal/oCJUsw8yFnOFj4STQDwbDwK8ix_0" target="_blank" class="best_comment_author"><img src="https://wx.qlogo.cn/mmopen/vi_32/iaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg/0" alt="" class="ueser_head">Memory (私信不回复) <!----></a></div><div class="best_comment_link"><a href="/community/pay/doc/000ae827124df8b259e2f697d6b000?jumpto=comment&commentid=0008c8749303888259e2b289366c" target="_blank" itemprop="comment" class="best_comment_article"><div itemprop="text" class="post_comment_content">审核中,一般3个工作日审核完成,所有申请单都需要审核的</div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><p disabled="disabled" class="btn btn_default" style="margin:12px 0;color:#999;">待楼主反馈</p><!----></div></a></div><div check-reduce class="post_best_comment_info"><span class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>有用<span style="display:none;"> 0 </span></span><div class="best_comment_discuss"><i class="icon_post_opr discuss"></i><span class="best_comment_num">2</span></div></div></div></li><li data-doc-id="0000e474e408d88257e2ffb3f6bc00" data-title="公众号jsapi支付提示,当前页面的URL未注册" data-create-time="1739781711" data-blog-category="1" itemscope="itemscope" itemtype="https://schema.org/Question" class="post_item post_overview post_item_simple_qa"><h2 class="post_title"><!----><!----><a href="/community/pay/doc/0000e474e408d88257e2ffb3f6bc00" target="_blank">公众号jsapi支付提示,当前页面的URL未注册</a><meta check-reduce itemprop="name" content="公众号jsapi支付提示,当前页面的URL未注册"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/pay/doc/0000e474e408d88257e2ffb3f6bc00"></h2><!----><p check-reduce class="post_desc">很多神奇的地方。 一开始商户的开发设置那边并没有设置【支付授权目录】,然而可以正常支付。突然某一天开始,页面【https://abc.test.cloud/#/pages/bad?id=123】个别的订单开始提示当前页面的 URL未注册(个别订单的意思是某个商品下单支付会提示错误,其他商品可以正常支付,并且另一个支付页面【https://abc.test.cloud/#/pages/good?id=123】的入口是百分百正常支付)。当我查阅帖子,开始设置【支付授权目录】,这时候页面【https://abc.test.cloud/#/pages/bad?id=123】开始百分百提示错误,页面【https://abc.test.cloud/#/pages/good?id=123】仍然可以支付。我的网页是vue开发,并且使用hash模式。按照网上的建议,在【支付授权目录】添加了 【https://abc.test.cloud/】 和 【https://abc.test.cloud/#/pages/pay/】 ,并且把支付页面都统一到一个新页面 【https://abc.test.cloud/#/pages/pay/paying?orderId=1234】。这时候提示 【当前页面的URL未注册 https://abc.test.cloud/#/pages/pay/paying】。又按照建议把页面 【https://abc.test.cloud/#/pages/pay/paying】的 #前加了一个?,变成【 https://abc.test.cloud/?#/pages/pay/paying?orderId=1234】。这时候提示 【当前页面的URL未注册 https://abc.test.cloud/】 问题是 这个URL是明确已经注册了的。 </p><div check-reduce class="post_tags_container"></div><div class="post_info"><!----><span check-reduce class="post_group">[问答]</span><em class="post_time post_info_meta">2小时前</em><div class="post_info_extend"><!----><span itemprop="commentCount" class="post_discuss_num post_info_meta"><i class="icon_post_opr_discuss"></i>1</span><span class="post_discuss_num post_info_meta"><i class="icon_post_opr_view"></i>134</span></div></div><div class="best_comment"><div class="best_comment_info"><a href="/community/personal/oCJUsw8yFnOFj4STQDwbDwK8ix_0" target="_blank" class="best_comment_author"><img src="https://wx.qlogo.cn/mmopen/vi_32/iaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg/0" alt="" class="ueser_head">Memory (私信不回复) <!----></a></div><div class="best_comment_link"><a href="/community/pay/doc/0000e474e408d88257e2ffb3f6bc00?jumpto=comment&commentid=0002c2f766c070a259e2c1d4a610" target="_blank" itemprop="comment" class="best_comment_article"><div itemprop="text" class="post_comment_content">vue是有这种情况</div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><p disabled="disabled" class="btn btn_default" style="margin:12px 0;color:#999;">待楼主反馈</p><!----></div></a></div><div check-reduce class="post_best_comment_info"><span class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>有用<span style="display:none;"> 0 </span></span><div class="best_comment_discuss"><i class="icon_post_opr discuss"></i><span class="best_comment_num">4</span></div></div></div></li><li data-doc-id="0002447ceb46283257e20f14466000" data-title="jdk分账功能,添加分账接收方时接口返回无分账权限" data-create-time="1739781698" data-blog-category="1" itemscope="itemscope" itemtype="https://schema.org/Question" class="post_item post_overview post_item_simple_qa"><h2 class="post_title"><!----><!----><a href="/community/pay/doc/0002447ceb46283257e20f14466000" target="_blank">jdk分账功能,添加分账接收方时接口返回无分账权限</a><meta check-reduce itemprop="name" content="jdk分账功能,添加分账接收方时接口返回无分账权限"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/pay/doc/0002447ceb46283257e20f14466000"></h2><!----><p check-reduce class="post_desc">[图片][图片] 商户分账功能已开通,通过交易中心添加分账接受方可以添加成功 </p><div check-reduce class="post_tags_container"></div><div class="post_info"><!----><span check-reduce class="post_group">[问答]</span><em class="post_time post_info_meta">2小时前</em><div class="post_info_extend"><!----><span itemprop="commentCount" class="post_discuss_num post_info_meta"><i class="icon_post_opr_discuss"></i>1</span><span class="post_discuss_num post_info_meta"><i class="icon_post_opr_view"></i>70</span></div></div><div class="best_comment"><div class="best_comment_info"><a href="/community/personal/oCJUsw8yFnOFj4STQDwbDwK8ix_0" target="_blank" class="best_comment_author"><img src="https://wx.qlogo.cn/mmopen/vi_32/iaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg/0" alt="" class="ueser_head">Memory (私信不回复) <!----></a></div><div class="best_comment_link"><a href="/community/pay/doc/0002447ceb46283257e20f14466000?jumpto=comment&commentid=000e46f85946080259e27d4416b8" target="_blank" itemprop="comment" class="best_comment_article"><div itemprop="text" class="post_comment_content">看你调用的接口url不太对</div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><p disabled="disabled" class="btn btn_default" style="margin:12px 0;color:#999;">待楼主反馈</p><!----></div></a></div><div check-reduce class="post_best_comment_info"><span class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>有用<span style="display:none;"> 0 </span></span><div class="best_comment_discuss"><i class="icon_post_opr discuss"></i><span class="best_comment_num">3</span></div></div></div></li><li data-doc-id="000c40cefb84d00256e20185e6b800" data-title="新版转账对应sdk中的哪个方法?" data-create-time="1739781459" data-blog-category="1" itemscope="itemscope" itemtype="https://schema.org/Question" class="post_item post_overview post_item_simple_qa"><h2 class="post_title"><!----><!----><a href="/community/pay/doc/000c40cefb84d00256e20185e6b800" target="_blank">新版转账对应sdk中的哪个方法?</a><meta check-reduce itemprop="name" content="新版转账对应sdk中的哪个方法?"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/pay/doc/000c40cefb84d00256e20185e6b800"></h2><!----><p check-reduce class="post_desc">/v3/fund-app/mch-transfer/transfer-bills 这个接口对应sdk的哪个方法? 目前问题是 我调用sdk中的方法 提示:“当前商户号接入升级版本功能,暂不支持使用升级前功能,请在产品中心-商家转账-前往功能查看接口文档” 看到sdk中请求的是https://api.mch.weixin.qq.com/v3/transfer/batches 这个接口,并不是文档上的接口,请问如何解决 </p><div check-reduce class="post_tags_container"></div><div class="post_info"><!----><span check-reduce class="post_group">[问答]</span><em class="post_time post_info_meta">2小时前</em><div class="post_info_extend"><!----><span itemprop="commentCount" class="post_discuss_num post_info_meta"><i class="icon_post_opr_discuss"></i>1</span><span class="post_discuss_num post_info_meta"><i class="icon_post_opr_view"></i>684</span></div></div><div class="best_comment"><div class="best_comment_info"><a href="/community/personal/oCJUsw8yFnOFj4STQDwbDwK8ix_0" target="_blank" class="best_comment_author"><img src="https://wx.qlogo.cn/mmopen/vi_32/iaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg/0" alt="" class="ueser_head">Memory (私信不回复) <!----></a></div><div class="best_comment_link"><a href="/community/pay/doc/000c40cefb84d00256e20185e6b800?jumpto=comment&commentid=00084489a781c86257e294dcb664" target="_blank" itemprop="comment" class="best_comment_article"><div itemprop="text" class="post_comment_content"><p>需要使用自定义请求</p></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><p disabled="disabled" class="btn btn_default" style="margin:12px 0;color:#999;">待楼主反馈</p><!----></div></a></div><div check-reduce class="post_best_comment_info"><span class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>有用<span style="display:none;"> 0 </span></span><div class="best_comment_discuss"><i class="icon_post_opr discuss"></i><span class="best_comment_num">2</span></div></div></div></li><li data-doc-id="000a8a066086981256e2865c561800" data-title="微信小程序,调用支付功能wx.requestPayment失败" data-create-time="1739781303" data-blog-category="1" itemscope="itemscope" itemtype="https://schema.org/Question" class="post_item post_overview post_item_simple_qa"><h2 class="post_title"><!----><!----><a href="/community/pay/doc/000a8a066086981256e2865c561800" target="_blank">微信小程序,调用支付功能wx.requestPayment失败</a><meta check-reduce itemprop="name" content="微信小程序,调用支付功能wx.requestPayment失败"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/pay/doc/000a8a066086981256e2865c561800"></h2><!----><p check-reduce class="post_desc">微信小程序,调用支付功能wx.requestPayment失败:报错信息是:{"errno":102,"errMsg":"requestPayment:fail jsapi has no permission, event=requestPayment, runningState=foreground, permissionMsg=permission got, detail=jsapi has been banned, appId=wx2a3cb863935e6ca9"} </p><div check-reduce class="post_tags_container"></div><div class="post_info"><!----><span check-reduce class="post_group">[问答]</span><em class="post_time post_info_meta">2小时前</em><div class="post_info_extend"><!----><span itemprop="commentCount" class="post_discuss_num post_info_meta"><i class="icon_post_opr_discuss"></i>0</span><span class="post_discuss_num post_info_meta"><i class="icon_post_opr_view"></i>387</span></div></div><!----></li><li data-doc-id="0004a414eecd80e255e2003af61000" data-title="完结支付分订单API报错'当前订单状态不合法'?" data-create-time="1739781168" data-blog-category="1" itemscope="itemscope" itemtype="https://schema.org/Question" class="post_item post_overview post_item_simple_qa"><h2 class="post_title"><!----><!----><a href="/community/pay/doc/0004a414eecd80e255e2003af61000" target="_blank">完结支付分订单API报错'当前订单状态不合法'?</a><meta check-reduce itemprop="name" content="完结支付分订单API报错'当前订单状态不合法'?"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/pay/doc/0004a414eecd80e255e2003af61000"></h2><!----><p check-reduce class="post_desc">完结支付分订单API报错'当前订单状态不合法'? </p><div check-reduce class="post_tags_container"></div><div class="post_info"><!----><span check-reduce class="post_group">[问答]</span><em class="post_time post_info_meta">3小时前</em><div class="post_info_extend"><!----><span itemprop="commentCount" class="post_discuss_num post_info_meta"><i class="icon_post_opr_discuss"></i>2</span><span class="post_discuss_num post_info_meta"><i class="icon_post_opr_view"></i>90</span></div></div><div class="best_comment"><div class="best_comment_info"><a href="/community/personal/oCJUsw8yFnOFj4STQDwbDwK8ix_0" target="_blank" class="best_comment_author"><img src="https://wx.qlogo.cn/mmopen/vi_32/iaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg/0" alt="" class="ueser_head">Memory (私信不回复) <!----></a></div><div class="best_comment_link"><a href="/community/pay/doc/0004a414eecd80e255e2003af61000?jumpto=comment&commentid=000a86bca88378b352e2cd72d654" target="_blank" itemprop="comment" class="best_comment_article"><div itemprop="text" class="post_comment_content"><p>你调查询接口看下当前订单状态是什么</p></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><p disabled="disabled" class="btn btn_default" style="margin:12px 0;color:#999;">待楼主反馈</p><!----></div></a></div><div check-reduce class="post_best_comment_info"><span class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>有用<span style="display:none;"> 0 </span></span><div class="best_comment_discuss"><i class="icon_post_opr discuss"></i><span class="best_comment_num">0</span></div></div></div></li><li data-doc-id="00088815588640b253e26e93366400" data-title="jsapi支付问题" data-create-time="1739780476" data-blog-category="1" itemscope="itemscope" itemtype="https://schema.org/Question" class="post_item post_overview post_item_simple_qa"><h2 class="post_title"><!----><!----><a href="/community/pay/doc/00088815588640b253e26e93366400" target="_blank">jsapi支付问题</a><meta check-reduce itemprop="name" content="jsapi支付问题"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/pay/doc/00088815588640b253e26e93366400"></h2><!----><p check-reduce class="post_desc">微信商户开发配置中已经选择https;配置授权目录"m.xxxx.com/recharge/",但是一直提示 当前页面的URL未注册“https://m.xxxx.com/recharge/weixin_index.html”; </p><div check-reduce class="post_tags_container"></div><div class="post_info"><!----><span check-reduce class="post_group">[问答]</span><em class="post_time post_info_meta">3小时前</em><div class="post_info_extend"><!----><span itemprop="commentCount" class="post_discuss_num post_info_meta"><i class="icon_post_opr_discuss"></i>2</span><span class="post_discuss_num post_info_meta"><i class="icon_post_opr_view"></i>80</span></div></div><div class="best_comment"><div class="best_comment_info"><a href="/community/personal/oCJUswzOO8I8UaXARhgzUQyZYkQs" target="_blank" class="best_comment_author"><img src="https://wx.qlogo.cn/mmhead/Q3auHgzwzM6iccHRlveaAFz8OCe51MwONYhyWFHwmuHyUuCwZdomniag/0" alt="" class="ueser_head">偶然 <div class="checking_state_new"><span title="楼主" class="lz_new"></span><!----><!----><!----></div></a></div><div class="best_comment_link"><a href="/community/pay/doc/00088815588640b253e26e93366400?jumpto=comment&commentid=0004864eb540586256e21daa56b8" target="_blank" itemprop="comment" class="best_comment_article"><div itemprop="text" class="post_comment_content"><p>已经确认商户号和url配置已经确认,没有问题,我们另外的一个商户号是正常的,新商户号开通jsapi支付权限,就是不能使用,提示 页面url未注册,</p></div><div itemprop="text" class="post_comment_content" style="display:none;"><p>你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。</p><p disabled="disabled" class="btn btn_default" style="margin:12px 0;color:#999;">待楼主反馈</p><!----></div></a></div><div check-reduce class="post_best_comment_info"><span class="comment_topic_agree"><i class="icon_post_opr icon_topic_unagree"></i>有用<span style="display:none;"> 0 </span></span><div class="best_comment_discuss"><i class="icon_post_opr discuss"></i><span class="best_comment_num">0</span></div></div></div></li><li data-doc-id="0000ece58dcc30b251e2b09b161c00" data-title="缴纳了15原违约金,如何开发票?" data-create-time="1739779988" data-blog-category="1" itemscope="itemscope" itemtype="https://schema.org/Question" class="post_item post_overview post_item_simple_qa"><h2 class="post_title"><!----><!----><a href="/community/pay/doc/0000ece58dcc30b251e2b09b161c00" target="_blank">缴纳了15原违约金,如何开发票?</a><meta check-reduce itemprop="name" content="缴纳了15原违约金,如何开发票?"><meta check-reduce itemprop="url" content="https://developers.weixin.qq.com/community/pay/doc/0000ece58dcc30b251e2b09b161c00"></h2><!----><p check-reduce class="post_desc">缴纳了15原违约金,如何开发票? </p><div check-reduce class="post_tags_container"></div><div class="post_info"><!----><span check-reduce class="post_group">[问答]</span><em class="post_time post_info_meta">3小时前</em><div class="post_info_extend"><!----><span itemprop="commentCount" class="post_discuss_num post_info_meta"><i class="icon_post_opr_discuss"></i>0</span><span class="post_discuss_num post_info_meta"><i class="icon_post_opr_view"></i>37</span></div></div><!----></li></ul><!----><!----><div class="list_loading" style="display:none;"><i class="weui-loading"></i>正在加载...</div></div></div></div></div></div></div></div></div><div check-reduce class="post_box_others"><div check-reduce="" class="block-list public_box page_mod_blog_panel" style="display:none;"><a href="/community/personal/" target="_blank" class="page_mod_blog_panel_head"><img src="https://mmbiz.qpic.cn/mmbiz/icTdbqWNOwNRna42FI242Lcia07jQodd2FJGIYQfG0LAJGFxM4FbnQP6yfMxBgJ0F3YRqJCJ1aPAK2dQagdusBZg/0?wx_fmt=png" alt="我的头像" width="50px" height="50px" class="page_mod_blog_panel_head_avatar"><div class="page_mod_blog_panel_head_bd"><div class="page_mod_blog__nickname"><p class="page_mod_blog_panel_head_name"></p><!----><!----><!----><div title="成长等级:1" class="mode__grow-up-tag mode__grow-up-tag__small"><span class="grow__up__tag__icon grow__up__tag__growup1__icon grow__up__tag__growup1__icon"></span></div></div><p class="page_mod_blog_panel_head_desc">暂无个人介绍</p></div></a><div class="page_mod_blog_panel_body"><a href="/community/personal//article#personaltab" target="_blank" class="page_mod_blog_panel_body_item"><p class="page_mod_blog_panel_body_item_title">发布文章</p><p class="page_mod_blog_panel_body_item_desc">0</p></a><a href="/community/personal//answer#personaltab" target="_blank" class="page_mod_blog_panel_body_item"><p class="page_mod_blog_panel_body_item_title">回答</p><p class="page_mod_blog_panel_body_item_desc">0</p></a><a href="/community/personal//appreciatelist/1" target="_blank" class="page_mod_blog_panel_body_item"><p class="page_mod_blog_panel_body_item_title">关注者</p><p class="page_mod_blog_panel_body_item_desc">0</p></a></div><div class="page_mod_blog_panel_foot"><a href="/community/personal//follow#personaltab" target="_blank" class="page_mod_blog_panel_foot_item">我关注的问答</a><a href="/community/personal//fav#personaltab" target="_blank" class="page_mod_blog_panel_foot_item">我的收藏</a></div></div><div class="block-list public_box detail_extend tags_box page_mod_blog_panel"><div class="block-list__title"><span>推荐主页</span></div><div class="block-list__body"><div class="tags__list"><a href="/community/minihome/mixflow/1254258614370467842" target="_blank" title="微信刷脸支付" class="tag_item_new tag_item_topic" style="color: rgba(0,0,0,0.9);"><img src="http://mmbiz.qpic.cn/mmbiz_png/UB2CE27DppnHN915Br0w03KEj4IQWatAALMx2Rv23CdJ8sCUkKTKrUNR9fHk5s0GjZDyXQlibNTBiasJ3XAwXc5A/0?wx_fmt=png" class="tag_item_headimg"> 微信刷脸支付 </a><a href="/community/minihome/mixflow/2928443012232527877" target="_blank" title="商户安全" class="tag_item_new tag_item_topic" style="color: rgba(0,0,0,0.9);"><img src="http://mmbiz.qpic.cn/mmbiz_png/nm27MmSkv25kzxw5tbjficmXU2v9hpAfxeqPnnibgEwCP7EeU4hDO1qDD5wasichhyWzW1LC9m8Ofnbxp4Acu4AAA/0?wx_fmt=png" class="tag_item_headimg"> 商户安全 </a><a href="/community/minihome/mixflow/3080293751820140545" target="_blank" title="证书与密钥" class="tag_item_new tag_item_topic" style="color: rgba(0,0,0,0.9);"><img src="http://mmbiz.qpic.cn/mmbiz_png/nm27MmSkv25B3beyvTLt0bicTZ8exm8KtwnHyQfQl2ibKsK7kibPIzTucCBRoWUNzXbhGcHDg1e32q9I8jNWt6ZOA/0?wx_fmt=png" class="tag_item_headimg"> 证书与密钥 </a><a href="/community/minihome/mixflow/3470672269024428033" target="_blank" title="商户平台建议反馈" class="tag_item_new tag_item_topic" style="color: rgba(0,0,0,0.9);"><img src="http://mmbiz.qpic.cn/mmbiz_png/nm27MmSkv266oufcxVMgj5COUu6SDXUQUDMibgvjNGUNpm3gicHBggicwXHQGficoBD5tysdzOTMGJq4shqdubn0gg/0?wx_fmt=png" class="tag_item_headimg"> 商户平台建议反馈 </a></div><!----></div></div><div class="block-list public_box page_mod_blog_panel blog_list_normal_questions undefined "><div class="block-list__title"><span>常见问题</span><!----></div><!----><!----><div class="block-list__body"><div class="block-list__article-list"><a href="/community/pay/doc/000caaf36ccaa85f6422efc4762008" target="_blank"><span class="block-list__article__title__area"><span class="block-list__article__title">商户安全系列文章</span><!----></span><span class="block-list__article__date">2024-09-19</span></a></div><div class="block-list__article-list"><a href="/community/pay/doc/000e461d4905a842c10e74c6456008" target="_blank"><span class="block-list__article__title__area"><span class="block-list__article__title">【实名验证接口】常见问题</span><!----></span><span class="block-list__article__date">2022-06-06</span></a></div><div class="block-list__article-list"><a href="/community/pay/doc/0002049112c7602f73bdf53a45f408" target="_blank"><span class="block-list__article__title__area"><span class="block-list__article__title">微信支付接入IP裁撤-商户排查和处理指引</span><!----></span><span class="block-list__article__date">2022-03-31</span></a></div><div class="block-list__article-list"><a href="/community/pay/doc/000488aa7d8478fedbadd8f0b56808" target="_blank"><span class="block-list__article__title__area"><span class="block-list__article__title">【支付分接入及服务配置】常见问题</span><!----></span><span class="block-list__article__date">2022-03-23</span></a></div><div class="block-list__article-list"><a href="/community/pay/doc/00020e01fb874858baebc84ca55408" target="_blank"><span class="block-list__article__title__area"><span class="block-list__article__title">【H5/小程序插件/JSAPI 发券API】常见问题</span><!----></span><span class="block-list__article__date">2021-03-30</span></a></div></div><div class="skip_more_box" style="display:none;"><a target="_blank" class="skip_more"><span class="skip_more_text">更多</span></a></div><div class="skip_more_box" style="display:;"><a href="/community/pay/list/256" target="_blank" class="skip_more"><span class="skip_more_text">更多</span></a></div></div><div class="block-list public_box page_mod_blog_panel blog_list_official_course undefined page_mod_blog_panel__official-course"><div class="block-list__title"><span>活动专区</span><!----></div><div class="blog-list__banner__container"><a href="/community/business/doc/00006e8a24cc80850d1c371e15280d" target="_blank"><div class="blog-list__banner" style="background:url(http://mmbiz.qpic.cn/sz_mmbiz_jpg/GEWVeJPFkSHqibzyvDHH5riamqqtGlGfbwmQiaqfbnma3JbvEDgJTGdhLqMw4OCmca6iboUGOdOgAKyIOF8LggpCMw/0?wx_fmt=jpeg) no-repeat center / cover;"></div><p class="blog-list__banner__title">【活动专区】微信支付活动大集锦,参与赢好礼</p><p class="blog-list__banner__info">微信支付活动大集锦,涵盖社区特色有奖活动、文档有奖反馈活动、问卷调研有奖活动等,它致力于让知识反馈、知识分享、互帮互助成为一种习惯,于此同时,我们准备了精美礼品回馈那些为此积极努力的用户</p></a></div><!----><div class="block-list__body"><div class="block-list__article-list"><a href="/community/business/doc/000448af4583f0aad10c4ca035bc0d" target="_blank"><span class="block-list__article__title__area"><span class="block-list__article__title">有奖反馈 | 参与微信支付文档来“找茬”</span><!----></span><!----></a></div><div class="block-list__article-list"><a href="/community/business/doc/00042469224b0085091c4081c5280d" target="_blank"><span class="block-list__article__title__area"><span class="block-list__article__title">有奖征文 | 从产品设计、开发到运营维护</span><!----></span><!----></a></div></div><div class="skip_more_box" style="display:;"><a target="_blank" href="https://developers.weixin.qq.com/community/business" class="skip_more"><span class="skip_more_text">更多</span></a></div><div class="skip_more_box" style="display:none;"><a href="/community/pay/list/course" target="_blank" class="skip_more"><span class="skip_more_text">更多</span></a></div></div><div><!----><!----></div></div></div><div check-reduce="" class="dialog_wrapper dialog_choose_article_type dialog_with_head" style="display:none;"><div class="dialog_wrp_new dialog_component" style="width:585px;"><div class="dialog"><a href="javascript:;" class="icon16_opr closed pop_closed">关闭</a><div class="dialog_hd"><h3>选择发帖类型</h3></div><div class="dialog_bd"><!----><div class="post_type_content"><ul class="post_type_list"><li class="post_type_item"><a href="/community/blog/create/1?blocktype=8&isapiguide=" target="_blank"><i class="icon icon_question"></i><div class="post_type_item_body"><p class="post_type_item_body_title"><!---->提出问题 </p><p class="post_type_item_body_desc">接入使用过程中遇到的疑问</p></div></a></li><li class="post_type_item"><a href="/community/blog/create/524288?blocktype=8&isapiguide=" target="_blank"><i class="icon icon_experiences"></i><div class="post_type_item_body"><p class="post_type_item_body_title"><!---->发表文章 </p><p class="post_type_item_body_desc">开发、运营、产品设计相关实战经验及案例分享</p></div></a></li><!----><!----><!----><!----><!----><!----></ul></div></div><!----></div></div></div></div></div></div><div id="footer" check-reduce="" class="foot blur_row page_full"><ul class="links ft"><li class="links_item"><a href="http://www.tencent.com/zh-cn/index.shtml" target="_blank">关于腾讯</a></li><li class="links_item"><a href="https://developers.weixin.qq.com/community/develop/doc/000e2cb63d8c28e6cf79d839b51809" target="_blank">运营规范</a></li><li class="links_item"><a href="https://mp.weixin.qq.com/debug/wxadoc/dev/index.html" target="_blank">文档中心</a></li><li class="links_item"><a href="https://kf.qq.com/faq/17030722muuu170307MFBny2.html" target="_blank">辟谣中心</a></li><li class="links_item"><a href="http://kf.qq.com/product/wx_xcx.html" target="_blank">客服中心</a></li><li class="links_item"><p class="copyright">Copyright © 2012-2025 Tencent. All Rights Reserved.</p></li></ul></div><!----><div check-reduce="" class="mod_get_page_top for_pc" style="display:none;"><div class="get_page_top_inner"><i class="icon icon_page_top"></i></div></div></div><script>window.__INITIAL_STATE__={"$host":"developers.weixin.qq.com","$ua":"Mozilla\u002F4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 3.5.21022; .NET CLR 1.0.3705; .NET CLR 1.1.4322)","items":{},"language":"zh-Hans","home":{},"doc_read":{},"doc_read_fetch":false,"appClass":"","pageName":"","pendingActions":[],"DOCState":"","searchQuery":"","shareImg":"https:\u002F\u002Fres.wx.qq.com\u002Fop_res\u002FdHtIRV4hVzWL3c2ZSXjoG1VcnRC3fENDSGIm_8hOS-9PWFTVVdbPfoGTaJnHJpFm","doc":{"NotFound":false,"Del":false,"Author":{"openid":"","nickname":"","headimgurl":"","isOfficialUser":false,"authority":[]},"DocId":"","BlockType":0,"CreateTime":"","UpdateTime":"","Category":"","BlogCategory":0,"Flag":"","UpVote":0,"DownVote":0,"UpHome":0,"BlogAttr":0,"blogProp":{"top":0},"Title":"","Content":"","Introduce":"","Img":"","QuestionAttr":{},"Pv":0,"OpenComments":"1","Comments":{"count":0,"page":1,"limit":10,"rows":[]},"QuestionComments":{},"Votes":{},"Fav":{"Count":0,"Fav":false},"Follow":{"Count":0,"Followed":false},"QuestionAnswered":false,"Status":{"delete":false,"audit":false,"draft":false},"Tags":[],"DraftCount":0,"Star":0,"similarBlog":[],"similarDoc":[],"loading":true,"voteFeedback":{}},"user":{"login":false,"isOfficialUser":false,"headimgurl":"https:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz\u002FicTdbqWNOwNRna42FI242Lcia07jQodd2FJGIYQfG0LAJGFxM4FbnQP6yfMxBgJ0F3YRqJCJ1aPAK2dQagdusBZg\u002F0?wx_fmt=png","nickname":"","openid":"","user_name":"","loading":true,"authority":[],"userScore":{},"isPrivacySettingGrant":"0"},"userRecentlyVisited":[],"usercntinfo":{"appreciateByCnt":0,"introduce":"","EnterpriseIntr":"","answerCnt":0,"articleCnt":0,"medalsCnt":0},"notifyUnread":[],"notifyAll":[],"notifySystem":{"list":[],"total":0},"notifyLike":{"list":[],"total":0},"notifySystemNewCount":0,"notifyLikeNewCount":0,"develop":{"32768":{"rows":[],"count":0,"page":1,"limit":20},"short_256":{"rows":[{"OpenId":"oCJUsw9CJvLXfoIsy8cDn__JOfUc","DocId":"000caaf36ccaa85f6422efc4762008","CreateTime":"1726711182","BlogCategory":"256","Flag":"0","UpVote":"2","DownVote":"0","BlockType":"8","Topic":"","BlogAttr":"6","Title":"商户安全系列文章","Content":"\u003Cp style=\"font-size: 16px; margin-bottom: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;\"\u003E\u003Cstrong \u003E【商户安全科普】\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cul \u003E\u003Cli style=\"margin-bottom: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; font-size: 16px;\"\u003E\u003Ca href=\"https:\u002F\u002Fdevelopers.weixin.qq.com\u002Fcommunity\u002Fminihome\u002Farticle\u002Fdoc\u002F0008ce5f0781401338a11552561c13\" rel=\"noopener noreferrer\" target=\"_blank\"\u003E\u003Cstrong \u003E这些漏洞隐蔽又危险,一不小心可能钱都没了!\u003C\u002Fstrong\u003E\u003C\u002Fa\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E\u003Cp style=\"margin-bottom: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;\"\u003E\u003Cstrong \u003E\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;\"\u003E\u003Cstrong \u003E【商户安全纪实系列案例】\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cul \u003E\u003Cli style=\"margin-bottom: 16px; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;\"\u003E\u003Ca href=\"https:\u002F\u002Fdevelopers.weixin.qq.com\u002Fcommunity\u002Fminihome\u002Farticle\u002Fdoc\u002F0008004489c538ad68cf42fd951013\" rel=\"noopener noreferrer\" target=\"_blank\"\u003E\u003Cstrong \u003E微信支付提醒您:生意再忙,安全别忘\u003C\u002Fstrong\u003E\u003C\u002Fa\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-bottom: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; font-size: 16px;\"\u003E\u003Ca href=\"https:\u002F\u002Fdevelopers.weixin.qq.com\u002Fcommunity\u002Fminihome\u002Farticle\u002Fdoc\u002F000c2e3f748980bd69cfe066056813\" rel=\"noopener noreferrer\" target=\"_blank\"\u003E\u003Cstrong \u003E一个商户的自白:我希望,当初能更关注它……\u003C\u002Fstrong\u003E\u003C\u002Fa\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-bottom: 16px; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;\"\u003E\u003Ca href=\"https:\u002F\u002Fdevelopers.weixin.qq.com\u002Fcommunity\u002Fminihome\u002Farticle\u002Fdoc\u002F00002aeeb388482d69cf7635a5b013\" rel=\"noopener noreferrer\" target=\"_blank\"\u003E\u003Cstrong \u003E95017,这个电话一定要接!\u003C\u002Fstrong\u003E\u003C\u002Fa\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-bottom: 16px; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;\"\u003E\u003Ca href=\"https:\u002F\u002Fdevelopers.weixin.qq.com\u002Fcommunity\u002Fminihome\u002Farticle\u002Fdoc\u002F000426b9a38c90589adf1a5cb51813\" rel=\"noopener noreferrer\" target=\"_blank\"\u003E\u003Cstrong \u003E5种容易引发资金被盗的操作,你中招了吗?\u003C\u002Fstrong\u003E\u003C\u002Fa\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-bottom: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; font-size: 16px;\"\u003E\u003Ca href=\"https:\u002F\u002Fdevelopers.weixin.qq.com\u002Fcommunity\u002Fminihome\u002Farticle\u002Fdoc\u002F000c8043480088fc4c20bfa546b813\" rel=\"noopener noreferrer\" target=\"_blank\"\u003E\u003Cstrong \u003E商家收款延迟到账?小心被骗!\u003C\u002Fstrong\u003E\u003C\u002Fa\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E\u003Cp \u003E\u003Cbr \u003E\u003C\u002Fp\u003E","pv":"3492","commentNum":"4"},{"OpenId":"oCJUsw9CJvLXfoIsy8cDn__JOfUc","DocId":"000e461d4905a842c10e74c6456008","CreateTime":"1654499058","BlogCategory":"256","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","Topic":"","BlogAttr":"6","Title":"【实名验证接口】常见问题","Content":"\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cstrong style=\"font-size: 20px;\"\u003E文档地址:\u003C\u002Fstrong\u003E\u003Ca href=\"https:\u002F\u002Fpay.weixin.qq.com\u002Fwiki\u002Fdoc\u002Fapi\u002Frealnameauth.php?chapter=60_2&index=3\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 20px; color: rgb(7, 193, 96);\"\u003E\u003Cstrong \u003E「微信支付实名验证」\u003C\u002Fstrong\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EQ1:调用实名验证接口返回:网络异常,请重试,是什么原因?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EA1:可以按照以下几点进行排查:\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Col \u003E\u003Cli style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E没有权限,请联系对接的微信运营申请权限,权限开通后再调用接口;\u003C\u002Fli\u003E\u003Cli style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E请求中的openid错误,该用户openid必须要用请求中的appid获取,而且该用户openid必须与调用的微信是同一个;\u003C\u002Fli\u003E\u003Cli style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E请求接口会校验签名,签名错误也会导致该报错,请按照Q2签名错误指引排查。\u003C\u002Fli\u003E\u003C\u002Fol\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EQ2:调用实名验证授权获取code接口返回:{\" retcode\" :\"参数错误\",\"retmsg\" :\"商户签名验证失败\"}\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EA2:报这个错误,是签名错误导致,签名错误请按照以下几点进行排查:\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Col \u003E\u003Cli style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003E使用\u003C\u002Fspan\u003E\u003Ca href=\"https:\u002F\u002Fpay.weixin.qq.com\u002Fwiki\u002Fdoc\u002Fapi\u002Fmicropay.php?chapter=20_1\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 16px; color: rgb(7, 193, 96);\"\u003E签名检查工具\u003C\u002Fa\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003E校验签名算法是否有误\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003E确认秘钥是否有误(秘钥是在商户平台配置,可参考该\u003C\u002Fspan\u003E\u003Ca href=\"https:\u002F\u002Fkf.qq.com\u002Ffaq\u002F180830UVRZR7180830Ij6ZZz.html\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 16px; color: rgb(7, 193, 96);\"\u003E指引文档\u003C\u002Fa\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003E)\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003E确认接口实际的请求参数与生成签名原串的参数一致,不能增加或缺少参数(可通过打印签名原串进行排查)\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003E确认参数的大小写,参数名与接口文档一致\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003E签名原串的参数值使用原始值,不需要encode\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003E接口需要使用UTF-8编码\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003C\u002Fol\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EQ3:小程序实名验证业务流程图中的“提供访问牌”指的是什么?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EA3:指的是通过code换取的access_token\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EQ4:小程序实名验证业务流程图中的“刷新访问牌”指的是什么?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EA4:指的是refresh_token,refresh_token在这里没有具体意义,可以不进行处理\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EQ5:调用实名验证通过code换取的access_token接口返回:{ \"retcode\":\"132819002\",\"retmsg\" : \"CODE_NOT_FOUND\"},是什么原因?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EA5:这个报错的意思是指code过期了,auth_code用于换取访问令牌,有效期600秒,请在有效期内调用接口。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EQ6:实名验证通过code换取的access_token有效期是多久?新老access_token是否有并行期?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EA6:access_token有效期是7200秒,也就是两个小时。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003E新老access_token没有并行期,新的生成后老的就失效了。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EQ7:接口中身份信息以明文方式传输,关于身份信息的hash方式是否可以提供下?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EA7:目前这个接口没有加密要求,接口是明文传输身份信息的,直接按照文档传即可。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EQ8:access_token是否可以跨用户使用?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003EA8:不可以跨用户使用,accesstoken是每个用户一个。\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EQ9:实名验证每天获取access_token有次数限制吗?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003EA9:没有次数限制.\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EQ10:小程序实名验证下面这两个接口,每天有调用次数限制吗? \u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cul \u003E\u003Cli style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003E实名校验access_token(\u003C\u002Fspan\u003E\u003Ca href=\"https:\u002F\u002Fapi.mch.weixin.qq.com\u002Fappauth\u002Fgetaccesstoken\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003Ehttps:\u002F\u002Fapi.mch.weixin.qq.com\u002Fappauth\u002Fgetaccesstoken\u003C\u002Fa\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003E) \u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003E实名结果查询(\u003C\u002Fspan\u003E\u003Ca href=\"https:\u002F\u002Ffraud.mch.weixin.qq.com\u002Fsecsvc\u002Frealnameauth\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003Ehttps:\u002F\u002Ffraud.mch.weixin.qq.com\u002Fsecsvc\u002Frealnameauth\u003C\u002Fa\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003E)\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EA10:没有天级别的调用次数限制,但这两个接口有调用频率限制,频率是单个商户500QPS。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EQ11:请求小程序实名验证接口,返回报错err_code: \"非法请求\" ,err_code_des: \" check product auth fail\" 这个是什么意思?要如何解决?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-top: 0px; margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EA11:这个报错的意思是没有开通实名验证权限,请联系对接的微信运营申请权限,权限通过后再调用接口。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px;\"\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EQ12:小程序实名验证,第一步骤的授权获取code请求路径和后续获取accesstoken以及实名验证不一样,获取code是通过服务端请求还是小程序前端交互方式?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EA12:code是前端回调时给到商户的。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px;\"\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EQ13:小程序里吊起微信支付实名信息授权小程序是怎么吊起的?用户授权之后是怎么回到发起实名授权的小程序页面的呢?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EA13:是通过navigateBackMiniProgram发起实名授权小程序页面 。使用App.onShow 接收返回参数。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px;\"\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EQ14:调用小程序实名验证接口,返回错误:非法请求,appuin from GetAppInfoByAppID dismatch appuin from DecodeOpenId6\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 0, 0);\"\u003EA14:这个报错的意思是获取的openid不正确。生成openid的appid与传的appid不一致。必须要用请求中上传的appid获取openid才对,请检查确认下。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E","pv":"35536","commentNum":"11"},{"OpenId":"oCJUsw9CJvLXfoIsy8cDn__JOfUc","DocId":"0002049112c7602f73bdf53a45f408","CreateTime":"1648714219","BlogCategory":"256","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","Topic":"","BlogAttr":"6","Title":"微信支付接入IP裁撤-商户排查和处理指引","Content":"\u003Cp style=\"text-indent: 2em; margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\t\u003Cspan style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003E微信支付接入IP裁撤变更,不影响直接使用DNS解析微信支付域名的业务。微信支付执行IP裁撤之前,会先把新IP加入域名DNS解析,然后把旧IP从域名DNS解析中剔除。如果商户仍有请求到待裁撤IP,可能原因是:服务器配置了微信支付域名hosts、服务器的nscd服务开启了DNS缓存、程序代码配置了固定IP(待裁撤IP)、应用服务缓存。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"text-indent: 2em; margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\t\u003Cspan style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003E商户的技术或运维人员可在调用微信支付接口的服务器上检查是否有待裁撤IP的相关配置,如有使用,\u003C\u002Fspan\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003E请在业务低峰期进行处理和操作,避免影响业务。强烈建议商户不要做任何形式的IP绑定,包括但不限于hosts绑定、应用程序绑定IP等,该操作存在因IP变化导致业务受影响的风险,建议商户使用域名DNS解析,可直接解析到最优IP。\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 1.75; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cstrong style=\"font-size: 18px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003E注意事项:\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Col \u003E\u003Cli style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003E如有多个服务或业务对接微信支付接口(支付、退款、查单、对账等),请充分检查每个服务器的相关配置,确保待裁撤IP的相关配置都已完成处理。\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003E如果内部网络链路较长,根据网络链路逐一排查,是否有节点缓存未清除(转发器,节点路由器等)。\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003E如果有安全策略限制,如防火墙拦截,需先把新IP加入白名单,再执行hosts文件更新。配置hosts时,需配置主备两个域名指向不同的IP,且实现跨城冗灾切换方案(详情参考\u003C\u002Fspan\u003E\u003Ca href=\"https:\u002F\u002Fpay.weixin.qq.com\u002Fwiki\u002Fdoc\u002Fapiv3\u002FPractices\u002Fchapter1_1_4.shtml\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 16px; color: rgb(7, 193, 96); letter-spacing: 0pt;\"\u003E指引\u003C\u002Fa\u003E\u003Cspan style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003E),避免单个IP异常导致业务不可用。(请注意hosts文件本身并没有实现故障切换逻辑,当在hosts文件中的同一个域名配置了多个IP,系统默认只会使用第一个IP,即使该IP不可用时,也不会切换到其他IP)\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003C\u002Fol\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 1.75; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cstrong style=\"font-size: 18px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003E检查与操作步骤:\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003E1、检查服务器是否配置了微信支付域名hosts\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003EA)登录调用微信支付接口的服务器,ping微信支付IP裁撤涉及的域名(例如:api.mch.weixin.qq.com、api2.mch.weixin.qq.com、api.weixin.qq.com、api2.weixin.qq.com),如果出现的IP是公告中的待裁撤IP,则需要调整。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.75; margin-top: 10px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cimg src=\"https:\u002F\u002Fwdoc-76491.picgzc.qpic.cn\u002FMTY4ODg1NjE1MzI0ODYxMg_753814_B-Yx-d5GMPlaNau3_1654741049?w=564&h=234\" height=\"234px\" width=\"564\"\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003EB)检查服务器是否配置了微信支付域名的hosts,且指向待裁撤IP\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003ELinux服务器,检查\u002Fetc\u002Fhosts配置文件\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003EWindows服务器,检查 C:\\Windows\\System32\\drivers\\etc\\hosts配置文件\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.75; margin-top: 10px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cimg src=\"https:\u002F\u002Fwdoc-76491.picgzc.qpic.cn\u002FMTY4ODg1NjE1MzI0ODYxMg_480164_RZ36KyoEOcSymT2F_1654741063?w=434&h=125\" height=\"125px\" width=\"434\"\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003EC)删除hosts配置文件的裁撤IP配置,或把IP更新为公告中的新IP。\u003C\u002Fspan\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003E如无特殊需求,不建议做hosts绑定,使用域名DNS解析可直接解析到最优IP。\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003ED)在服务器上ping微信支付域名,确认不再请求到裁撤IP\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.75; margin-top: 10px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cimg src=\"https:\u002F\u002Fwdoc-76491.picgzc.qpic.cn\u002FMTY4ODg1NjE1MzI0ODYxMg_631716_9CTKupb0d1Zzc8ek_1654741073?w=554&h=193\" height=\"193px\" width=\"554\"\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 1.75; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003E注意:hosts文件本身并没有实现故障切换逻辑,当在hosts文件中的同一个域名配置了多个IP,系统默认只会使用第一个IP,即使该IP不可用时,也不会切换到其他IP。\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 1.75; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003E2、检查服务器的nscd服务是否开启DNS缓存\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003EA)运行 ps aux | grep nscd 命令查看是否开启nscd进程\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.75; margin-top: 10px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cimg src=\"https:\u002F\u002Fwdoc-76491.picgzc.qpic.cn\u002FMTY4ODg1NjE1MzI0ODYxMg_940037_ZfDqrHdOZKU0jTqi_1654741083?w=554&h=51\" height=\"51px\" width=\"554\"\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003EB)如果有开启nscd进程,运行nscd-g命令,查看缓存统计。如果统计数据里 host cache: yes cache is enabled, 表示host缓存已开启。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.75; margin-top: 10px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cimg src=\"https:\u002F\u002Fwdoc-76491.picgzc.qpic.cn\u002FMTY4ODg1NjE1MzI0ODYxMg_127014_-hNTH8M1XDUCVN2X_1654741092?w=554&h=103\" height=\"103px\" width=\"554\"\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003EC)清除缓存: nscd -i hosts .\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 1.75; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003ED)关闭服务 :nscd -k\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 1.75; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003E3、检查调用微信支付接口的程序代码是否有配置固定IP(待裁撤IP),如有则需要改成通过域名访问\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cstrong style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003E4、重启应用服务释放缓存\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cul \u003E\u003Cli style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003Enginx:service nginx restart\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003Eapache:httpd -k restart \u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-bottom: 16px; line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium;\"\u003E\u003Cspan style=\"font-size: 16px; color: rgb(44, 51, 60); letter-spacing: 0pt;\"\u003Etomcat :.\u002Fcatalina.sh restart\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E\u003Cp style=\"line-height: 1.75; margin-top: 0px; color: rgb(0, 0, 0); font-size: medium; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp \u003E\u003Cbr \u003E\u003C\u002Fp\u003E","pv":"33967","commentNum":0},{"OpenId":"oCJUsw9CJvLXfoIsy8cDn__JOfUc","DocId":"000488aa7d8478fedbadd8f0b56808","CreateTime":"1648024979","BlogCategory":"256","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","Topic":"","BlogAttr":"6","Title":"【支付分接入及服务配置】常见问题","Content":"\u003Ch2 style=\"line-height: 170%; margin-bottom: 16px; margin-top: 0px;\"\u003E文档地址:\u003Ca href=\"https:\u002F\u002Fpay.weixin.qq.com\u002Fwiki\u002Fdoc\u002Fapiv3\u002Fopen\u002Fpay\u002Fchapter3_1_0.shtml\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"color: rgb(7, 193, 96);\"\u003E「微信支付分」\u003C\u002Fa\u003E\u003C\u002Fh2\u003E\u003Ch2 style=\"line-height: 170%; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cbr \u003E\u003C\u002Fh2\u003E\u003Cp style=\"line-height: 170%; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 20px;\"\u003E商户号及接入问题\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 130%; margin-bottom: 16px; margin-top: 0px; color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ1:商户号性质从哪里查询?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA1:商户登录商户平台即可查询\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ2:什么类型的商户可以接入?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA2:普通商户、特约商户、普通服务商\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ3:服务商商户号和普通商户号的区别是什么?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA3:\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Col \u003E\u003Cli style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003E服务商自身无法作为一个普通商户直接发起交易,其发起交易必须传入相关特约商户商户号的参数信息;\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003E服务商的商户号无结算功能,发起交易时,对应交易款直接进入其特约商户的商户号账户。\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003C\u002Fol\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003E可参考:\u003C\u002Fspan\u003E\u003Ca href=\"https:\u002F\u002Fkf.qq.com\u002Ffaq\u002F170502Bn6n6j1705022q6RJB.html\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"letter-spacing: 0pt; color: rgb(7, 193, 96); font-size: 16px;\"\u003Ehttps:\u002F\u002Fkf.qq.com\u002Ffaq\u002F170502Bn6n6j1705022q6RJB.html\u003C\u002Fa\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ4:普通商户和特约商户区别是什么?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA4:\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cul \u003E\u003Cli style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003E普通商户:商户自行申请入驻微信支付,无服务商协助;\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003E特约商户: 由普通服务商,协助完成入驻的商户。\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003E可参考:\u003C\u002Fspan\u003E\u003Ca href=\"https:\u002F\u002Fkf.qq.com\u002Ffaq\u002F200316bYRf63200316eqUziQ.html\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"letter-spacing: 0pt; color: rgb(7, 193, 96); font-size: 16px;\"\u003Ehttps:\u002F\u002Fkf.qq.com\u002Ffaq\u002F200316bYRf63200316eqUziQ.html\u003C\u002Fa\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ5:申请接入支付分的商户、服务商的资质要求是什么?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA5:商户营业执照的经营类目需包含申请使用支付分服务的类目,经营类目规范请咨询工商管理部门\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px; color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ6:工商部门没有支付分场景对应的经营类目怎么办?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA6:支付分能力不涉及行业经营类目划分,商户经营业务与类目申请问题需咨询与反馈工商管理部门\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Microsoft YaHei", 微软雅黑, Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 10pt; line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ7:工商部门没有支付分场景对应的经营类目怎么办?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA7:支付分能力不涉及行业经营类目划分,商户经营业务与类目申请问题需咨询与反馈工商管理部门\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ8:客服电话展示在哪里?为什么要展示?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA8:客服电话是展示在支付凭证页、账单页、支付分订单页中\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003E接入支付分商户必须展示客服电话,当用户进行业务咨询或发生客诉纠纷处理时,确保用户可以联系到商户\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ9:客服电话怎么样才能展示?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA9:商户入驻微信支付时,需在【经营信息】中填写客服电话,并确保电话通畅以便平台回拨确认\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ10:已在【经营信息】中填写客服电话,为什么还需要修改并展示客服电话呢?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA\u003C\u002Fspan\u003E\u003Cspan style=\"color: rgb(0, 0, 0); font-size: 16px;\"\u003E10\u003C\u002Fspan\u003E\u003Cspan style=\"color: rgb(0, 0, 0); font-size: 16px; letter-spacing: 0pt;\"\u003E:考虑是电话回拨失败等原因,请尝试再次修改客服电话,并确保电话通畅以便平台回拨确认\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003E修改指引:\u003C\u002Fspan\u003E\u003Ca href=\"https:\u002F\u002Fkf.qq.com\u002Ffaq\u002F1709123am2qa1709122mMR7N.html\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"letter-spacing: 0pt; color: rgb(7, 193, 96); font-size: 16px;\"\u003Ehttps:\u002F\u002Fkf.qq.com\u002Ffaq\u002F1709123am2qa1709122mMR7N.html\u003C\u002Fa\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ11:接入支付分的商户客诉以及商户的主体违规情况的标准是什么?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA11:接入商户一个月内整体投诉率<0.01%(含同主体),且商户主体无违规\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ12:接入支付分服务后,怎么查看客诉信息?发生用户客诉怎么处理?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA12:查询&处理指引可查看该文档:\u003C\u002Fspan\u003E\u003Ca href=\"https:\u002F\u002Fdocs.qq.com\u002Fdoc\u002FDWlFmckJSdGRsc0Fo\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"letter-spacing: 0pt; color: rgb(7, 193, 96); font-size: 16px;\"\u003E交易投诉运营规范2.0\u003C\u002Fa\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ13:接入支付分后被通知客诉超标并要求整改怎么办?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA13:请登录商户平台-账号中心-消费者投诉查看并积极处理客诉,并采取有效措施降低用户投诉率\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Microsoft YaHei", 微软雅黑, Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 10pt; line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ14:新商户\u002F服务商申请支付分,需要重新提交资料并重新申请吗?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA14:需要;\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ15:已经接入支付分场景的商户\u002F服务商,新增使用支付分的业务场景需要重新申请支付分吗?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA15:需要;\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ16:申请支付分服务是否需要签署协议?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA16:需要;\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ17:支付分协议怎么签署?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA17:签署形式:【微信支付-商户平台】进行线上签署\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ18:支付分协议签署入口在哪里?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA18:商户信息及业务场景审核通过后,商户登陆【微信支付-商户平台】可见入口。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003E(签署指引:登陆【微信支付-商户平台】 >产品中心>支付拓展工具>微信支付分>申请开通产品+签署协议)\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ19:为什么在商户平台看不到【微信支付分】的入口?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA19:需要向微信支付分提出接入申请,且申请通过后才能看到入口\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ20:支付分接口开发一般需要几天?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 208.333%; text-align: justify; margin-bottom: 16px; margin-top: 0px;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA20:具体时长请申请商户自行查看接口文档,并根据自身的业务需要以及开发能力进行评估\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Ch2 style=\"margin-bottom: 16px; margin-top: 0px; line-height: 170%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 20px;\"\u003E支付分功能类\u003C\u002Fspan\u003E\u003C\u002Fh2\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 170%;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ1:支付分是什么?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA1:微信支付分是对个人的身份特质、支付行为、使用历史等情况的综合计算分值。商户可以申请接入微信支付分产品方案,进而实现免押金或先享后付等服务体验,在提升交易效率的同时,也能有效地降低坏账的风险。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ2:分数门槛是什么?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA2:分数门槛是筛选合适用户的能力,分数达到或超过该分数门槛的用户,才可以享受对应的服务(例如免押金,免预充值等)。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ3:服务风险金是什么?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA3:用户可在某服务下单日\u002F单笔可付款的限额\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ4:支付分怎么保障商户权益?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA4:精准的用户风险识别能力、有保障的扣款能力、以及联合约束机制保障接入商户的权益\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ5:扣费不成功支付分会有什么作用\u002F用户恶意拒绝支付会有什么应对措施?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA5:\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cul \u003E\u003Cli style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003E轮询(微信支付账户全渠道轮询自动扣款机制)\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003E提醒(微信支付官方账号下发提醒消息)\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003E计入负面记录并降低支付分\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ6:轮询扣款的逻辑规则?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA6:每天不定期轮巡扣款\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ7:需确认和免确认模式的区别?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA7:\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Col \u003E\u003Cli style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003E需确认模式:为订单维度的授权,是单次授权。用户授权了当前这一笔订单后,商户仅能针对当前订单调用一次支付分的订单创建和完结。\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003E免确认模式:为商户服务维度的授权,是长期授权。用户授权了该商户服务后,商户可以通过后台接口进行支付分的订单创建和完结,目前只针对部分场景开放。\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003C\u002Fol\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ8:什么场景可以使用免确认模式?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA8:【免确认订单模式】是高级接口权限,目前只支持如下场景使用\u003C\u002Fspan\u003E\u003Cspan style=\"color: rgb(0, 0, 0); font-size: 16px;\"\u003E:\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"text-indent: 2em; margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003E网约车、共享单车\u002F电单车、快递、充电桩、预订平台、路边停车、出行票务、电商\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ9:支付分能力什么情况下会被处罚下线?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA9:平台将根据商户服务质量各项指标进行综合评估,对服务指标较差的商户,微信支付会采取相应限制措施,包括但不限于限制新功能使用、限制部分权限功能等。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"color: rgb(51, 51, 51); font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 11pt; margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ10:商家服务质量考核指标是什么?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA10:可参考消费者投诉处理指南:\u003C\u002Fspan\u003E\u003Ca href=\"https:\u002F\u002Fkf.qq.com\u002Ffaq\u002F210603MVnyYB210603BveqYZ.html\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"letter-spacing: 0pt; color: rgb(7, 193, 96); font-size: 16px;\"\u003Ehttps:\u002F\u002Fkf.qq.com\u002Ffaq\u002F210603MVnyYB210603BveqYZ.html\u003C\u002Fa\u003E\u003Cspan style=\"color: rgb(7, 193, 96); font-size: 16px;\"\u003E \u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ11:支付分扣费是否有限额?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA11:服务风险金即为限额,其维度为单个用户\u002F单日\u002F单笔\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cstrong style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EQ12:直连模式和服务商模式的区别?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003EA12:\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Col \u003E\u003Cli style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003E直连模式:指商户自行开发系统来对接微信支付进行交易,微信支付将资金直接结算到商户的结算账户,商户给用户提供支付服务。该模式要求商户具备系统开发能力,商户可自行前往商户平台完成入驻。\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E\u003Cspan style=\"letter-spacing: 0pt; color: rgb(0, 0, 0); font-size: 16px;\"\u003E服务商模式:指针对市面上一些中小型且没有开发能力的商户,由已在微信支付官方注册入驻的系统开发商或解决方案提供商协助这些商户完成入驻,开发及日常运营工作的模式。服务商可前往 服务商平台完成注册入驻。\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003C\u002Fol\u003E\u003Cp style=\"margin-bottom: 16px; margin-top: 0px; line-height: 130%;\"\u003E可参考:\u003Ca href=\"https:\u002F\u002Fpay.weixin.qq.com\u002Fwiki\u002Fdoc\u002Fapiv3\u002Fterms_definition\u002Fchapter1_1.shtml\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"letter-spacing: 0pt; color: rgb(7, 193, 96); font-size: 16px;\"\u003Ehttps:\u002F\u002Fpay.weixin.qq.com\u002Fwiki\u002Fdoc\u002Fapiv3\u002Fterms_definition\u002Fchapter1_1.shtml\u003C\u002Fa\u003E\u003C\u002Fp\u003E","pv":"50559","commentNum":"8"},{"OpenId":"oCJUsw_txQpnVfWqzVWDcKTjXRMY","DocId":"00020e01fb874858baebc84ca55408","CreateTime":"1617075307","BlogCategory":"256","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","Topic":"0","BlogAttr":"6","Title":"【H5\u002F小程序插件\u002FJSAPI 发券API】常见问题","Content":"\u003Cp style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003E\u003Cstrong style=\"font-size: 18px;\"\u003E文档地址:\u003C\u002Fstrong\u003E\u003Ca href=\"https:\u002F\u002Fpay.weixin.qq.com\u002Fwiki\u002Fdoc\u002Fapiv3\u002Fapis\u002Fchapter9_4_1.shtml \" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 18px; color: rgb(7, 193, 96);\"\u003E\u003Cstrong \u003EH5发劵\u003C\u002Fstrong\u003E\u003C\u002Fa\u003E\u003Cstrong style=\"font-size: 18px;\"\u003E、\u003C\u002Fstrong\u003E\u003Ca href=\"https:\u002F\u002Fpay.weixin.qq.com\u002Fwiki\u002Fdoc\u002Fapiv3\u002Fapis\u002Fchapter9_3_1.shtml \" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 18px; color: rgb(7, 193, 96);\"\u003E\u003Cstrong \u003E小程序插件发券\u003C\u002Fstrong\u003E\u003C\u002Fa\u003E\u003Cstrong style=\"font-size: 18px;\"\u003E、\u003C\u002Fstrong\u003E\u003Ca href=\"https:\u002F\u002Fdocs.qq.com\u002Fdoc\u002FDVlRacmRIWWhBUFVE?_t=1611714639674 \" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 18px; color: rgb(7, 193, 96);\"\u003E\u003Cstrong \u003EJSAPI发券\u003C\u002Fstrong\u003E\u003C\u002Fa\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003E\u003Cstrong \u003EQ1:调用小程序发券插件API\u002FH5发券API返回:签名验证失败?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003EA1:请按照以下几点进行排查:\u003C\u002Fp\u003E\u003Col \u003E\u003Cli style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003E使用\u003Ca href=\"https:\u002F\u002Fpay.weixin.qq.com\u002Fwiki\u002Fdoc\u002Fapi\u002Fmicropay.php?chapter=20_1\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"color: rgb(7, 193, 96);\"\u003E签名检查工具\u003C\u002Fa\u003E选自定义参数校验签名算法是否有误;\u003C\u002Fli\u003E\u003Cli style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003E确认秘钥是否有误,要使用发券商户号的秘钥,秘钥是在商户平台配置,如果不确定密钥是否正确,可以尝试设置与原先设置的一样的密钥。\u003Ca href=\"https:\u002F\u002Fkf.qq.com\u002Ffaq\u002F180830UVRZR7180830Ij6ZZz.html \" rel=\"noopener noreferrer\" target=\"_blank\" style=\"color: rgb(7, 193, 96);\"\u003E密钥设置指引\u003C\u002Fa\u003E;\u003C\u002Fli\u003E\u003Cli style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003E确认接口实际的请求参数与生成签名原串的参数一致,不能增加或缺少参数(比如请求中有coupon_code,实际签名里也要有coupon_code);\u003C\u002Fli\u003E\u003Cli style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003E确认参数的大小写,参数名与接口文档一致;\u003C\u002Fli\u003E\u003Cli style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003E签名原串的参数值使用原始值,不需要encode;\u003C\u002Fli\u003E\u003Cli style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003E接口需要使用UTF-8编码 。\u003C\u002Fli\u003E\u003C\u002Fol\u003E\u003Cp style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003E\u003Cstrong \u003EQ2:小程序发券插件接口频率是多少?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003EA2:频率限制1000\u002Fs。\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.5; font-size: 16px;\"\u003E\u003Cstrong \u003EQ3:小程序插件发券API发券返回:DUPREQUEST?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003EA3:请求中传了参数coupon_code,\u003Cspan style=\"font-size: 16px;\"\u003E意思是已通过该发券凭证给用户发券,不能重复使用coupon_code。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003E\u003Cstrong \u003EQ4:调用小程序打开商家券券详情接口返回:openCard:missing auguments?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003EA4:请求参数错误,严格按照文档要求传参,严格区分参数字段大小写。\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.5; font-size: 16px;\"\u003E\u003Cstrong \u003EQ5:H5发券API返回:272756757是什么原因?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003EA5:用户openid对应的appid必须与发券商户号有绑定关系,请检查用户openid对应的appid与发券商户号是否有绑定关系\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003Eopenid校验规则如下:\u003C\u002Fp\u003E\u003Col \u003E\u003Cli style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003E可用归属商户号绑定的APPID获取的openid\u003C\u002Fli\u003E\u003Cli style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003E可用发券商户\u003Cspan style=\"font-size: 16px;\"\u003E绑定的APPID获取的openid\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003E\u003Ca href=\"https:\u002F\u002Fdevelopers.weixin.qq.com\u002Fdoc\u002Foffiaccount\u002FOA_Web_Apps\u002FWechat_webpage_authorization.html\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 16px;\"\u003E获取openid请查看文档\u003C\u002Fa\u003E\u003C\u002Fli\u003E\u003C\u002Fol\u003E\u003Cp style=\"line-height: 1.5; font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.5; font-size: 16px;\"\u003E\u003Cstrong \u003EQ6:调用商家券jsapi AddCard返回:invalid card_id?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.5; font-size: 16px;\"\u003EA6:商家券H5的Jsapi已经支持拉起插卡,但是小程序的jsapi目前还不支持,小程序内目前只能通过小程序插件来领取商家券。\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.5; font-size: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.5; font-size: 16px;\"\u003E\u003Cstrong style=\"font-size: 16px;\"\u003EQ6:调用商家券jsapi AddCard返回:-202?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.5; font-size: 16px;\"\u003E\u003Cspan style=\"font-size: 16px;\"\u003EA6:\u003C\u002Fspan\u003E原因是:查询不到该券,请确认批次号与coupon_code是否匹配,请排查确认。\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.5; font-size: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.5; font-size: 16px;\"\u003E\u003Cstrong \u003EQ7:通过jsApi 发商家券,一次最多支持发几张券?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"font-size: 16px;\"\u003EA7:不同批次一次性最多领取10张 \u003Cstrong \u003E; \u003C\u002Fstrong\u003E同一批次一次性最多领取3张\u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.5; font-size: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"font-size: 16px; line-height: 1.5; margin-bottom: 16px;\"\u003E\u003Cstrong \u003EQ8:小程序发券插件中, 发券商户号send_coupon_merchan\u003C\u002Fstrong\u003Et\u003Cstrong \u003E是指服务商商户号还是服务商子商户号?发券参数中发券凭证(out_request_no)是否可随机生成?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"font-size: 16px; line-height: 1.5; margin-bottom: 16px;\"\u003EA8:请参考以下两点:\u003C\u002Fp\u003E\u003Col \u003E\u003Cli style=\"font-size: 16px; line-height: 1.5; margin-bottom: 16px;\"\u003E直连模式,\u003Cspan style=\"font-size: 16px;\"\u003E发券商户号是指直连商户号即创建券商户号;\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli style=\"font-size: 16px; line-height: 1.5; margin-bottom: 16px;\"\u003E服务商模式,发券商户号是指服务商商户号即创建券商户号。发券参数中发券凭证(out_request_no)可以随机生成。\u003C\u002Fli\u003E\u003C\u002Fol\u003E\u003Cp style=\"font-size: 16px; line-height: 1.5; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"font-size: 16px; line-height: 1.5; margin-bottom: 16px;\"\u003E\u003Cstrong \u003EQ9:H5发券接口,请求参数openid是小程序的用户openid还是微信公众号的openid?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"font-size: 16px; line-height: 1.5; margin-bottom: 16px;\"\u003EA9:请参考以下两点:\u003C\u002Fp\u003E\u003Col \u003E\u003Cli style=\"font-size: 16px; line-height: 1.5; margin-bottom: 16px;\"\u003EH5发券,验证的是调用发券接口商户号与传入的appid的绑定关系(要用这个绑定的APPID获取openid);\u003C\u002Fli\u003E\u003Cli style=\"font-size: 16px; line-height: 1.5; margin-bottom: 16px;\"\u003EH5发券,请求里面的openid,也可以用这个发券url里面的券批次ID对应的券归属商户号绑定的sub_appid来获取这个发券url里面的openid(配置的sub_appid不管是小程序的还是公众号的,只要用这个sub_appid获取的openid都可以)。\u003C\u002Fli\u003E\u003C\u002Fol\u003E\u003Cp style=\"font-size: 16px; line-height: 1.5; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"font-size: 16px; line-height: 1.5; margin-bottom: 16px;\"\u003E\u003Cstrong \u003EQ10:H5发券API,目前是否支持一键领取多张商家券?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; margin-bottom: 16px;\"\u003EA10:不支持,目前只能1张。\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; margin-bottom: 16px;\"\u003E\u003Cstrong \u003EQ11:H5发券接口是否支持发放代金券?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; margin-bottom: 16px;\"\u003EA11:H5发券接口当前仅支持在H5场景下发放【微信支付商家券】 , 暂不支持发放【微信支付代金券】。\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; margin-bottom: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; margin-bottom: 16px;\"\u003E\u003Cstrong \u003EQ12:H5发券接口返回:批次不存在?\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; margin-bottom: 16px;\"\u003EA12:请求参数中批次不存在或者批次ID填写错误,请仔细排查确认。 \u003C\u002Fp\u003E\u003Cp style=\"margin-bottom: 16px; line-height: 1.5; font-size: 16px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; margin-bottom: 16px; font-size: 16px;\"\u003E\u003Cstrong \u003EQ13:\u003C\u002Fstrong\u003E\u003Cstrong style=\"color: rgb(0, 0, 0); font-size: 16px;\"\u003E调用H5发券接口返回:抱歉,领取失败。你已经领过这张券了 272756753\u003C\u002Fstrong\u003E\u003C\u002Fp\u003E\u003Cp style=\"line-height: 1.5; margin-bottom: 16px; font-size: 16px;\"\u003EA13:\u003Cspan style=\"color: rgb(0, 0, 0); font-size: 16px;\"\u003E请按照以下几点进行排查:\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Col \u003E\u003Cli style=\"line-height: 1.5; margin-bottom: 16px;\"\u003E\u003Cspan style=\"color: rgb(0, 0, 0); font-size: 16px;\"\u003E用户已领取过这张券。同一张券,不能重复领取多次,请检查下设置是否有问题\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli style=\"margin-bottom: 16px; line-height: 1.5;\"\u003E\u003Cspan style=\"color: rgb(0, 0, 0); font-size: 16px;\"\u003E发券凭证out_request_no重复使用,如果单个用户要多次领取的话需要每次都保持唯一\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003C\u002Fol\u003E\u003Cp style=\"font-size: 16px; font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; margin-bottom: 24px;\"\u003E\u003Cbr \u003E\u003C\u002Fp\u003E","pv":"13946","commentNum":"4"}],"count":46,"page":1,"limit":5,"blockType":8},"short_4":{"rows":[{"OpenId":"oCJUswwidS1cKYuAwhPCQ3sf27TQ","DocId":"000a4a729983e8d017c8c2f3951802","CreateTime":"1561377276","BlogCategory":"4","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","Topic":"","BlogAttr":"6","Title":"微信开放社区新手指引","Content":"\u003Cp\u003E欢迎您使用微信开放社区,您有微信支付方面的疑问,通过搜索找到全面的解决方案,如果没有找到,请发新帖描述您的问题。\u003C\u002Fp\u003E\u003Cp\u003E\u003Cbr\u002F\u003E\u003C\u002Fp\u003E\u003Cp\u003E第一步:先通过右上角的搜索;\u003C\u002Fp\u003E\u003Cp\u003E\u003Cimg data-type=\"png\" src=\"https:\u002F\u002Fmmbiz.qlogo.cn\u002Fmmbiz_png\u002Fy7miaf9YYWicgzgsowZCwnUiayg2SQwNX6YibHD0SOMmFS1zvoeKciaPdLSYiaqBpJzFia72qXZ3aVkueUrwLcBvOrhIg\u002F0?wx_fmt=png\" style=\"\"\u002F\u003E\u003Cbr\u002F\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cbr\u002F\u003E\u003C\u002Fp\u003E\u003Cp\u003E第二步:查看列表是否有历史帖能解决您的疑问;\u003C\u002Fp\u003E\u003Cp\u003E\u003Cbr\u002F\u003E\u003C\u002Fp\u003E\u003Cp\u003E第三步:历史贴不能解决您的问题,请发新帖;\u003C\u002Fp\u003E\u003Cp\u003E1、发新帖的时候请注意,如果您是普通开发者, 请选择【开发者专区】,如果您是服务商开发者,请选择【服务商专区】\u003C\u002Fp\u003E\u003Cp\u003E\u003Cspan style=\"white-space: pre-wrap;\"\u003E2、选择发帖,需要您选择【问题求解】或【经验分享】,请特别注意:【经验分享】栏目用于您的经验分享给其他开发者不要在此栏目提问\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cspan style=\"white-space: pre-wrap;\"\u003E3、\u003Cspan style=\"white-space: pre-wrap;\"\u003E微信支付官方有技术客服回复【问题求解】栏目的问题;\u003C\u002Fspan\u003E\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cspan style=\"white-space: pre-wrap;\"\u003E\u003Cspan style=\"white-space: pre-wrap;\"\u003E\u003Cbr\u002F\u003E\u003C\u002Fspan\u003E\u003C\u002Fspan\u003E\u003C\u002Fp\u003E","pv":"13061","commentNum":"5"},{"OpenId":"oCJUsw1FYN7RuJPd5-hcPSYeSyT8","DocId":"000eccf8fcc0a80861ba66d7851802","CreateTime":"1595838579","BlogCategory":"4","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","Topic":"0","BlogAttr":"4","Title":"专线商户Notify升级指引","ExtLink":"","Img":"","ExpireDate":"0","OpenComments":"1","pv":"1890","commentNum":0},{"OpenId":"oCJUswwidS1cKYuAwhPCQ3sf27TQ","DocId":"00084aaf2d02106b80f78399751802","CreateTime":"1547609895","BlogCategory":"4","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","Topic":"","BlogAttr":"4","Title":"商户平台群告警&咨询指引","ExtLink":"","Img":"","ExpireDate":"0","OpenComments":"1","pv":"8276","commentNum":"2"},{"OpenId":"oCJUswwidS1cKYuAwhPCQ3sf27TQ","DocId":"0006c468c74798596ec70227d5b402","CreateTime":"1544169266","BlogCategory":"4","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","Topic":"","BlogAttr":"4","Title":"无门槛接入微信支付","ExtLink":"","Img":"","ExpireDate":"0","OpenComments":"1","pv":"17780","commentNum":"5"},{"OpenId":"oCJUswwidS1cKYuAwhPCQ3sf27TQ","DocId":"00000455d7c2180666c7481b55b402","CreateTime":"1544154242","BlogCategory":"4","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","Topic":"","BlogAttr":"4","Title":"场景接入指引","ExtLink":"","Img":"","ExpireDate":"0","OpenComments":"1","pv":"9833","commentNum":"3"}],"count":7,"page":1,"limit":5,"blockType":8},"short_2":{"rows":[{"OpenId":"oCJUsw9CJvLXfoIsy8cDn__JOfUc","DocId":"000a060bb4c13095b6b27cc1b6ac01","CreateTime":"1736908048","BlogCategory":"2","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","Topic":"","BlogAttr":"6","Title":"商家转账到零钱功能升级通知","Content":"\u003Cp \u003E微信支付商户:\u003C\u002Fp\u003E\u003Cp style=\"text-indent: 2em;\"\u003E\t\t\t为提高商户服务效率和体验,防范交易风险,商家转账到零钱功能将进行如下升级调整:\u003C\u002Fp\u003E\u003Cp style=\"text-indent: 2em;\"\u003E\t\t\t1、拓展支持更多转账场景,预计优先支持二手回收、售后付款、公益补助等场景,具体以我司实际提供的服务为准;\u003C\u002Fp\u003E\u003Cp style=\"text-indent: 2em;\"\u003E\t\t\t2、根据商户号情况,最快可当日开通,开通后可支持单日转账上限5万,单笔转账限额在0.1-200元,单日向单用户转账上限2,000元,具体以我司核准记录为准。\u003C\u002Fp\u003E\u003Cp style=\"text-indent: 2em;\"\u003E\t\t3、发起转账时按场景备注转账背景信息。\u003C\u002Fp\u003E\u003Cp style=\"text-indent: 2em;\"\u003E\t\t\t此外,为保障用户权益,从发起转账后受理并执行转账,调整为需用户主动确认收款后即时入账。\u003C\u002Fp\u003E\u003Cp style=\"text-indent: 2em;\"\u003E\t\t\t上述规则已于1月15正式上线,新增开通的商户可通过“产品中心-商家转账\"开通,存量商户升级时间和方式将另行通知。你可提前通过\u003Ca href=\"https:\u002F\u002Fpay.weixin.qq.com\u002Fdoc\u002Fv3\u002Fmerchant\u002F4012711988\" rel=\"noopener noreferrer\" target=\"_blank\"\u003E查看详情\u003C\u002Fa\u003E,了解升级后的产品规则及接口文档。\u003C\u002Fp\u003E\u003Cp \u003E\u003Cbr \u003E\u003C\u002Fp\u003E","pv":"10950","commentNum":"39"}],"count":90,"page":1,"limit":1,"blockType":8}},"developListLoading":false,"business":{"industry":{"solution":{}},"industries":[],"fullIndustries":{},"list":[],"type":0},"we":{"list":[],"total":0,"listHomepage":[],"totalHomepage":0,"page":1,"limit":6,"subList":[],"subListTotal":0,"subListHomepage":[],"subListTotalHomepage":0,"subListPage":1,"subListLimit":3,"loading":false,"caseRecommendList":[],"weServiceMarket":[],"seriesParent":{},"seriesList":[],"weTags":[],"currentBanner":[],"categories":[],"categoryList1":[],"categoryList1Count":0,"categoryList2":[],"categoryList2Count":0,"categoryList3":[],"categoryList3Count":0,"categoryList4":[],"categoryList4Count":0,"specificCategoryList":[],"courseDetail":{},"recentCourses":[],"homepageDefaultList":[]},"operate":{"homeList":{"list":[],"total":0},"QAList":{"list":[],"total":0},"illegalReport":{"list":[],"total":0}},"votes":{},"enterprise":{"appInfoLoading":false,"appInfo":[],"mpInfoLoading":false,"mpInfo":[],"thirdappList":[],"list":[]},"login":{"gotoLogin":false,"redirect_uri":""},"openData":[{"name":"违法","id":1001,"list":[]},{"name":"外挂","id":1002,"list":[]},{"name":"过度营销","id":1003,"list":[]},{"name":"滥用分享","id":1004,"list":[]},{"name":"类目不符","id":1005,"list":[]},{"name":"iOS虚拟支付","id":1006,"list":[]}],"operateDetail":{"desc":"","content":""},"timelineInfoConfig":{},"github":{},"board":{"list":{"adminList":[],"commonList":[]},"medals":[],"schoolMedals":[],"schoolManage":null},"bindingGithub":false,"articleList":{"rows":[],"count":0},"mixflowList":{"rows":[{"OpenId":"oCJUsw2E04aDgIUoxvpcr6-JUJik","DocId":"00084a108d82908453e213d5b61400","CreateTime":"1739789122","BlogCategory":"1","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","BlogAttr":"1","Title":"服务商功能被暂停后,几天后恢复,支付成功回调信息缺失","QuestionCategory":"32","Content":"\u003Cp\u003E服务商功能被暂停后,几天后恢复,为子商户号调起支付成功,付款成功,但是回调信息缺失。线下系统什么都没有改动过。\u003C\u002Fp\u003E","pv":"70","commentNum":"2","userCommentNum":"2","bestComment":{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"00084a108d82908453e213d5b61400","CommentId":"00020ceda50000f454e205e90614","Content":"\u003Cp\u003E先去查一下你请求下单配置的回调地址和你实际地址是否一致,然后核实一下url外网是否能正常访问\u003C\u002Fp\u003E\u003Cp\u003E最后就是确认一下实际请求接口是不是V2,如果是V3需要设置V3密钥才可以\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739789413","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0},"bestCommentsAggregated":[{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"00084a108d82908453e213d5b61400","CommentId":"00020ceda50000f454e205e90614","Content":"\u003Cp\u003E先去查一下你请求下单配置的回调地址和你实际地址是否一致,然后核实一下url外网是否能正常访问\u003C\u002Fp\u003E\u003Cp\u003E最后就是确认一下实际请求接口是不是V2,如果是V3需要设置V3密钥才可以\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739789413","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0},{"OpenId":"oCJUsw2E04aDgIUoxvpcr6-JUJik","DocId":"00084a108d82908453e213d5b61400","CommentId":"000e04b11d41201454e2914e6668","Content":"\u003Cp\u003EAPI用的是v2,已经是好几年前的软件。\u003Cimg src=\"https:\u002F\u002Fmmbiz.qpic.cn\u002Fsz_mmbiz_png\u002F7HS6P3Y0rnU6UCwHO9E7Gss0ygibo448VaZeX3Uiayak40bubNjy6PBlmTXSn5EWcjRjXNGMFPWotg6vPxwNTXvg\u002F0?wx_fmt=png\" \u002F\u003E\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739789265","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"皓腕","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FdH8QVxmk2IXdGRYPKG2uZhxGygGySJAQibOXYrLgo8q1es96NS0uylAbPYXOYhkibWwdDyyWdpH3U\u002F0","authority":[],"score":0}],"flowType":2},{"OpenId":"oCJUswxanWyGXzR2HdDQT-IS8ldA","DocId":"00068007a4c178f357e24d2bf61800","CreateTime":"1739785932","BlogCategory":"1","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","BlogAttr":"1","Title":"统一下单接口设置了交易开始时间和交易结束时间, 为什么超过交易结束时间用户还是可以支付成功?","QuestionCategory":"2","Content":"\u003Cp\u003E\u003Cspan style=\"font-size: 14px; color: rgb(34, 34, 34);\"\u003EJSAPI的统一下单接口里面设置了一个交易结束时间, 但是为什么交易结束时间过后, 还是可以支付成功?\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cspan style=\"font-size: 14px; color: rgb(34, 34, 34);\"\u003E像如下订单\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cimg src=\"https:\u002F\u002Fmmbiz.qpic.cn\u002Fsz_mmbiz_png\u002Frs4eibuUBtw7rlRIA8xib7tEJbvp093DLOiaud26170ORDc3fCHSzeOnNb5YQFq2QPNr1BjM98eJSC1VWY9eFsfaQ\u002F0?wx_fmt=png\" \u002F\u003E\u003C\u002Fp\u003E\u003Cp\u003E结束时间为2025-02-15 18:27:17, 但是我这边记录的订单创建时间为2025-02-15 18:21:07, 然后设置了支付时间为5分钟, 但是这个显然是超过5分钟的, \u003C\u002Fp\u003E\u003Cp\u003E然后我没有执行关闭订单的操作, 是不是因为这个, 我没有执行关单操作导致支付成功了.\u003C\u002Fp\u003E","pv":"122","commentNum":"2","userCommentNum":"2","bestComment":{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"00068007a4c178f357e24d2bf61800","CommentId":"000c24fe8e8980135ae29ec36668","Content":"\u003Cp\u003E如果有存在订单参数重入机制会刷新该时间\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739786704","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0},"bestCommentsAggregated":[{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"00068007a4c178f357e24d2bf61800","CommentId":"000c24fe8e8980135ae29ec36668","Content":"\u003Cp\u003E如果有存在订单参数重入机制会刷新该时间\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739786704","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0},{"OpenId":"oCJUswzE28kq8tWF3z6P93jyg5pQ","DocId":"00068007a4c178f357e24d2bf61800","CommentId":"0000a020bf4bf82357e2bd2716b0","Content":"根据您提供的情况,超过交易结束时间用户仍然可以支付成功的原因可能与订单关闭操作有关。在微信支付的流程中,虽然您设置了交易结束时间,但这并不直接阻止用户在时间结束后发起支付。系统允许一定的支付缓冲时间,或者支付请求可能在结束时间到达前已经进入处理流程。\n\n如果您没有在交易结束时间到达后执行关闭订单的操作,那么支付请求仍有可能成功处理。这是因为关闭订单的操作并不是实时阻止支付的,而是将订单状态设置为不可支付,这需要一定的时间才能生效。\n\n此外,支付平台可能存在一定的延迟,导致在交易结束时间到达后的一段时间内,支付请求仍然可以被处理。这种情况下,即使超过了您设置的交易结束时间,支付仍然有可能成功。\n\n为了避免这种情况,您可以采取以下措施:\n\n1. **及时关闭订单**:在交易结束时间到达后,及时调用关闭订单的接口,确保订单状态被设置为不可支付。\n\n2. **设置合理的交易结束时间**:在设置交易结束时间时,考虑到支付处理的延迟,可以适当提前结束时间,以避免用户在结束时间后还能成功支付。\n\n3. **监控支付状态**:通过同步支付结果的接口,实时监控订单的支付状态,一旦发现支付成功,立即更新订单状态,防止后续的错误处理。\n\n4. **优化用户体验**:在小程序前端提示用户交易的截止时间,并在接近截止时间时提醒用户尽快完成支付,减少因用户操作延迟导致的超时支付问题。\n\n综上所述,虽然设置了交易结束时间,但如果没有及时执行关闭订单的操作,加上支付平台可能存在的处理延迟,用户仍然有可能在交易结束时间过后支付成功。为了避免这种情况,建议及时关闭订单,并在前端优化用户体验,提醒用户注意交易的截止时间。","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739785956","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"智能回答","headimgurl":"https:\u002F\u002Fres.wx.qq.com\u002Fop_res\u002FhR-EEOJQ1oahCnk1ovtCzApKXdWZa1wiF7E0NrsuUakSAXES4TJOv8HBBpYcc_fi8qp-_MeHwWslCwZzaCn3ig","authority":[],"score":0}],"flowType":2},{"OpenId":"oCJUsw2-E6LFWi9Pj5HQFueOqqGQ","DocId":"000246613242581356e2b99456d000","CreateTime":"1739785543","BlogCategory":"1","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","BlogAttr":"1","Title":"微信支付服务商开通","QuestionCategory":"32","Content":"\u003Cp\u003E我现在的小程序想做到各个门店区分收款账户,怎么才能开通微信服务商账号,不是特约商户的和普通商户的那种,找不到入口在哪。\u003C\u002Fp\u003E","pv":"416","commentNum":"1","userCommentNum":"1","bestComment":{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"000246613242581356e2b99456d000","CommentId":"0002c4321bc530b357e260a12668","Content":"\u003Cp\u003E在这里申请\u003Ca href=\"https:\u002F\u002Fpay.weixin.qq.com\u002Fxdc\u002Fmchapplyment4partnerweb\u002Findex.php\u002Fapply\u002Fapplyment4partner_home\u002Fguide_partner\u002Fapply_auth\" rel=\"noopener noreferrer\" target=\"_blank\"\u003Ehttps:\u002F\u002Fpay.weixin.qq.com\u002Fxdc\u002Fmchapplyment4partnerweb\u002Findex.php\u002Fapply\u002Fapplyment4partner_home\u002Fguide_partner\u002Fapply_auth\u003C\u002Fa\u003E\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739785776","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0},"bestCommentsAggregated":[{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"000246613242581356e2b99456d000","CommentId":"0002c4321bc530b357e260a12668","Content":"\u003Cp\u003E在这里申请\u003Ca href=\"https:\u002F\u002Fpay.weixin.qq.com\u002Fxdc\u002Fmchapplyment4partnerweb\u002Findex.php\u002Fapply\u002Fapplyment4partner_home\u002Fguide_partner\u002Fapply_auth\" rel=\"noopener noreferrer\" target=\"_blank\"\u003Ehttps:\u002F\u002Fpay.weixin.qq.com\u002Fxdc\u002Fmchapplyment4partnerweb\u002Findex.php\u002Fapply\u002Fapplyment4partner_home\u002Fguide_partner\u002Fapply_auth\u003C\u002Fa\u003E\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739785776","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0}],"flowType":2},{"OpenId":"oCJUsw1iCuq9WBk7-rr-1bXc24Vs","DocId":"000066bf090ad88354e27229f6b000","CreateTime":"1739784965","BlogCategory":"1","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","BlogAttr":"1","Title":"商户号注册时是否和服务号有关联?如服务号和商户号有关联,那服务号不再认证是否会影响商户号的使用?","QuestionCategory":"32768","Content":"\u003Cp\u003E商户号注册时是否和服务号有关联?如服务号和商户号有关联,那服务号不再认证是否会影响商户号的使用?\u003C\u002Fp\u003E","pv":"131","commentNum":"2","userCommentNum":"2","bestComment":{"OpenId":"oCJUswyFImVTq2d1PDU94_ipG6HM","DocId":"000066bf090ad88354e27229f6b000","CommentId":"000820b4574ae0a354e2b304a668","Content":"\u003Cp\u003E商户号和服务号是两码事。服务号不认证用不了服务号认证后的功能,和你的商户号没有任何关系。\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"1","CreateTime":"1739785050","Selected":"","OfficialUpVote":"0","AuthorUpVote":"1","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"sun","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM7OxIpQnpn59gWay3d1L9QxU56vzdfozqQ6Z2t9VaLtrQ\u002F0","authority":[],"score":11},"bestCommentsAggregated":[{"OpenId":"oCJUswyFImVTq2d1PDU94_ipG6HM","DocId":"000066bf090ad88354e27229f6b000","CommentId":"000820b4574ae0a354e2b304a668","Content":"\u003Cp\u003E商户号和服务号是两码事。服务号不认证用不了服务号认证后的功能,和你的商户号没有任何关系。\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"1","CreateTime":"1739785050","Selected":"","OfficialUpVote":"0","AuthorUpVote":"1","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"sun","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM7OxIpQnpn59gWay3d1L9QxU56vzdfozqQ6Z2t9VaLtrQ\u002F0","authority":[],"score":11},{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"000066bf090ad88354e27229f6b000","CommentId":"00086c2edacef0c354e2904ed61c","Content":"\u003Cp\u003E如若你申请时选择公众号场景,那么就需要认证通过的服务号才可以配置,如果非公众号场景时是不需要的\u003C\u002Fp\u003E","ReplyCount":"2","CommentAttr":"0","UpVote":"0","CreateTime":"1739785185","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0}],"flowType":2},{"OpenId":"oCJUsw6zZd4o-FKQzozqG_DoBfhc","DocId":"000442af9281f8e353e2e6a3d61400","CreateTime":"1739784850","BlogCategory":"1","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","BlogAttr":"1","Title":"\"商家转账\"功能发起转账,提示NO_AUTH(当前商户号没有相关权限,暂不支持使用)","QuestionCategory":"32","Content":"\u003Cp\u003E确认已开通了\"商家转账\"功能\u003C\u002Fp\u003E\u003Cp\u003E\u003Cimg src=\"https:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_png\u002FC4B1Jv1peXicjMtBmPPTntNhiaX5qYuBXSHJlOaeEJqVO1YHk5Nu9JUhCicuQQvOf5sHzwMTMicjSYIk3ibNmoXREyw\u002F0?wx_fmt=png\" \u002F\u003E\u003C\u002Fp\u003E\u003Cp\u003E发起参数也是按照:\u003Ca href=\"https:\u002F\u002Fpay.weixin.qq.com\u002Fdoc\u002Fv3\u002Fmerchant\u002F4012716434\" rel=\"noopener noreferrer\" target=\"_blank\"\u003Ehttps:\u002F\u002Fpay.weixin.qq.com\u002Fdoc\u002Fv3\u002Fmerchant\u002F4012716434\u003C\u002Fa\u003E 搞得\u003C\u002Fp\u003E\u003Cp\u003E接口签名,使用的是\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fwechatpay-apiv3\u002Fwechatpay-java\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 16px;\"\u003Ewechatpay-java\u003C\u002Fa\u003E sdk,提供的调用http请求的方式\u003C\u002Fp\u003E\u003Cp\u003E\u003Cimg src=\"https:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_png\u002FC4B1Jv1peXicjMtBmPPTntNhiaX5qYuBXS2HG7cV8xzqGZdlrTaPWKiaJic3d10Rjb40CAJexHDr82YqCZY353QZ8Q\u002F0?wx_fmt=png\" \u002F\u003E\u003C\u002Fp\u003E\u003Cp\u003E调用的核心方法如下\u003C\u002Fp\u003E\u003Cpre class=\"ql-syntax\" spellcheck=\"false\"\u003E\u003Cspan class=\"hljs-comment\"\u003E\u002F**\n * 发起转账\n *\u002F\u003C\u002Fspan\u003E\n\u003Cspan class=\"hljs-function\"\u003E\u003Cspan class=\"hljs-keyword\"\u003Epublic\u003C\u002Fspan\u003E MerchantTransferBillResponse \u003Cspan class=\"hljs-title\"\u003EtransferBills\u003C\u002Fspan\u003E\u003Cspan class=\"hljs-params\"\u003E(MerchantTransferBillRequest request)\u003C\u002Fspan\u003E \u003C\u002Fspan\u003E{\n \u003Cspan class=\"hljs-comment\"\u003E\u002F\u002F 文档地址:https:\u002F\u002Fpay.weixin.qq.com\u002Fdoc\u002Fv3\u002Fmerchant\u002F4012716434\u003C\u002Fspan\u003E\n String requestPath = \u003Cspan class=\"hljs-string\"\u003E\"https:\u002F\u002Fapi.mch.weixin.qq.com\u002Fv3\u002Ffund-app\u002Fmch-transfer\u002Ftransfer-bills\"\u003C\u002Fspan\u003E;\n requestPath = replaceApiHostName(requestPath);\n HttpHeaders headers = \u003Cspan class=\"hljs-keyword\"\u003Enew\u003C\u002Fspan\u003E HttpHeaders();\n headers.addHeader(Constant.ACCEPT, MediaType.APPLICATION_JSON.getValue());\n headers.addHeader(Constant.CONTENT_TYPE, MediaType.APPLICATION_JSON.getValue());\n\n HttpRequest executeRequest =\n \u003Cspan class=\"hljs-keyword\"\u003Enew\u003C\u002Fspan\u003E HttpRequest.Builder()\n .httpMethod(HttpMethod.POST)\n .url(requestPath)\n .headers(headers)\n .body(createRequestBody(request))\n .build();\n HttpResponse<MerchantTransferBillResponse> executeResponse =\n httpClient.execute(executeRequest, MerchantTransferBillResponse\u003Cspan class=\"hljs-class\"\u003E.\u003Cspan class=\"hljs-keyword\"\u003Eclass\u003C\u002Fspan\u003E)\u003C\u002Fspan\u003E;\n \u003Cspan class=\"hljs-keyword\"\u003Ereturn\u003C\u002Fspan\u003E executeResponse.getServiceResponse();\n}\n\u003C\u002Fpre\u003E\u003Cp\u003E\u003Cbr \u002F\u003E\u003C\u002Fp\u003E\u003Cp\u003E发起接口返回\u003C\u002Fp\u003E\u003Cp\u003E403 \u003Cspan style=\"font-size: 16px;\"\u003ENO_AUTH 当前商户号没有相关权限,暂不支持使用\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cbr \u002F\u003E\u003C\u002Fp\u003E\u003Cp\u003E相同的配置(商户号、证书密钥等),可以成功调用\"商户转账到零钱\"的转账接口\u003C\u002Fp\u003E\u003Cp\u003E\u003Cbr \u002F\u003E\u003C\u002Fp\u003E\u003Cp\u003E请问这种情况应该怎么处理?\u003C\u002Fp\u003E\u003Cp\u003E\u003Cbr \u002F\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cbr \u002F\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cbr \u002F\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cbr \u002F\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cbr \u002F\u003E\u003C\u002Fp\u003E","pv":"582","commentNum":"1","userCommentNum":"1","bestComment":{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"000442af9281f8e353e2e6a3d61400","CommentId":"000482d91304f80354e236bf66f4","Content":"\u003Cp\u003E1.15号之后申请的权限才可以使用\u003Ca href=\"https:\u002F\u002Fpay.weixin.qq.com\u002Fdoc\u002Fv3\u002Fmerchant\u002F4012716434\" rel=\"noopener noreferrer\" target=\"_blank\"\u003Ehttps:\u002F\u002Fpay.weixin.qq.com\u002Fdoc\u002Fv3\u002Fmerchant\u002F4012716434\u003C\u002Fa\u003E\u003C\u002Fp\u003E","ReplyCount":"4","CommentAttr":"0","UpVote":"0","CreateTime":"1739784984","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0},"bestCommentsAggregated":[{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"000442af9281f8e353e2e6a3d61400","CommentId":"000482d91304f80354e236bf66f4","Content":"\u003Cp\u003E1.15号之后申请的权限才可以使用\u003Ca href=\"https:\u002F\u002Fpay.weixin.qq.com\u002Fdoc\u002Fv3\u002Fmerchant\u002F4012716434\" rel=\"noopener noreferrer\" target=\"_blank\"\u003Ehttps:\u002F\u002Fpay.weixin.qq.com\u002Fdoc\u002Fv3\u002Fmerchant\u002F4012716434\u003C\u002Fa\u003E\u003C\u002Fp\u003E","ReplyCount":"4","CommentAttr":"0","UpVote":"0","CreateTime":"1739784984","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0}],"flowType":2},{"OpenId":"oCJUsw3-z2MLk186jSayW8t5rhV4","DocId":"000c6a146a0e481350e2c2a5e61000","CreateTime":"1739783983","BlogCategory":"1","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","BlogAttr":"1","Title":"\u002Fsecapi\u002Fpay\u002Frefundv2调用返回报错?","QuestionCategory":"2","Content":"\u003Cp\u003E微信退款调用返回报错 \u003Cstrong style=\"font-size: 14px; color: red;\"\u003EThe element type \"hr\" must be terminated by the matching end-tag \"<\u002Fhr>\" \u003C\u002Fstrong\u003E\u003Cspan style=\"font-size: 14px;\"\u003E已经更新过微信证书,交易可以正常发起,退款报错。\u003C\u002Fspan\u003E\u003C\u002Fp\u003E","pv":"75","commentNum":"2","userCommentNum":"2","bestComment":{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"000c6a146a0e481350e2c2a5e61000","CommentId":"0004cc04720018c352e2f4623660","Content":"\u003Cp\u003E\u003Cimg src=\"https:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_png\u002FWD2ble0L7T99sx7ofwMhF9Wl5Il7UngXS2X6k6HKsazHwic8hpk5MGy6SvLfucZYmxs6R3IuWBsyHriaibSSZkiatQ\u002F0?wx_fmt=png\" \u002F\u003E\u003C\u002Fp\u003E","ReplyCount":"3","CommentAttr":"0","UpVote":"0","CreateTime":"1739784533","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0},"bestCommentsAggregated":[{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"000c6a146a0e481350e2c2a5e61000","CommentId":"0004cc04720018c352e2f4623660","Content":"\u003Cp\u003E\u003Cimg src=\"https:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_png\u002FWD2ble0L7T99sx7ofwMhF9Wl5Il7UngXS2X6k6HKsazHwic8hpk5MGy6SvLfucZYmxs6R3IuWBsyHriaibSSZkiatQ\u002F0?wx_fmt=png\" \u002F\u003E\u003C\u002Fp\u003E","ReplyCount":"3","CommentAttr":"0","UpVote":"0","CreateTime":"1739784533","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0},{"OpenId":"oCJUsw3-z2MLk186jSayW8t5rhV4","DocId":"000c6a146a0e481350e2c2a5e61000","CommentId":"0006e852744ea85350e20214165c","Content":"\u003Cp\u003E用的https发起的退款\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739784005","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Lucifer","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FWD4FduqfeKJFYzGILHfzdw7XgQ80jmDJALjNBIb9sAzCzR6cEBZKcw\u002F0","authority":[],"score":0}],"flowType":2},{"OpenId":"oCJUsw2rdZoYR6Sq2GkL6xOFbEHk","DocId":"000acc4131c310d350e2476886b400","CreateTime":"1739783929","BlogCategory":"1","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","BlogAttr":"1","Title":"在授权的情况下能通过接口调用微信支付分的分数吗?","QuestionCategory":"32","Content":"\u003Cp\u003E在授权的情况下能通过接口调用微信支付分的分数吗?\u003C\u002Fp\u003E","pv":"34","commentNum":"1","userCommentNum":"1","bestComment":{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"000acc4131c310d350e2476886b400","CommentId":"0002a40cb04e381350e204ed661c","Content":"\u003Cp\u003E不能\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739784065","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0},"bestCommentsAggregated":[{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"000acc4131c310d350e2476886b400","CommentId":"0002a40cb04e381350e204ed661c","Content":"\u003Cp\u003E不能\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739784065","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0}],"flowType":2},{"OpenId":"oCJUsw5z71LbxnotvnpYGyJ30eZg","DocId":"00024c42a187b0f25fe260dc261800","CreateTime":"1739783788","BlogCategory":"1","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","BlogAttr":"1","Title":"商家转账-撤销转账-参数异常","QuestionCategory":"32","Content":"\u003Cp\u003E\u003Cspan style=\"font-size: 16px; color: rgb(0, 194, 80);\"\u003E【POST】\u003C\u002Fspan\u003E\u003Ccode style=\"font-size: 16px; color: rgb(23, 43, 77);\"\u003E\u002Fv3\u002Ffund-app\u002Fmch-transfer\u002Ftransfer-bills\u002Fout-bill-no\u002F{out_bill_no}\u002Fcancel\u003C\u002Fcode\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Ccode style=\"font-size: 16px; color: rgb(23, 43, 77);\"\u003E该接口中post请求体没有参数请求,但是官方提供的sdk中请求体的创建不能为空:\u003C\u002Fcode\u003E\u003Cimg src=\"https:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_png\u002Fb9FYVFRa9pr3c4c0yUfS5QyobUVurtnQDzZL8hIezDxU3yTqxBo1mcpgw0PVnicPLSQ7Ftx1oVdb7IjNjVXq2Jw\u002F0?wx_fmt=png\" \u002F\u003E\u003Ccode style=\"font-size: 16px; color: rgb(23, 43, 77);\"\u003Enull与\" \"都会被转义成字符串,从而导致参数异常。NULL虽然不会被转移成字符串,但是会出现请求体为空的异常,请问怎么处理?\u003C\u002Fcode\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cimg src=\"https:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_png\u002Fb9FYVFRa9pr3c4c0yUfS5QyobUVurtnQnQlBbkmptcET1QLne8peDg6Sj4ma8KEcDsibiaWWkEz12qibOvtyf7jpg\u002F0?wx_fmt=png\" \u002F\u003E\u003C\u002Fp\u003E","pv":"73","commentNum":"1","userCommentNum":"1","bestComment":{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"00024c42a187b0f25fe260dc261800","CommentId":"000048e48d43c0b350e2fe6ec644","Content":"\u003Cp\u003E空json就好了{}\u003C\u002Fp\u003E","ReplyCount":"1","CommentAttr":"0","UpVote":"0","CreateTime":"1739784025","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0},"bestCommentsAggregated":[{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"00024c42a187b0f25fe260dc261800","CommentId":"000048e48d43c0b350e2fe6ec644","Content":"\u003Cp\u003E空json就好了{}\u003C\u002Fp\u003E","ReplyCount":"1","CommentAttr":"0","UpVote":"0","CreateTime":"1739784025","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0}],"flowType":2},{"OpenId":"oCJUswygi7o5VqLgLp05WbbWUMJo","DocId":"000caa23d20eb0025ce2ec8f769400","CreateTime":"1739783033","BlogCategory":"1","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","BlogAttr":"1","Title":"平台证书到期更换,没有灰度项,该如何更新","QuestionCategory":"32","Content":"\u003Cp\u003E\u003Cspan style=\"color: rgba(0, 0, 0, 0.6); font-size: 14px;\"\u003E商户调用业务API后,微信支付回调会使用平台证书的私钥生成签名,商户需要使用平台证书的公钥验签。平台证书5年过期一次,为保证业务正常使用,请及时更换!\u003C\u002Fspan\u003E\u003Cimg src=\"https:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_png\u002FcnGaV0PqB83WmQR9yCVIuDn1j0ic4RwFp6xHBV98QzQdRFMtWZ8jW231qWDLgyJzJ8YyZ3oibySwHX3icr4bewu0A\u002F0?wx_fmt=png\" \u002F\u003E选下载证书就进入操作说明那边,没有具体指示\u003C\u002Fp\u003E","pv":"147","commentNum":"1","userCommentNum":"1","bestComment":{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"000caa23d20eb0025ce2ec8f769400","CommentId":"0006ae5bb1c9c0725fe23a3b2610","Content":"\u003Cp\u003E联系在线技术支持处理\u003Ca href=\"https:\u002F\u002Fsupport.pay.weixin.qq.com\u002Fonline-service?from=wechatpay\" rel=\"noopener noreferrer\" target=\"_blank\"\u003Ehttps:\u002F\u002Fsupport.pay.weixin.qq.com\u002Fonline-service?from=wechatpay\u003C\u002Fa\u003E\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739783806","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0},"bestCommentsAggregated":[{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"000caa23d20eb0025ce2ec8f769400","CommentId":"0006ae5bb1c9c0725fe23a3b2610","Content":"\u003Cp\u003E联系在线技术支持处理\u003Ca href=\"https:\u002F\u002Fsupport.pay.weixin.qq.com\u002Fonline-service?from=wechatpay\" rel=\"noopener noreferrer\" target=\"_blank\"\u003Ehttps:\u002F\u002Fsupport.pay.weixin.qq.com\u002Fonline-service?from=wechatpay\u003C\u002Fa\u003E\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739783806","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0}],"flowType":2},{"OpenId":"oCJUsw1zKOLMX6_-SkrpwlBDyJWA","DocId":"000aa8fb774ca0125be2d1bd06b000","CreateTime":"1739782663","BlogCategory":"1","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","BlogAttr":"1","Title":"requestMerchantTransfe确认收款之后点击完成返回的是fail close为什么?","QuestionCategory":"32768","Content":"\u003Cp\u003E\u003Cimg src=\"https:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_jpg\u002FWQjSavIMXhIMTeFD2EhFdHSNjuD6gRS3giakKzIJK2rzr09G8wPXJAOdngRYgOK1hTV2RUvItwMHSYzYIFtQSdQ\u002F0?wx_fmt=jpeg\" \u002F\u003E\u003Cimg src=\"https:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_png\u002FWQjSavIMXhIMTeFD2EhFdHSNjuD6gRS33QFEmibPpS0MdMIyp6AzFy9QEuO3MKh2dokSSUQJhtg8Kz4PmoHNbZw\u002F0?wx_fmt=png\" \u002F\u003E如图, 有时候返回\u003Cspan style=\"font-size: 16px; color: rgb(51, 51, 51);\"\u003ErequestMerchantTransfer:ok, 有时候失败, 和在完成页停留的时间有关系吗\u003C\u002Fspan\u003E\u003C\u002Fp\u003E","pv":"136","commentNum":"4","userCommentNum":"4","bestComment":{"OpenId":"oCJUsw1zKOLMX6_-SkrpwlBDyJWA","DocId":"000aa8fb774ca0125be2d1bd06b000","CommentId":"00020c385604a8035ae266a3461c","Content":"\u003Cp\u003E有可能是真机调试有时候延迟高的原因吗?\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739786656","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"怜莺","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FcMfibicialNJBTKRDKPfCYnibLAdz1UEwxibaWELIkP1wVtSDqicwB7yGTW57VY7WFy30hABJh8HZktOU\u002F0","authority":[],"score":0},"bestCommentsAggregated":[{"OpenId":"oCJUsw1zKOLMX6_-SkrpwlBDyJWA","DocId":"000aa8fb774ca0125be2d1bd06b000","CommentId":"00020c385604a8035ae266a3461c","Content":"\u003Cp\u003E有可能是真机调试有时候延迟高的原因吗?\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739786656","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"怜莺","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FcMfibicialNJBTKRDKPfCYnibLAdz1UEwxibaWELIkP1wVtSDqicwB7yGTW57VY7WFy30hABJh8HZktOU\u002F0","authority":[],"score":0},{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"000aa8fb774ca0125be2d1bd06b000","CommentId":"000220b10c8bc0b353e295353660","Content":"\u003Cp\u003E判断结果应以服务端查询或者异步结果通知为准\u003C\u002Fp\u003E","ReplyCount":"2","CommentAttr":"0","UpVote":"0","CreateTime":"1739784695","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0},{"OpenId":"oCJUsw9ucxK_7Zw0bgYN8HZE0JVM","DocId":"000aa8fb774ca0125be2d1bd06b000","CommentId":"0008c05e828320025ce243e5066c","Content":"\u003Cp\u003E那得看你打印的代码什么时候执行吧,可能你执行的时机不对\u003C\u002Fp\u003E","ReplyCount":"2","CommentAttr":"0","UpVote":"0","CreateTime":"1739782940","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"一笑皆春","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FrLpHsVF9HCWMWY29bes6vWEX6GliaZvLxpCpoj6lzN6iaU9B2fMAyv1J8uwHZND0Uw811U8E8J7icY\u002F0","authority":[],"score":0}],"flowType":2},{"OpenId":"oCJUsw04_nn5ywnYaHyx14m3VbZY","DocId":"00048e0e9447e08259e2aedb769c00","CreateTime":"1739782164","BlogCategory":"1","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","BlogAttr":"1","Title":"商家转账 - 发起转账后 用户微信上 没有确认收款的入口","QuestionCategory":"2","Content":"\u003Cp\u003E新版商家转账 - 发起转账后 对方微信上\u003C\u002Fp\u003E\u003Cp\u003E1、没有任何提示消息, 2、没有确认收款的入口\u003C\u002Fp\u003E","pv":"130","commentNum":"4","userCommentNum":"4","bestComment":{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"00048e0e9447e08259e2aedb769c00","CommentId":"00042aa5d34ab8a352e2cddae66c","Content":"\u003Cp\u003E1.15日后新申请开通商家转账产品是需要用户主动确认收款的,需要你调用接口让用户确认\u003Ca href=\"https:\u002F\u002Fpay.weixin.qq.com\u002Fdoc\u002Fv3\u002Fmerchant\u002F4012716430\" rel=\"noopener noreferrer\" target=\"_blank\"\u003Ehttps:\u002F\u002Fpay.weixin.qq.com\u002Fdoc\u002Fv3\u002Fmerchant\u002F4012716430\u003C\u002Fa\u003E\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739784644","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0},"bestCommentsAggregated":[{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"00048e0e9447e08259e2aedb769c00","CommentId":"00042aa5d34ab8a352e2cddae66c","Content":"\u003Cp\u003E1.15日后新申请开通商家转账产品是需要用户主动确认收款的,需要你调用接口让用户确认\u003Ca href=\"https:\u002F\u002Fpay.weixin.qq.com\u002Fdoc\u002Fv3\u002Fmerchant\u002F4012716430\" rel=\"noopener noreferrer\" target=\"_blank\"\u003Ehttps:\u002F\u002Fpay.weixin.qq.com\u002Fdoc\u002Fv3\u002Fmerchant\u002F4012716430\u003C\u002Fa\u003E\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739784644","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0},{"OpenId":"oCJUsw9ucxK_7Zw0bgYN8HZE0JVM","DocId":"00048e0e9447e08259e2aedb769c00","CommentId":"0006481ccec2f0c25be2034406b8","Content":"\u003Cp\u003E看下文档吧,需要对接的\u003C\u002Fp\u003E\u003Cp\u003E\u003Cimg src=\"https:\u002F\u002Fmmbiz.qpic.cn\u002Fsz_mmbiz_png\u002Fia8Ub2kFQHavWuiakpm6EWnibpHMze5I06gRXxjRBL2dnibo3OBibjDiavfSJZhcUKq4liaLQIwFdfKEsGY4FkygpELtw\u002F0?wx_fmt=png\" \u002F\u003E\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739782752","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"一笑皆春","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FrLpHsVF9HCWMWY29bes6vWEX6GliaZvLxpCpoj6lzN6iaU9B2fMAyv1J8uwHZND0Uw811U8E8J7icY\u002F0","authority":[],"score":0},{"OpenId":"oCJUswyFImVTq2d1PDU94_ipG6HM","DocId":"00048e0e9447e08259e2aedb769c00","CommentId":"00026cc60ccef0225ae2fa5e3614","Content":"\u003Cp\u003E新版商家转账,平台是不会帮你发送提示的。\u003C\u002Fp\u003E\u003Cp\u003E需要开发者自行设计逻辑在前端拉起收款确认。\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739782282","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"sun","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM7OxIpQnpn59gWay3d1L9QxU56vzdfozqQ6Z2t9VaLtrQ\u002F0","authority":[],"score":0}],"flowType":2},{"OpenId":"oCJUsw90ACj2eZPYrnypJSq77-44","DocId":"0000668478cdd07259e2a58836a400","CreateTime":"1739782129","BlogCategory":"1","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","BlogAttr":"1","Title":"小程序支付报错","QuestionCategory":"32","Content":"\u003Cp\u003E\u003Cimg src=\"https:\u002F\u002Fmmbiz.qpic.cn\u002Fsz_mmbiz_jpg\u002FsxY04EUOT4fYCIiakytjhOJA79MgqPvGDmViczfFlYE4bTBH1f7UAaG68zDQvCcQfR04moRbx2OYico3mDcD6GbYA\u002F0?wx_fmt=jpeg\" \u002F\u003E\u003C\u002Fp\u003E","pv":"358","commentNum":0,"userCommentNum":0,"flowType":2},{"OpenId":"oCJUsw4ve1fiTcyVYaflFyaesMDA","DocId":"000ae827124df8b259e2f697d6b000","CreateTime":"1739782031","BlogCategory":"1","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","BlogAttr":"1","Title":"请问收付通二级商户进件查询结果返回AUDITING一般是什么原因?","QuestionCategory":"32","Content":"\u003Cp\u003E接口文档\u003Ca href=\"https:\u002F\u002Fpay.weixin.qq.com\u002Fdoc\u002Fv3\u002Fpartner\u002F4012691376\" rel=\"noopener noreferrer\" target=\"_blank\"\u003Ehttps:\u002F\u002Fpay.weixin.qq.com\u002Fdoc\u002Fv3\u002Fpartner\u002F4012691376\u003C\u002Fa\u003E,相同的参数有时响应结果是\u003Cspan style=\"font-size: 16px;\"\u003ENEED_SIGN,有时却返回\u003C\u002Fspan\u003EAUDITING,请问AUDITING状态是进入人工审核流程了吗?一般什么原因会进入这种状态呢?如果是需要等待多久?\u003C\u002Fp\u003E","pv":"607","commentNum":"1","userCommentNum":"1","bestComment":{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"000ae827124df8b259e2f697d6b000","CommentId":"0008c8749303888259e2b289366c","Content":"审核中,一般3个工作日审核完成,所有申请单都需要审核的","ReplyCount":"2","CommentAttr":"0","UpVote":"0","CreateTime":"1739782157","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0},"bestCommentsAggregated":[{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"000ae827124df8b259e2f697d6b000","CommentId":"0008c8749303888259e2b289366c","Content":"审核中,一般3个工作日审核完成,所有申请单都需要审核的","ReplyCount":"2","CommentAttr":"0","UpVote":"0","CreateTime":"1739782157","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0}],"flowType":2},{"OpenId":"oCJUsw__9420ek845lvEiqDybsdg","DocId":"0000e474e408d88257e2ffb3f6bc00","CreateTime":"1739781711","BlogCategory":"1","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","BlogAttr":"1","Title":"公众号jsapi支付提示,当前页面的URL未注册","QuestionCategory":"32","Content":"\u003Cp\u003E很多神奇的地方。\u003C\u002Fp\u003E\u003Col\u003E\u003Cli\u003E 一开始商户的开发设置那边并没有设置【支付授权目录】,然而可以正常支付\u003Cspan style=\"color: rgb(51, 51, 51); font-size: 14px;\"\u003E。\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli\u003E突然某一天开始,页面【\u003Ca href=\"https:\u002F\u002Fabc.test.cloud\u002F\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 16px;\"\u003Ehttps:\u002F\u002Fabc.test.cloud\u002F\u003C\u002Fa\u003E\u003Cspan style=\"font-size: 16px;\"\u003E#\u002Fpages\u002Fbad?id=123\u003C\u002Fspan\u003E】个别的订单开始提示当前页面的 URL未注册(个别订单的意思是某个商品下单支付会提示错误,其他商品可以正常支付,并且另一个支付页面\u003Cspan style=\"font-size: 16px;\"\u003E【\u003C\u002Fspan\u003E\u003Ca href=\"https:\u002F\u002Fabc.test.cloud\u002F\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 16px;\"\u003Ehttps:\u002F\u002Fabc.test.cloud\u002F\u003C\u002Fa\u003E\u003Cspan style=\"font-size: 16px;\"\u003E#\u002Fpages\u002Fgood?id=123】\u003C\u002Fspan\u003E的入口是百分百正常支付)。\u003C\u002Fli\u003E\u003Cli\u003E当我查阅帖子,开始设置\u003Cspan style=\"font-size: 16px;\"\u003E【支付授权目录】,这时候页面【\u003C\u002Fspan\u003E\u003Ca href=\"https:\u002F\u002Fabc.test.cloud\u002F\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 16px;\"\u003Ehttps:\u002F\u002Fabc.test.cloud\u002F\u003C\u002Fa\u003E\u003Cspan style=\"font-size: 16px;\"\u003E#\u002Fpages\u002Fbad?id=123】开始百分百提示错误,页面【\u003C\u002Fspan\u003E\u003Ca href=\"https:\u002F\u002Fabc.test.cloud\u002F\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 16px;\"\u003Ehttps:\u002F\u002Fabc.test.cloud\u002F\u003C\u002Fa\u003E\u003Cspan style=\"font-size: 16px;\"\u003E#\u002Fpages\u002Fgood?id=123】仍然可以支付。\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cspan style=\"font-size: 16px;\"\u003E我的网页是vue开发,并且使用hash模式。按照网上的建议,在【\u003C\u002Fspan\u003E\u003Cspan style=\"font-size: 14px; color: rgb(51, 51, 51);\"\u003E支付授权目录\u003C\u002Fspan\u003E\u003Cspan style=\"font-size: 16px;\"\u003E】添加了 【\u003C\u002Fspan\u003E\u003Ca href=\"https:\u002F\u002Fabc.test.cloud\u002F\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 16px;\"\u003Ehttps:\u002F\u002Fabc.test.cloud\u002F\u003C\u002Fa\u003E\u003Cspan style=\"font-size: 16px;\"\u003E】 和 【\u003C\u002Fspan\u003E\u003Ca href=\"https:\u002F\u002Fabc.test.cloud\u002F\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 16px;\"\u003Ehttps:\u002F\u002Fabc.test.cloud\u002F\u003C\u002Fa\u003E#\u002Fpages\u002Fpay\u002F\u003Cspan style=\"font-size: 16px;\"\u003E】\u003C\u002Fspan\u003E ,并且把支付页面都统一到一个新页面 \u003Cspan style=\"font-size: 16px;\"\u003E【\u003C\u002Fspan\u003E\u003Ca href=\"https:\u002F\u002Fabc.test.cloud\u002F\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 16px;\"\u003Ehttps:\u002F\u002Fabc.test.cloud\u002F\u003C\u002Fa\u003E\u003Cspan style=\"font-size: 16px;\"\u003E#\u002Fpages\u002Fpay\u002Fpaying?orderId=1234】。这时候提示 【当前页面的URL未注册 \u003C\u002Fspan\u003E\u003Ca href=\"https:\u002F\u002Fabc.test.cloud\u002F\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 16px;\"\u003Ehttps:\u002F\u002Fabc.test.cloud\u002F\u003C\u002Fa\u003E\u003Cspan style=\"font-size: 16px;\"\u003E#\u002Fpages\u002Fpay\u002Fpaying】。\u003C\u002Fspan\u003E\u003C\u002Fli\u003E\u003Cli\u003E又按照建议把页面 \u003Cspan style=\"font-size: 16px;\"\u003E【\u003C\u002Fspan\u003E\u003Ca href=\"https:\u002F\u002Fabc.test.cloud\u002F\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 16px;\"\u003Ehttps:\u002F\u002Fabc.test.cloud\u002F\u003C\u002Fa\u003E\u003Cspan style=\"font-size: 16px;\"\u003E#\u002Fpages\u002Fpay\u002Fpaying】的 #前加了一个?,变成【 \u003C\u002Fspan\u003E\u003Ca href=\"https:\u002F\u002Fabc.test.cloud\u002F\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 16px;\"\u003Ehttps:\u002F\u002Fabc.test.cloud\u002F\u003C\u002Fa\u003E?\u003Cspan style=\"font-size: 16px;\"\u003E#\u002Fpages\u002Fpay\u002Fpaying?orderId=1234】。这时候提示 【当前页面的URL未注册 \u003C\u002Fspan\u003E\u003Ca href=\"https:\u002F\u002Fabc.test.cloud\u002F\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 16px;\"\u003Ehttps:\u002F\u002Fabc.test.cloud\u002F\u003C\u002Fa\u003E】 问题是 这个URL是明确已经注册了的。\u003C\u002Fli\u003E\u003C\u002Fol\u003E\u003Cp\u003E\u003Cbr \u002F\u003E\u003C\u002Fp\u003E","pv":"134","commentNum":"1","userCommentNum":"1","bestComment":{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"0000e474e408d88257e2ffb3f6bc00","CommentId":"0002c2f766c070a259e2c1d4a610","Content":"vue是有这种情况","ReplyCount":"4","CommentAttr":"0","UpVote":"0","CreateTime":"1739782107","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0},"bestCommentsAggregated":[{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"0000e474e408d88257e2ffb3f6bc00","CommentId":"0002c2f766c070a259e2c1d4a610","Content":"vue是有这种情况","ReplyCount":"4","CommentAttr":"0","UpVote":"0","CreateTime":"1739782107","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0}],"flowType":2},{"OpenId":"oCJUsw9UtEERlpa_GJI71RVTG8bo","DocId":"0002447ceb46283257e20f14466000","CreateTime":"1739781698","BlogCategory":"1","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","BlogAttr":"1","Title":"jdk分账功能,添加分账接收方时接口返回无分账权限","QuestionCategory":"32","Content":"\u003Cp\u003E\u003Cimg src=\"https:\u002F\u002Fmmbiz.qpic.cn\u002Fsz_mmbiz_png\u002Frb1P4F7p7KeiarP8lyu1iaPMuNtAcYVicGYnfW8mALlyWVFqfzER3LVp67RXQxGChDTL9ZWMZgK4u79g9rXeaWUlA\u002F0?wx_fmt=png\" style=\"height: auto;\" \u002F\u003E\u003Cimg src=\"https:\u002F\u002Fmmbiz.qpic.cn\u002Fsz_mmbiz_png\u002Frb1P4F7p7KeiarP8lyu1iaPMuNtAcYVicGYWdibIeqbicTibxUAUiaJDxoAlYRiaFdYPXUbDsKcvTcZTXiboDVpjx7Jk2OA\u002F0?wx_fmt=png\" \u002F\u003E\u003C\u002Fp\u003E\u003Cp\u003E商户分账功能已开通,通过交易中心添加分账接受方可以添加成功\u003C\u002Fp\u003E","pv":"70","commentNum":"1","userCommentNum":"1","bestComment":{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"0002447ceb46283257e20f14466000","CommentId":"000e46f85946080259e27d4416b8","Content":"看你调用的接口url不太对","ReplyCount":"3","CommentAttr":"0","UpVote":"0","CreateTime":"1739782082","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0},"bestCommentsAggregated":[{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"0002447ceb46283257e20f14466000","CommentId":"000e46f85946080259e27d4416b8","Content":"看你调用的接口url不太对","ReplyCount":"3","CommentAttr":"0","UpVote":"0","CreateTime":"1739782082","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0}],"flowType":2},{"OpenId":"oCJUsw8dja6wQviiJ5HgpwVN0UjM","DocId":"000c40cefb84d00256e20185e6b800","CreateTime":"1739781459","BlogCategory":"1","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","BlogAttr":"1","Title":"新版转账对应sdk中的哪个方法?","QuestionCategory":"32","Content":"\u003Cp\u003E\u003Cspan style=\"font-size: 14px; color: rgb(77, 77, 77);\"\u003E\u002Fv3\u002Ffund-app\u002Fmch-transfer\u002Ftransfer-bills 这个接口对应sdk的哪个方法?\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp\u003E\u003Cspan style=\"font-size: 14px; color: rgb(77, 77, 77);\"\u003E目前问题是 我调用sdk中的方法 提示:“\u003C\u002Fspan\u003E\u003Cspan style=\"font-size: 16px;\"\u003E当前商户号接入升级版本功能,暂不支持使用升级前功能,请在产品中心-商家转账-前往功能查看接口文档\u003C\u002Fspan\u003E\u003Cspan style=\"font-size: 14px; color: rgb(77, 77, 77);\"\u003E”\u003C\u002Fspan\u003E\u003C\u002Fp\u003E\u003Cp\u003E看到sdk中请求的是\u003Ca href=\"https:\u002F\u002Fapi.mch.weixin.qq.com\u002Fv3\u002Ftransfer\u002Fbatches\" rel=\"noopener noreferrer\" target=\"_blank\"\u003Ehttps:\u002F\u002Fapi.mch.weixin.qq.com\u002Fv3\u002Ftransfer\u002Fbatches\u003C\u002Fa\u003E 这个接口,并不是文档上的接口,请问如何解决\u003C\u002Fp\u003E","pv":"684","commentNum":"1","userCommentNum":"1","bestComment":{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"000c40cefb84d00256e20185e6b800","CommentId":"00084489a781c86257e294dcb664","Content":"\u003Cp\u003E需要使用自定义请求\u003C\u002Fp\u003E","ReplyCount":"2","CommentAttr":"0","UpVote":"0","CreateTime":"1739781642","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0},"bestCommentsAggregated":[{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"000c40cefb84d00256e20185e6b800","CommentId":"00084489a781c86257e294dcb664","Content":"\u003Cp\u003E需要使用自定义请求\u003C\u002Fp\u003E","ReplyCount":"2","CommentAttr":"0","UpVote":"0","CreateTime":"1739781642","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0}],"flowType":2},{"OpenId":"oCJUsw1ZMMSDcgp5k8Xsr-miH7Qc","DocId":"000a8a066086981256e2865c561800","CreateTime":"1739781303","BlogCategory":"1","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","BlogAttr":"1","Title":"微信小程序,调用支付功能wx.requestPayment失败","QuestionCategory":"32","Content":"\u003Cp\u003E\u003Cspan style=\"font-size: 14px; color: rgb(77, 77, 77);\"\u003E微信小程序,调用支付功能wx.requestPayment失败:报错信息是:{\"errno\":102,\"errMsg\":\"requestPayment:fail jsapi has no permission, event=requestPayment, runningState=foreground, permissionMsg=permission got, detail=jsapi has been banned, appId=wx2a3cb863935e6ca9\"}\u003C\u002Fspan\u003E\u003C\u002Fp\u003E","pv":"387","commentNum":0,"userCommentNum":0,"flowType":2},{"OpenId":"oCJUsw9nGBPh80pzHdSyq2KsJcE4","DocId":"0004a414eecd80e255e2003af61000","CreateTime":"1739781168","BlogCategory":"1","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","BlogAttr":"1","Title":"完结支付分订单API报错'当前订单状态不合法'?","QuestionCategory":"2","Content":"\u003Cp\u003E完结支付分订单API报错'当前订单状态不合法'?\u003C\u002Fp\u003E","pv":"90","commentNum":"2","userCommentNum":"2","bestComment":{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"0004a414eecd80e255e2003af61000","CommentId":"000a86bca88378b352e2cd72d654","Content":"\u003Cp\u003E你调查询接口看下当前订单状态是什么\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739784590","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0},"bestCommentsAggregated":[{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"0004a414eecd80e255e2003af61000","CommentId":"000a86bca88378b352e2cd72d654","Content":"\u003Cp\u003E你调查询接口看下当前订单状态是什么\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739784590","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0},{"OpenId":"oCJUswzE28kq8tWF3z6P93jyg5pQ","DocId":"0004a414eecd80e255e2003af61000","CommentId":"000c8a300587d86256e236d0a618","Content":"针对您在使用完结支付分订单API时遇到的“当前订单状态不合法”报错问题,以下是可能的原因及解决方案:\n\n### 可能原因\n\n1. **订单状态不正确**:订单可能还未完成支付或处于其他不允许完结分账的状态。\n2. **请求参数错误**:请求中包含的订单号或分账单号有误。\n3. **系统超时**:接口调用时发生了系统超时。\n\n### 解决方案\n\n1. **检查订单状态**:\n - 确认订单已经完成支付并且处于可以完结分账的状态。\n - 如果订单还在处理中,请稍后再试。\n\n2. **核实请求参数**:\n - 仔细检查请求中包含的订单号(`transaction_id`)和分账单号(`out_order_no`)是否正确。\n - 确保这些参数与微信支付系统中的记录一致。\n\n3. **处理系统超时**:\n - 如果是因为系统超时导致的错误,可以尝试重新调用API。\n - 在重新调用时,请保持商户分账单号不变,以避免造成资金损失。\n\n### 参考错误码\n\n- **ORDER_NOT_READY**:订单处理中,暂时无法处理分账完结请求。请稍后再试。\n- **INVALID_TRANSACTIONID**:无效的微信支付订单号。请检查原交易号是否存在或发起支付交易接口返回失败。\n- **PARAM_ERROR**:参数错误。请重新检查请求参数再调用分账完结接口。\n\n如果以上方法仍无法解决问题,建议您查看微信支付的官方文档或联系微信支付的技术支持获取进一步的帮助。","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739781207","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"智能回答","headimgurl":"https:\u002F\u002Fres.wx.qq.com\u002Fop_res\u002FhR-EEOJQ1oahCnk1ovtCzApKXdWZa1wiF7E0NrsuUakSAXES4TJOv8HBBpYcc_fi8qp-_MeHwWslCwZzaCn3ig","authority":[],"score":0}],"flowType":2},{"OpenId":"oCJUswzOO8I8UaXARhgzUQyZYkQs","DocId":"00088815588640b253e26e93366400","CreateTime":"1739780476","BlogCategory":"1","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","BlogAttr":"1","Title":"jsapi支付问题","QuestionCategory":"32","Content":"\u003Cp\u003E微信商户开发配置中已经选择https;配置授权目录\"\u003Ca href=\"https:\u002F\u002Fm.xxxx.com\u002Frecharge\u002F\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"font-size: 16px;\"\u003Em.xxxx.com\u002Frecharge\u002F\u003C\u002Fa\u003E\",但是一直提示 当前页面的URL未注册“https:\u002F\u002Fm.xxxx.com\u002Frecharge\u002Fweixin_index.html”;\u003C\u002Fp\u003E","pv":"80","commentNum":"2","userCommentNum":"2","bestComment":{"OpenId":"oCJUswzOO8I8UaXARhgzUQyZYkQs","DocId":"00088815588640b253e26e93366400","CommentId":"0004864eb540586256e21daa56b8","Content":"\u003Cp\u003E已经确认商户号和url配置已经确认,没有问题,我们另外的一个商户号是正常的,新商户号开通jsapi支付权限,就是不能使用,提示 页面url未注册,\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739781383","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"偶然","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM6iccHRlveaAFz8OCe51MwONYhyWFHwmuHyUuCwZdomniag\u002F0","authority":[],"score":0},"bestCommentsAggregated":[{"OpenId":"oCJUswzOO8I8UaXARhgzUQyZYkQs","DocId":"00088815588640b253e26e93366400","CommentId":"0004864eb540586256e21daa56b8","Content":"\u003Cp\u003E已经确认商户号和url配置已经确认,没有问题,我们另外的一个商户号是正常的,新商户号开通jsapi支付权限,就是不能使用,提示 页面url未注册,\u003C\u002Fp\u003E","ReplyCount":"0","CommentAttr":"0","UpVote":"0","CreateTime":"1739781383","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"偶然","headimgurl":"http:\u002F\u002Fwx.qlogo.cn\u002Fmmhead\u002FQ3auHgzwzM6iccHRlveaAFz8OCe51MwONYhyWFHwmuHyUuCwZdomniag\u002F0","authority":[],"score":0},{"OpenId":"oCJUsw8yFnOFj4STQDwbDwK8ix_0","DocId":"00088815588640b253e26e93366400","CommentId":"0008848e5607a82254e242a0e6c8","Content":"\u003Cp\u003E配置的url不对或者配置的商户号不对\u003C\u002Fp\u003E","ReplyCount":"2","CommentAttr":"0","UpVote":"0","CreateTime":"1739780751","Selected":"","OfficialUpVote":"0","AuthorUpVote":"0","AuthorDownVote":"0","IsPersistTemplate":"0","SecurityWarning":"0","nickname":"Memory (私信不回复)","headimgurl":"https:\u002F\u002Fwx.qlogo.cn\u002Fmmopen\u002Fvi_32\u002FiaP7MZOywhx0fy5qib7KUxicFaQ0r8Yfag7jCqptNBenhqlSPQrx6KFvPiaCicYE7NicHeoQh4PJFmibobv43jbJ2so1r2fp3cjgCApjmw07sedoZg\u002F0","authority":[],"score":0}],"flowType":2},{"OpenId":"oCJUsw9189s2UVEF3njRqajxozZo","DocId":"0000ece58dcc30b251e2b09b161c00","CreateTime":"1739779988","BlogCategory":"1","Flag":"0","UpVote":"0","DownVote":"0","BlockType":"8","BlogAttr":"1","Title":"缴纳了15原违约金,如何开发票?","QuestionCategory":"32","Content":"\u003Cp\u003E缴纳了15原违约金,如何开发票?\u003C\u002Fp\u003E","pv":"37","commentNum":0,"userCommentNum":0,"flowType":2}],"count":300},"auditList":[],"bugtrace":{"blogIssueList":[],"blogHomeIssueList":[{"Id":"490","Author":"binniexu","State":"已上线","IssueId":"5908","ProjectId":"28318","Issue":"28318#5908","UpdateTime":"1734422285","CreateTime":"1716194100","Content":"","Title":"Skyline:picker 组件 mode = multiSelector 时,bindcolumnchange 事件无法触发","Type":"0","AppVersion":"","ClientVersion":"","ToolVersion":"Nightly 1.06.2405172","Milestone":"","UpVote":"1","DownVote":"0","BlockType":"13","BlogCategory":"1048576","Flag":"0","DocId":"000c6ce4384fa0ced981b5b7c6b014","OpenId":"sq_oFkBjwdwuc3zHLIRw5YMte6bfgHU","System":"工具","IsRelease":"1","OutId":"452","Related":"000a6c8da08b80524151badf86a400|000284880307c091ab81bcefb66c00","IssueTags":""},{"Id":"454","Author":"binniexu","State":"已中止","IssueId":"1923","ProjectId":"433130","Issue":"433130#1923","UpdateTime":"1716193133","CreateTime":"1710746416","Content":"符合预期的行为,在 skyline 下 swiper 通过手势滑动是弹簧的物理模型,无法控制时间。 \n所以目前只有在 autoplay 时,duration 才生效。","Title":"Skyline:swiper 设置 duration 过渡时间不生效","Type":"0","AppVersion":"","ClientVersion":"8.0.47","ToolVersion":"","Milestone":"","UpVote":"0","DownVote":"0","BlockType":"13","BlogCategory":"1048576","Flag":"0","DocId":"000aaa5c0f8e604ae331ecb2568c14","OpenId":"sq_oFkBjwdwuc3zHLIRw5YMte6bfgHU","System":"安卓|iOS","IsRelease":"1","OutId":"416","Related":"00000855a3c4508f073145ebe65c00|000c0e99ebc29885c681c6c1061000","IssueTags":""},{"Id":"452","Author":"binniexu","State":"已上线","IssueId":"1909","ProjectId":"433130","Issue":"433130#1909","UpdateTime":"1714976489","CreateTime":"1710494849","Content":"","Title":"Skyline:transition 属性 var 支持问题","Type":"0","AppVersion":"","ClientVersion":"8.0.47","ToolVersion":"","Milestone":"8.0.49","UpVote":"1","DownVote":"0","BlockType":"13","BlogCategory":"1048576","Flag":"0","DocId":"000e0241d5c6d07fa931853ab6b814","OpenId":"sq_oFkBjwdwuc3zHLIRw5YMte6bfgHU","System":"安卓|iOS","IsRelease":"1","OutId":"414","Related":"000a6e5d708bd87d1d31c670f61c00","IssueTags":""},{"Id":"492","Author":"v_jahozheng","State":"进行中","IssueId":"0","ProjectId":"0","Issue":"#","UpdateTime":"1734941000","CreateTime":"1734941000","Content":"","Title":"camera 组件在 iPhone 近拍模糊不对焦","Type":"1","AppVersion":"","ClientVersion":"","ToolVersion":"","Milestone":"8.0.55","UpVote":"0","DownVote":"0","BlockType":"13","BlogCategory":"1048576","Flag":"0","DocId":"0004e08ed3c9f85be692bb01f61c14","OpenId":"sq_oFkBjwdwuc3zHLIRw5YMte6bfgHU","System":"ios","IsRelease":"1","OutId":"454","Related":"0002ced8ecc5e06df09f1c2ec56c00|000aca263483b073fd7180b566f400|0004a0c58fc800f27fdffea1256800|000a64023449f81bc63206e4561400|0002a467e44d00d403516e0bd6bc00","IssueTags":""},{"Id":"468","Author":"binniexu","State":"进行中","IssueId":"1976","ProjectId":"433130","Issue":"433130#1976","UpdateTime":"1716531851","CreateTime":"1713340126","Content":"","Title":"Skyline:backdrop-filter 边缘渲染问题","Type":"0","AppVersion":"","ClientVersion":"8.0.48","ToolVersion":"","Milestone":"","UpVote":"0","DownVote":"0","BlockType":"13","BlogCategory":"1048576","Flag":"0","DocId":"00068cb6528590264161bcf296bc14","OpenId":"sq_oFkBjwdwuc3zHLIRw5YMte6bfgHU","System":"安卓|iOS","IsRelease":"1","OutId":"430","Related":"000ce42a938db86c7551bdc9f6b400|00000c1a820748d82a91084236bc00","IssueTags":""},{"Id":"491","Author":"binniexu","State":"进行中","IssueId":"2034","ProjectId":"433130","Issue":"433130#2034","UpdateTime":"1716197063","CreateTime":"1716197063","Content":"","Title":"Skyline:applyAnimatedStyle 修改 text 的 color 会导致微信APP崩溃","Type":"0","AppVersion":"","ClientVersion":"8.0.49","ToolVersion":"","Milestone":"","UpVote":"1","DownVote":"0","BlockType":"13","BlogCategory":"1048576","Flag":"0","DocId":"0006acd74e0b402fd4810170a66014","OpenId":"sq_oFkBjwdwuc3zHLIRw5YMte6bfgHU","System":"安卓|iOS|工具","IsRelease":"1","OutId":"453","Related":"000288f10647d8d0af81bb4176b000","IssueTags":""}],"issueList":[],"issueListCount":0,"bugIssueList":[],"bugIssueListCount":0,"needIssueList":[],"needIssueListCount":0,"isUseBugtrace":false},"hideHeader":false,"showGlobalSearch":true,"hideFooter":false,"iframe":{"content":""},"useNewAskQuestion":"nouse","topicList":{"currentTopic":{},"rows":[],"count":0},"livestream":{},"course":{"info":{"Id":"46","BlockType":"8","CourseLink1":"https:\u002F\u002Fdevelopers.weixin.qq.com\u002Fcommunity\u002Fbusiness\u002Fdoc\u002F00006e8a24cc80850d1c371e15280d","CourseLink2":"https:\u002F\u002Fdevelopers.weixin.qq.com\u002Fcommunity\u002Fbusiness\u002Fdoc\u002F000448af4583f0aad10c4ca035bc0d","CourseLink3":"https:\u002F\u002Fdevelopers.weixin.qq.com\u002Fcommunity\u002Fbusiness\u002Fdoc\u002F00042469224b0085091c4081c5280d","MoreLink":"https:\u002F\u002Fdevelopers.weixin.qq.com\u002Fcommunity\u002Fbusiness","OutterImg":"1","UpdateTime":"1631873801","bannerImg":"http:\u002F\u002Fmmbiz.qpic.cn\u002Fsz_mmbiz_jpg\u002FGEWVeJPFkSHqibzyvDHH5riamqqtGlGfbwmQiaqfbnma3JbvEDgJTGdhLqMw4OCmca6iboUGOdOgAKyIOF8LggpCMw\u002F0?wx_fmt=jpeg","bannerTitle":"【活动专区】微信支付活动大集锦,参与赢好礼","bannerIntroduce":"微信支付活动大集锦,涵盖社区特色有奖活动、文档有奖反馈活动、问卷调研有奖活动等,它致力于让知识反馈、知识分享、互帮互助成为一种习惯,于此同时,我们准备了精美礼品回馈那些为此积极努力的用户","bannerDocId":"00006e8a24cc80850d1c371e15280d","bannerLink":"https:\u002F\u002Fdevelopers.weixin.qq.com\u002Fcommunity\u002Fbusiness\u002Fdoc\u002F00006e8a24cc80850d1c371e15280d"},"list":[{"DocId":"000448af4583f0aad10c4ca035bc0d","Title":"有奖反馈 | 参与微信支付文档来“找茬”","Img":"http:\u002F\u002Fmmbiz.qpic.cn\u002Fsz_mmbiz_jpg\u002FGEWVeJPFkSHqibzyvDHH5riamqqtGlGfbwlxyTxqQBQ5AbdaPX7wh3sL5pzvw8rJKibFMbpySsqN7uHS5csYWXribg\u002F0?wx_fmt=jpeg","Introduce":"微信支付文档有奖反馈活动","link":"https:\u002F\u002Fdevelopers.weixin.qq.com\u002Fcommunity\u002Fbusiness\u002Fdoc\u002F000448af4583f0aad10c4ca035bc0d"},{"DocId":"00042469224b0085091c4081c5280d","Title":"有奖征文 | 从产品设计、开发到运营维护","Img":"http:\u002F\u002Fmmbiz.qpic.cn\u002Fsz_mmbiz_jpg\u002FGEWVeJPFkSHqibzyvDHH5riamqqtGlGfbw33FS9pvkEYFsfONzbcosjicQpVVdLEzdtKrEdZema808rafJcoic36qw\u002F0?wx_fmt=jpeg","Introduce":"微信支付有奖征文","link":"https:\u002F\u002Fdevelopers.weixin.qq.com\u002Fcommunity\u002Fbusiness\u002Fdoc\u002F00042469224b0085091c4081c5280d"}],"OutterImg":"","Title":"","Introduce":""},"homepageSwiper":[],"homepageDynamicList":[],"homepageRecommendList":[],"homepageMixflowList":[],"weappExposureInfo":{"8":{"code":0,"success":true,"exposureInfo":{}}},"personal":{"openid":"","info":{"selfInfo":{},"userInfo":{"openid":""},"appreciateInfo":{"appreciateByCnt":0,"appreciateCnt":0},"userScore":{"level":1}},"getPersonInfoReady":false,"cnt":{},"caseList":[],"caseFetched":false,"question":{"list":[],"total":30},"answer":{"list":[],"total":30},"share":{"list":[],"total":30},"recommend":{"list":[],"total":30},"article":{"list":[],"total":10},"fav":{"list":[],"total":30},"follow":{"list":[],"total":30},"serviceList":[],"minishopOrderList":[],"minishopOrderCount":0,"serviceListLoading":false,"serviceListLoaded":false,"MiniProgramDevelopService":[],"CustomDevelopService":[],"PluginDevelopService":[],"ApiDevelopService":[],"MiniShopService":[],"currentServiceType":1,"servcieDesc":"针对行业、场景的小程序代开发服务,帮助企业快速搭建小程序","devAppInfo":null,"devAppInfoLoading":false},"serviceMarket":{"home":{"miniProgramDevelopService":[],"pluginService":[],"apiService":[],"mcnService":[]},"search":{"saasService":{"total":0,"limit":0,"start":0,"list":[]},"saasProvider":{"total":0,"limit":0,"start":0,"list":[]},"mcnAnchor":{"total":0,"limit":0,"start":0,"list":[]},"mcnAgency":{"total":0,"limit":0,"start":0,"list":[]},"mcnService":{"total":0,"limit":0,"start":0,"list":[]}},"tagConfig":{"info":{"saas":{"industry":[],"scene":[]},"mcn":{"area":[],"serviceIndustry":[]}},"relations":{"serviceType2Industry":{},"serviceType2Scene":{},"industry2Scene":{}},"searchFilters":{"saas":{"industryHome":[],"industry":[],"scene":[]}}},"tagConfigLoaded":false,"keyWord":"","selectTab":1,"service":{"list":[],"total":0,"page":1,"limit":6,"currentServiceType":[],"loading":false,"searchErr":"","funnelLabelList":[],"funnel":null,"currentIndustry":[],"currentApi":[],"currentReqTime":0},"serviceProvider":{"list":[],"total":0,"page":1,"limit":6,"loading":false,"searchErr":"","funnelLabelList":[],"funnel":null},"detail":{"enterpriseInfo":{},"relativeServiceList":[],"service":null,"caseImgList":[],"packageInfo":{},"ratingList":{"page":1,"limit":20,"count":0,"rows":[]},"ratingListSelf":{"count":0,"rows":[]},"sale":{"total":0},"asyncDataReady":false,"authorityServicePlatformType":0},"buyerServiceList":[],"orderList":[],"orderTotal":0,"orderListLoading":false,"orderDetail":{"pkg":{}},"orderId":"","buyPackage":null,"serviceOrderList":[],"serviceOrderTotal":0,"serviceOrderListLoading":false,"serviceOrderData":{"today":0,"history":0,"todayPrice":0,"historyPrice":0},"serviceData":{"servicePV":0,"orderCount":0,"orderPrice":0},"sellerAdmin":{"ratingList":{"page":1,"limit":20,"count":0,"rows":[]},"ratingListLoading":false,"dataStatsOverview":{},"dataQuotaOrderList":[],"dataQuotaOrderListLoading":false},"serviceDraft":{},"serviceDraftFull":{},"serviceAudit":{},"we":{"list":[]},"addPlugin":{"list":[],"availableStatus":1,"pluginCategory":{}},"currentBanner":[],"fund":{"verify":{"step":0,"skipRemit":0}}},"miniHome":{"list":{"list8":[{"ID":"1254258614370467842","BlockType":"8","Name":"微信刷脸支付","OpenId":"oCJUsw3-S1xx0pg52IUBAaBOA_zc","Moderator":"oCJUsw3-S1xx0pg52IUBAaBOA_zc","HeadImageUrl":"http:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_png\u002FUB2CE27DppnHN915Br0w03KEj4IQWatAALMx2Rv23CdJ8sCUkKTKrUNR9fHk5s0GjZDyXQlibNTBiasJ3XAwXc5A\u002F0?wx_fmt=png","CreateQuestionUrl":"","FuncList":"question,announcement","Hide":"0","Flag":"0","AuditStatus":"1","AuditData":"{}","SourceURL":""},{"ID":"2928443012232527877","BlockType":"8","Name":"商户安全","OpenId":"oCJUswxpk_M5Ats7DWDPGCDLqV4U","Moderator":"oCJUswxpk_M5Ats7DWDPGCDLqV4U","HeadImageUrl":"http:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_png\u002Fnm27MmSkv25kzxw5tbjficmXU2v9hpAfxeqPnnibgEwCP7EeU4hDO1qDD5wasichhyWzW1LC9m8Ofnbxp4Acu4AAA\u002F0?wx_fmt=png","CreateQuestionUrl":"","FuncList":"article,question,announcement,course","Hide":"0","Flag":"0","AuditStatus":"1","AuditData":"{}","SourceURL":""},{"ID":"3080293751820140545","BlockType":"8","Name":"证书与密钥","OpenId":"oCJUswxpk_M5Ats7DWDPGCDLqV4U","Moderator":"oCJUswxpk_M5Ats7DWDPGCDLqV4U","HeadImageUrl":"http:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_png\u002Fnm27MmSkv25B3beyvTLt0bicTZ8exm8KtwnHyQfQl2ibKsK7kibPIzTucCBRoWUNzXbhGcHDg1e32q9I8jNWt6ZOA\u002F0?wx_fmt=png","CreateQuestionUrl":"","FuncList":"article,question,announcement,course","Hide":"0","Flag":"0","AuditStatus":"1","AuditData":"{}","SourceURL":""},{"ID":"3470672269024428033","BlockType":"8","Name":"商户平台建议反馈","OpenId":"oCJUswxpk_M5Ats7DWDPGCDLqV4U","Moderator":"oCJUswxpk_M5Ats7DWDPGCDLqV4U","HeadImageUrl":"http:\u002F\u002Fmmbiz.qpic.cn\u002Fmmbiz_png\u002Fnm27MmSkv266oufcxVMgj5COUu6SDXUQUDMibgvjNGUNpm3gicHBggicwXHQGficoBD5tysdzOTMGJq4shqdubn0gg\u002F0?wx_fmt=png","CreateQuestionUrl":"","FuncList":"article,question,announcement,course","Hide":"0","Flag":"0","AuditStatus":"1","AuditData":"{}","SourceURL":""}]},"detail":{},"favList":[],"caseList":[],"totalCases":0},"competition":{"id":611099,"nickname":"","headimg":"","gotoLogin":false,"gotoUpload":false,"timeline":[],"minigameTimeline":[],"team":{"teamInfo":{},"members":[],"union":[],"workInfo":{"file":[],"work":{}}},"user":{"MemberId":null,"Mobile":"","Name":"","IdentityType":"0","IdentityNo":"","Detail0":"","Detail1":"","Detail2":"","Detail3":"","whiteuin":0},"userRealMobile":"","teamConfig":[{},{"info":[{"name":""},{"name":""},{"name":""}],"max_member":4}],"schoolConfig":[]},"route":{"name":"PayMixFlowBlogList","path":"\u002Fcommunity\u002Fpay","hash":"","query":{},"params":{},"fullPath":"\u002Fcommunity\u002Fpay","meta":{"scrollTo":0},"from":{"name":null,"path":"\u002F","hash":"","query":{},"params":{},"fullPath":"\u002F","meta":{}}}};(function(){var s;(s=document.currentScript||document.scripts[document.scripts.length-1]).parentNode.removeChild(s);}());</script><script src="https://res8.wxqcloud.qq.com.cn/community/dist/community/manifest.2e614345f6dc48ee1b59.js" defer></script><script src="https://res8.wxqcloud.qq.com.cn/community/dist/community/styles.ced71dd18bff17043692.js" defer></script><script src="https://res8.wxqcloud.qq.com.cn/community/dist/community/vendor.23ee57865aaaa34cc4c6.js" defer></script><script src="https://res8.wxqcloud.qq.com.cn/community/dist/community/app.81ba301c274a09b116f9.js" defer></script> </body> </html>