开发者社区 问答 正文

#支付宝 周期扣款签约接口报:404 Not Found?

The requested URL /error was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

展开
收起
保持可爱mmm 2020-05-07 09:34:21 1037 分享
分享
版权
举报
1 条回答
写回答
取消 提交回答
  • 问题原因

    请求入参的格式存在问题

    排查方案

    1、签约接口中的部分参数需要以键值对的形式传入,不能以json字符串的形式入参。

    2、检查入参的参数之间是否缺少逗号。

    正确入参格式如下:

    biz_content={"product_code":"CYCLE_PAY_AUTH","personal_product_code":"CYCLE_PAY_AUTH_P","sign_scene":"INDUSTRY|CARRENTAL","external_agreement_no":"20200226QY0001","third_party_type":"PARTNER","access_params":{"channel":"ALIPAYAPP"},"period_rule_params":{"period_type":"DAY","period":"7","execute_time":"2020-02-26","single_amount":"0.1"}}

    2020-05-07 09:34:28 举报
    赞同 评论

    评论

    全部评论 (0)

    登录后可评论
问答地址: