Skip to content

微信回调错误 #72

@droidhuang

Description

@droidhuang

在微信未登录情况下,从我们App调用
String charge = resp.get("Charge");
Intent intent = new Intent(getActivity(), PaymentActivity.class);
intent.putExtra(PaymentActivity.EXTRA_CHARGE, charge);
startActivityForResult(intent, REQUEST_CODE_PAYMENT);

并登陆微信,进行支付并支付成功,并正常返回

在我们App onActivityResult回调回来的是cancel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions