import Vnmf from '../../index' declare module '../../index' { interface VnmfStatic { /** * This interface can obtain the basic information of Alipay members (Avatar picture address 、Nick name 、gender 、National code 、province 、Urban area ),Please refer to the access method Introduction to the basic information of membership 。If you need to obtain Alipay membership logo (user_id),Please call my.getAuthCode and alipay.system.oauth.token interface 。 * @supported alipay * @see https://docs.alipay.com/mini/api/ch8chh */ getOpenUserInfo(): Promise } }