fzlee / alipay

Python Alipay(支付宝) SDK with SHA1/SHA256 support
Other
1.29k stars 378 forks source link

您好,请问支持分账吗? #147

Closed wuqiang-001 closed 1 year ago

wuqiang-001 commented 1 year ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

wuqiang-001 commented 1 year ago
image
fzlee commented 1 year ago

你可以试试server_api这个接口,理论上大部分支付宝接口都可以通过server_api和client_api实现

fzlee commented 1 year ago

https://github.com/fzlee/alipay/blob/master/docs/apis_new.md

wuqiang-001 commented 1 year ago

好的,我试一下,有问题再请教您

fzlee commented 1 year ago

https://github.com/fzlee/alipay/blob/master/docs/apis.zh-hans.md#alipay.trade.close

fzlee commented 1 year ago

这里好像有的

wuqiang-001 commented 1 year ago

您好,服务商进件支持吗?

fzlee commented 1 year ago

有文档吗

wuqiang-001 commented 1 year ago

https://opendocs.alipay.com/pre-apis/0282hf 这是地址

image
fzlee commented 1 year ago

你试试ISVAlipay + server_api/client_api, 理论上是支持的

fzlee commented 1 year ago

https://opendocs.alipay.com/pre-apis/0282hf 这是地址 image

请问isvalipay, server_api 可以解决问题吗