rm-api-sdk-erider
Version:
A NodeJS wrapper for some of the RESTful methods documented at doc.revenuemonster.my
4 lines • 306 B
TypeScript
import { RMSDKInstance } from ".";
export declare function getWechatOauthUrl(this: RMSDKInstance, accessToken: string, redirectUrl: string): Promise<any>;
export declare function getWechatUserByCode(this: RMSDKInstance, accessToken: string, code: string): Promise<any>;
//# sourceMappingURL=wechat.d.ts.map