当前位置:网站首页>Wechat official account payment prompt MCH_ ID parameter format error
Wechat official account payment prompt MCH_ ID parameter format error
2022-07-02 12:39:00 【Time chaser】
background :
Use .NET Connect with wechat official account payment function .
problem :
Today, when making wechat payment , Always hint “ WeChat official account payment tips mch_id Parameter format error ” !
resolvent :
In fact, this problem generally does not mean that your configuration is wrong , First, it reminds you mch_id Incorrect parameter format indicates that the payment request has been submitted to wechat , Need to know mch_id It's usually 10 It is composed of digits as long as you are sure and your wechat official account mch_id If there is no mistake , Then you have to check what you read mch_id Check whether there are spaces , To avoid this problem, it's best to add one when submitting .Trim() Go to space , I just met such a problem and added one .Trim() This will make the payment successful !
summary :
When making wechat payment, we must pay attention to some minor details ( Sometimes, a space may lead to signature errors and many other situations ), It must be configured step by step , Don't panic, take your time , come on. ! If you are a beginner of wechat development, I suggest seeing the documents more times
边栏推荐
- Redis bloom filter
- arcgis js 4.x 地图中加入图片
- Tas (file d'attente prioritaire)
- Initial JDBC programming
- China traffic sign detection data set
- The differences and relationships among port, targetport, nodeport and containerport in kubenetes
- What data types does redis have and their application scenarios
- H5 to app
- AI中台技术调研
- [C language] Yang Hui triangle, customize the number of lines of the triangle
猜你喜欢
随机推荐
WSL 2 will not be installed yet? It's enough to read this article
Experiment of connecting mobile phone hotspot based on Arduino and esp8266 (successful)
The blink code based on Arduino and esp8266 runs successfully (including error analysis)
The second composition template of postgraduate entrance examination English / chart composition, English chart composition is enough
Drools terminates the execution of other rules after executing one rule
[C language] convert decimal numbers to binary numbers
Enhance network security of kubernetes with cilium
Leetcode - < dynamic planning special> Jianzhi offer 19, 49, 60
BOM DOM
Addition, deletion, modification and query of MySQL table (Advanced)
Calculate the maximum path sum of binary tree
2.6 using recursion and stack - [tower of Hanoi problem]
Simple understanding of ThreadLocal
spfa AcWing 852. spfa判断负环
Intel internal instructions - AVX and avx2 learning notes
Adding database driver to sqoop of cdh6
JSON序列化 与 解析
CDH6之Sqoop添加数据库驱动
计算二叉树的最大路径和
LeetCode—剑指 Offer 59 - I、59 - II








