初始化仓库
This commit is contained in:
26
vendor/alipaysdk/easysdk/tea/payment/page/Teafile
vendored
Normal file
26
vendor/alipaysdk/easysdk/tea/payment/page/Teafile
vendored
Normal 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:*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user