4.6.201909271336 • Published 5 years ago

@dfeidao/fd-an000040 v4.6.201909271336

Weekly downloads
4
License
MIT
Repository
-
Last release
5 years ago

用户注册

Installation

yarn add --dev @dfeidao/fd-an000040

Example

import an40 from '@dfeidao/fd-an000040';

// 用户编号注册
const ran40 = await an40(headers, '12', productid, 'usercode', 'password', 'user_name', false, '','','','usercode');
// 手机号码注册
const ran40 = await an40(headers, '12', productid, '', 'password', 'user_name', false, '','13958241563','123456','phone');
// 邮箱注册
const ran40 = await an40(headers, '12', productid, '', 'password', 'user_name', false, '4852148@qq.com','','123456','email');