import transaction from wechat pay billing file

This commit is contained in:
MaysWind
2024-10-14 01:18:17 +08:00
parent 44fe7778b6
commit b9b501edfa
11 changed files with 481 additions and 3 deletions
+9
View File
@@ -63,6 +63,15 @@ const supportedImportFileTypes = [
supportMultiLanguages: 'zh-Hans',
anchor: '如何获取支付宝网页版交易流水文件'
}
},
{
type: 'wechat_pay_app_csv',
name: 'WeChat Pay Billing File',
extensions: '.csv',
document: {
supportMultiLanguages: 'zh-Hans',
anchor: '如何获取微信支付账单文件'
}
}
];