bugfix
This commit is contained in:
parent
512c7fd78b
commit
2f292d7f6d
@ -107,7 +107,9 @@ class AlipayGateway(Gateway):
|
|||||||
"timestamp": time.strftime("%Y-%m-%d %H:%M:%S"),
|
"timestamp": time.strftime("%Y-%m-%d %H:%M:%S"),
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"notify_url": payload["notify_url"],
|
"notify_url": payload["notify_url"],
|
||||||
"biz_content": json.dumps(biz_content, separators=(",", ":"))
|
"biz_content": json.dumps(biz_content,
|
||||||
|
ensure_ascii=False,
|
||||||
|
separators=(",", ":"))
|
||||||
}
|
}
|
||||||
|
|
||||||
# 生成签名
|
# 生成签名
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user