Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EntrustAppOptions

Hierarchy

Index

Properties

Optional clientip

clientip: string

客户端 IP

description

用户客户端的真实IP地址

example

119.145.83.6

typedef

String

contract_code

contract_code: string

签约协议号

example

100001256

typedef

String

contract_display_account

contract_display_account: string

用户账户展示名称

description

签约用户的名称,用于页面展示

example

123

typedef

String

Optional creid

creid: string

身份证号

description

用户身份证号

example

110102199701011000

typedef

String

Optional deviceid

deviceid: string

设备ID

description

android填imei的一次md5; ios填idfa的一次md5

example

baf04e6bbbd06f7b1a197d18ed53b7f1

typedef

String

Optional email

email: string

邮箱地址

description

用户邮箱地址

example

aobama@whitehouse.com

typedef

String

Optional mobile

mobile: string

手机号

description

用户手机号

example

18933432355

typedef

String

notify_url

notify_url: string

回调通知url

description

回调通知的url,传输需要url encode

example

http://yoursite.com

typedef

String

Optional openid

openid: string

微信open ID

description

用户微信open ID

example

baf04e6bbbd06f7b1a197d18ed53b7f1

typedef

String

Optional outerid

outerid: string

商户侧用户标识

description

用户在商户侧的标识

example

user123

typedef

String

plan_id

plan_id: string

模板id

description

协议模板id

example

123

typedef

String

Optional qq

qq: string

QQ号

description

用户QQ号

example

100243

typedef

String

request_serial

request_serial: number

请求序列号

description

商户请求签约时的序列号,商户侧须唯一

example

1695

typedef

Int(64)

Optional return_app

return_app: string

返回app

description

1表示返回app, 0 或不填则不返回 注:签约参数appid必须为发起APP的注册appid

example

1

typedef

int

Generated using TypeDoc