Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShortURLOptions

Hierarchy

  • ShortURLOptions

Index

Properties

Properties

long_url

long_url: string

URL链接

description

需要转换的URL,签名用原串,传输需URLencode

example

weixin://wxpay/bizpayurl?sign=XXXXX&appid=XXXXX&mch_id=XXXXX&product_id=XXXXXX&time_stamp=XXXXXX&nonce_str=XXXXX

typedef

String(512、

Optional sign_type

sign_type: SignType

签名类型

description

签名类型,目前支持HMAC-SHA256和MD5,默认为MD5

example

HMAC-SHA256

typedef

String(32)

Generated using TypeDoc