初始化仓库

This commit is contained in:
Yao
2025-08-14 16:44:56 +08:00
commit 45b8c90ad8
5157 changed files with 664203 additions and 0 deletions

View File

@ -0,0 +1,26 @@
{
"scope": "alipay",
"name": "easysdk-payment-page",
"version": "0.0.1",
"main": "./main.tea",
"java": {
"package": "com.alipay.easysdk.payment.page",
"baseClient": "com.alipay.easysdk.kernel.BaseClient"
},
"csharp": {
"namespace": "Alipay.EasySDK.Payment.Page",
"baseClient": "Alipay.EasySDK.Kernel:BaseClient"
},
"typescript": {
"baseClient": "@alipay/easysdk-baseclient"
},
"php": {
"package": "Alipay.EasySDK.Payment.Page"
},
"go": {
"namespace": "payment/page"
},
"libraries": {
"EasySDKKernel": "alipay:easysdk-kernel:*"
}
}