fzlee/alipay

api_alipay_trade_create can't use notify_url

xiaowuyongzhi opened this issue · 7 comments

if method in (
"alipay.trade.app.pay", "alipay.trade.wap.pay", "alipay.trade.page.pay",
"alipay.trade.pay", "alipay.trade.precreate"
) and (notify_url or self._app_notify_url):
data["notify_url"] = notify_url or self._app_notify_url

急急急 @fzlee

fzlee commented

试试新版的server_api函数?

我看你把magre合并了 能不能打一个新版的包

我现在是通过类继承在代码中解决这个问题

fzlee commented

我看了下 server_api 也是使用build_body 所以这个alipay.trade.create 也不能实现notify_url

fzlee commented

可以写在server_api 的kwargs里面, kwargs会被添加到biz_content同级的地方