alipay / global-open-sdk-java

Ant global gateway SDK
MIT License
36 stars 20 forks source link

Missing parameter websiteType (WebSite) for the API registration #5

Open ghost opened 2 years ago

ghost commented 2 years ago

For the Endpoint /aps/api/v1/merchants/registration, the parameter websiteType is required but it's not in the Class com/alipay/global/api/model/ams/WebSite.java.

Could you please add it on the SDK?

websiteType String  REQUIRED
The type of the website. The following values are acceptable:

WEB: used when a website URL is specified in the url parameter
APP: used when an app download URL is specified in the url parameter

Thank you.

tcboy commented 2 years ago

OK, we got it. We'll deal with it as soon as possible

fpaiva-univapay @.***> 于2021年12月3日周五 12:44写道:

For the Endpoint /aps/api/v1/merchants/registration, the parameter websiteType https://docs.alipayplus.com/alipayplus/alipayplus/api_acq/registration#Requestparameters-merchantInfo-websites-websiteType is required but it's not in the Class com/alipay/global/api/model/ams/WebSite.java.

Could you please add it on the SDK?

websiteType String REQUIRED The type of the website. The following values are acceptable:

WEB: used when a website URL is specified in the url parameter APP: used when an app download URL is specified in the url parameter

Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alipay/global-open-sdk-java/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA6KFJKUEKQBDWFNQMI6L7LUPBDMBANCNFSM5JIZROLQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

ghost commented 2 years ago

Hello @tcboy Any news about that?

jf-xufangjie commented 2 years ago

@fpaiva-univapay This SDK is for AMS,not for APS