1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

chore: 更新注释.

This commit is contained in:
jaywcjlove 2020-07-23 23:53:36 +08:00
parent fa3fb0787b
commit e83aa446c7

View File

@ -30,6 +30,7 @@ export default class Alipay {
/** /**
* 设置支付宝跳转Scheme iOS * 设置支付宝跳转Scheme iOS
* @param scheme * @param scheme
* @platform ios
*/ */
static setAlipayScheme(scheme) { static setAlipayScheme(scheme) {
if (Platform.OS === 'ios') { if (Platform.OS === 'ios') {
@ -40,6 +41,7 @@ export default class Alipay {
/** /**
* 设置支付宝沙箱环境 Android * 设置支付宝沙箱环境 Android
* @param isSandBox * @param isSandBox
* @platform android
*/ */
static setAlipaySandbox(isSandBox) { static setAlipaySandbox(isSandBox) {
if (Platform.OS === 'android') { if (Platform.OS === 'android') {