提交 5175462b 编写于 作者: 雪洛's avatar 雪洛

docs: unipay

上级 2021fd53
...@@ -619,6 +619,7 @@ exports.main = async function (event) { ...@@ -619,6 +619,7 @@ exports.main = async function (event) {
// 注意如果处理成功需要严格按照下面的格式进行返回,否则厂商会持续通知 // 注意如果处理成功需要严格按照下面的格式进行返回,否则厂商会持续通知
// 微信处理成功之后 // 微信处理成功之后
return { return {
"mpserverlessComposedResponse": true,
statusCode: 200, statusCode: 200,
headers: { headers: {
'content-type': 'text/xml;charset=utf-8' 'content-type': 'text/xml;charset=utf-8'
...@@ -627,6 +628,7 @@ exports.main = async function (event) { ...@@ -627,6 +628,7 @@ exports.main = async function (event) {
} }
// 支付宝处理成功后 // 支付宝处理成功后
return { return {
"mpserverlessComposedResponse": true,
statusCode: 200, statusCode: 200,
headers: { headers: {
'content-type': 'text/plain' 'content-type': 'text/plain'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册