Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RefundNotifyBase

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

微信返回的随机字符串

example

5K8264ILTKCH16CQ2502SI8ZNMTM67VS

typedef

String(32)

req_info

req_info: string

加密信息

description

加密信息请用商户秘钥进行解密,详见解密方式

typedef

String(1024)

return_code

return_code: string

返回状态码

description

SUCCESS/FAIL 此字段是通信标识,非交易标识,交易是否成功需要查看trade_state来判断

example

SUCCESS

typedef

String(16)

Optional return_msg

return_msg: string

返回信息

description

当return_code为FAIL时返回信息为错误原因 ,例如 签名失败 参数格式校验错误

example

OK

typedef

String(128)

Generated using TypeDoc