Commit 67264c75 by 郑炬波

feat: 支付失败

parent 913a346a
{
"name": "@ydl-packages/toolkit",
"version": "1.0.7",
"version": "1.0.8",
"description": "",
"main": "./dist/index.umd.js",
"scripts": {
......
......@@ -114,7 +114,7 @@ export enum PayErrorMessage {
ALIPAY_QUIT_URL_MISSING = `缺少支付失败回调地址:'quitUrl'`,
ALIPAY_RETURN_URL_MISSING = `缺少支付成功回调地址:'returnUrl'`,
ALIPAY_PAY_CHANNEL_MISSING = `缺少持的渠道参数:'ALI_WAP'`,
WECHAT_JSSDK_PAY_ERROR = '微信JSSDK支付失败',
WECHAT_JSSDK_PAY_ERROR = '支付失败',
WECHAT_H5_PAY_BREAK = '微信h5支付中断',
ALIPAY_H5_PAY_BREAK = '支付宝支付中断',
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment