Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContractOrderResponseFail

Hierarchy

Index

Properties

appid

appid: string

请求appid

description

appid是商户在微信申请公众号或移动应用成功后分配的帐号ID,登录平台为mp.weixin.qq.com或open.weixin.qq.com

example

wxcbda96de0b165486

typedef

String(32)

Optional contract_err_code

contract_err_code: string

预签约错误代码

example

Fail

typedef

String

Optional contract_err_code_des

contract_err_code_des: string

预签约错误描述

example

已签约

typedef

String

contract_result_code

contract_result_code: string

预签约结果

example

SUCCESS

typedef

String

mch_id

mch_id: string

商户号

description

商户号是商户在微信申请微信支付成功后分配的帐号ID,登录平台为pay.weixin.qq.com

example

1200009811

typedef

String(32)

nonce_str

nonce_str: string

随机字符串

description

随机字符串,不长于32位.

example

5K8264ILTKCH16CQ2502SI8ZNMTM67VS

typedef

String(32)

sign

sign: string

签名

description

签名规则详见签名生成算法 注:所有参数都是encode前做签名.

example

E1EE61A91C8E90F299DE6AE075D60A2D

typedef

String(32)

Generated using TypeDoc