Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShortURLResponseSuccess

Hierarchy

Index

Properties

appid

appid: string

公众账号ID

description

微信分配的公众账号ID

example

wx8888888888888888

typedef

String(32)

mch_id

mch_id: string

商户号

description

微信支付分配的商户号

example

1900000109

typedef

String(32)

nonce_str

nonce_str: string

随机字符串

description

随机字符串,不长于32位。推荐随机数生成算法

example

5K8264ILTKCH16CQ2502SI8ZNMTM67VS

typedef

String(32)

short_url

short_url: string

URL链接

description

转换后的URL

example

weixin://wxpay/s/XXXXXX

typedef

String(64)

sign

sign: string

签名

description

签名,详见签名生成算法

example

C380BEC2BFD727A4B6845133519F3AD6

typedef

String(32)

Generated using TypeDoc