Skip to content

当支付成功或失败后没有给微信系统发送信息的接口 #45

@sunronsoft

Description

@sunronsoft

支付成功或失败后,没有相关的方法给微信(财付通)系统发送成功或失败的信息,导致连续接收5次回调的信息。

//给财付通系统发送成功信息,财付通系统收到此结果后不再进行后续通知
resHandler.sendToCFT("success");

//给财付通系统发送失败信息,财付通系统收到此结果后不再进行后续通知
resHandler.sendToCFT("fail");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions