discount/wwwroot/promote/index.dspy
2026-02-24 17:32:46 +08:00

6 lines
160 B
Plaintext

orgid = await get_userorgid()
if orgid is None:
return UiError(title='Error', message='You need login')
ret = await set_promote_discount(request, params_kw)