We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GetAllSubscriptionStatuses返回的是: // TransactionInfo https://developer.apple.com/documentation/appstoreservernotifications/jwstransactiondecodedpayload type TransactionInfo struct {
LookUpOrderId返回的是 // Doc: https://developer.apple.com/documentation/appstoreserverapi/jwstransactiondecodedpayload type TransactionsItem struct {
实际上这两个调用都是调用server api,返回的应该是同一个结构,和appstoreserverapi/jwstransactiondecodedpayload保持一致才对,不明白这里为什么不同?最好统一下, 更规范,更合理!
The text was updated successfully, but these errors were encountered:
好的
Sorry, something went wrong.
@yxw2014 如果你有想法可以改一下,提交PR。 我只是根据文档写,并没有实际用过apple 支付相关的东西,所以没有做统一
No branches or pull requests
GetAllSubscriptionStatuses返回的是:
// TransactionInfo https://developer.apple.com/documentation/appstoreservernotifications/jwstransactiondecodedpayload
type TransactionInfo struct {
LookUpOrderId返回的是
// Doc: https://developer.apple.com/documentation/appstoreserverapi/jwstransactiondecodedpayload
type TransactionsItem struct {
实际上这两个调用都是调用server api,返回的应该是同一个结构,和appstoreserverapi/jwstransactiondecodedpayload保持一致才对,不明白这里为什么不同?最好统一下, 更规范,更合理!
The text was updated successfully, but these errors were encountered: