收藏
回答

Native支付,没有回调通知?


松风07-196842浏览

使用Native支付, 预下单后支付成功,但没有收到回调。

交易单号:4200002351202410223160386660

回调地址:https://api.yihaozitie.com/paycall/

外网可以访问的,就是没有收到回调


回答关注问题邀请回答
收藏

2 个回答

  • 北望沣渭
    北望沣渭
    2024-10-22

    You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard page generated by the handler for this status code.

    QINIU_AK, QINIU_SK, SEND_WECHAT_URL 都已经泄露了,建议修改掉。

    2024-10-22
    有用
    回复 2
    • 圣斗士
      圣斗士
      2024-10-22
      我才切换到本地环境,所以DEBUG = True
      2024-10-22
      回复
    • 圣斗士
      圣斗士
      2024-10-22
      现在换回生产环境了
      2024-10-22
      回复
  • Memory (年假中,回复慢)
    Memory (年假中,回复慢)
    2024-10-22

    你这url测试是不可达的,404

    2024-10-22
    有用
    回复
登录 后发表内容