开发者社区> 问答> 正文

#支付宝 周期扣款签约接口报: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 1013 0
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
    赞同 展开评论 打赏
问答地址:
问答排行榜
最热
最新

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载