7 lines
174 B
Plaintext
7 lines
174 B
Plaintext
|
|
debug(f'/unipay/notify/wechat/index.dspy:{params_kw}')
|
|
ns = params_kw.copy()
|
|
ns.provider = 'wechat'
|
|
return await payment_notify(request, recharge_accounting, params_kw=ns)
|
|
|